diff options
author | Joshua Diamond <josh@windowoffire.com> | 2022-09-12 18:57:58 -0400 |
---|---|---|
committer | Joshua Diamond <josh@windowoffire.com> | 2022-09-12 18:57:58 -0400 |
commit | 23e12497b254a697b29bc08407680d444e8f5bd2 (patch) | |
tree | ca6f3ac40db19b483d535e1e7d0a1e1bed283097 /keyboards/boardsource/microdox/v1/config.h | |
parent | 7c49b8caa989b34886847689d992827eeaa9c895 (diff) | |
parent | b2ad047d7f09be14667927d058b36737d8248994 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/boardsource/microdox/v1/config.h')
-rw-r--r-- | keyboards/boardsource/microdox/v1/config.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/keyboards/boardsource/microdox/v1/config.h b/keyboards/boardsource/microdox/v1/config.h index 111033dd67..01b894afd6 100644 --- a/keyboards/boardsource/microdox/v1/config.h +++ b/keyboards/boardsource/microdox/v1/config.h @@ -3,18 +3,4 @@ #pragma once -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT +// Just here to please quantum/split_common/split_util.c |