diff options
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk')
-rw-r--r-- | keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk b/keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk index 96590e7f7..6c78b556b 100644 --- a/keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk +++ b/keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk @@ -1,8 +1,9 @@ -TAP_DANCE_ENABLE = yes -SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -COMMAND_ENABLE = no # Commands for debug and configuration -RGBLIGHT_ENABLE = yes -MIDI_ENABLE = no +TAP_DANCE_ENABLE = yes +SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +COMMAND_ENABLE = no # Commands for debug and configuration +RGBLIGHT_ENABLE = yes +MIDI_ENABLE = no +CONSOLE_ENABLE = yes ifndef QUANTUM_DIR include ../../../../Makefile |