diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-18 23:09:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-18 23:09:33 +0000 |
commit | b7358825d7245b3921b4414a6df2a2a7995da1a2 (patch) | |
tree | 8536165f12dcb50c18ad04db2cbaa4166de96ab2 /keyboards/charue/sunsetter_r2 | |
parent | 9a1b4b78f11e2953e758499ecadbe7069a3fdbdc (diff) | |
parent | e7e08030d20afd513138531762018cdacea55e65 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/charue/sunsetter_r2')
-rw-r--r-- | keyboards/charue/sunsetter_r2/keymaps/debug/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/charue/sunsetter_r2/rules.mk | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/charue/sunsetter_r2/keymaps/debug/rules.mk b/keyboards/charue/sunsetter_r2/keymaps/debug/rules.mk new file mode 100644 index 0000000000..15b7f725b2 --- /dev/null +++ b/keyboards/charue/sunsetter_r2/keymaps/debug/rules.mk @@ -0,0 +1 @@ +CONSOLE_ENABLE = yes diff --git a/keyboards/charue/sunsetter_r2/rules.mk b/keyboards/charue/sunsetter_r2/rules.mk index 0edc71f6e9..3ff392a61f 100644 --- a/keyboards/charue/sunsetter_r2/rules.mk +++ b/keyboards/charue/sunsetter_r2/rules.mk @@ -10,9 +10,9 @@ BOOTLOADER = atmel-dfu BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output |