diff options
author | drashna <drashna@live.com> | 2017-11-10 19:58:53 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-10 22:58:53 -0500 |
commit | 0533362e8205957493d52d4356aa20537a151118 (patch) | |
tree | 106e6feb82d31192ce349f68b4763c5a3d71dcaa /keyboards/ergodox_ez/keymaps/drashna/rules.mk | |
parent | 4df4fa7c265e1e5c9b262851a704db7755971229 (diff) | |
download | qmk_firmware-0533362e8205957493d52d4356aa20537a151118.tar.gz qmk_firmware-0533362e8205957493d52d4356aa20537a151118.zip |
Cleaned uppersonal userspace and keymaps (#1998)
* Cleanup of keymaps
* Remove Tap Dance from Orthodox keymap
* Cleaned up userspace and keymaps
* Added sample (template)userspace files to my folder
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/ergodox_ez/keymaps/drashna/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/ergodox_ez/keymaps/drashna/rules.mk b/keyboards/ergodox_ez/keymaps/drashna/rules.mk index b6c5ed3bd5..bfeb6be49a 100644 --- a/keyboards/ergodox_ez/keymaps/drashna/rules.mk +++ b/keyboards/ergodox_ez/keymaps/drashna/rules.mk @@ -1,8 +1,7 @@ TAP_DANCE_ENABLE = yes SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -COMMAND_ENABLE = yes # Commands for debug and configuration +COMMAND_ENABLE = no # Commands for debug and configuration RGBLIGHT_ENABLE = yes -MIDI_ENABLE = no CONSOLE_ENABLE = no EXTRAFLAGS = -flto |