diff options
| author | Joel Challis <git@zvecr.com> | 2022-09-19 00:09:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-19 00:09:02 +0100 |
| commit | e7e08030d20afd513138531762018cdacea55e65 (patch) | |
| tree | fb9804bcb2b81f9ae2dc3de5c0f15b870f5f017e /keyboards/charue | |
| parent | ecb4ba70b1d48835e75da6b0a8ad566c2f126b9f (diff) | |
Reduce charue/sunsetter_r2 firmware size (#18378)
* Reduce charue/sunsetter_r2 firmware size
* add rules.mk
Diffstat (limited to 'keyboards/charue')
| -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 | |||
| 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
| 14 | COMMAND_ENABLE = yes # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 15 | NKRO_ENABLE = no # Enable N-Key Rollover | 15 | NKRO_ENABLE = no # Enable N-Key Rollover |
| 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 17 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 17 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 18 | AUDIO_ENABLE = no # Audio output | 18 | AUDIO_ENABLE = no # Audio output |
