diff options
author | Drashna Jaelre <drashna@live.com> | 2021-07-26 19:41:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 12:41:28 +1000 |
commit | 3affdcb45b51641b2a5d918c69f3afe2b2f5c757 (patch) | |
tree | 5682bd4000f19823dd5f2b64a9f850b8af4deb8a /keyboards/latin6rgb | |
parent | e032fbe3265426aa4779a4b4bed384bba43b815f (diff) |
Reduce firmware size in prep for #12670 (#13724)
* Reduce firmware size in pre for #12670
* Also disable pixel mode, just in case
Diffstat (limited to 'keyboards/latin6rgb')
-rw-r--r-- | keyboards/latin6rgb/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/latin6rgb/rules.mk b/keyboards/latin6rgb/rules.mk index 4a162d97b3..e1968aa1c2 100644 --- a/keyboards/latin6rgb/rules.mk +++ b/keyboards/latin6rgb/rules.mk @@ -10,7 +10,7 @@ BOOTLOADER = atmel-dfu BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug +CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |