diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-09 06:41:17 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-09 06:41:17 +0000 |
commit | 46a74d820f3b025a0b2ba2131656d41e4d8cb826 (patch) | |
tree | ff135b522086f903e83509208f622d29a1ad8915 /keyboards/fortitude60/rules.mk | |
parent | c394bf1c986c15d486a004f264e06f7b36a453eb (diff) | |
parent | 7d30bd9cfe9713310e2df542f021b71623f860b1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/fortitude60/rules.mk')
-rw-r--r-- | keyboards/fortitude60/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/fortitude60/rules.mk b/keyboards/fortitude60/rules.mk index a22abc7892..afa77eb88b 100644 --- a/keyboards/fortitude60/rules.mk +++ b/keyboards/fortitude60/rules.mk @@ -11,12 +11,11 @@ BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -SLEEP_LED_ENABLE = yes SPLIT_KEYBOARD = yes |