diff options
Diffstat (limited to 'keyboards/ergodox_ez/keymaps')
-rw-r--r-- | keyboards/ergodox_ez/keymaps/drashna-custom/Makefile | 9 | ||||
-rw-r--r-- | keyboards/ergodox_ez/keymaps/drashna/Makefile | 6 | ||||
-rw-r--r-- | keyboards/ergodox_ez/keymaps/steno/Makefile | 3 |
3 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/ergodox_ez/keymaps/drashna-custom/Makefile b/keyboards/ergodox_ez/keymaps/drashna-custom/Makefile deleted file mode 100644 index 96590e7f77..0000000000 --- a/keyboards/ergodox_ez/keymaps/drashna-custom/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -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 - -ifndef QUANTUM_DIR - include ../../../../Makefile -endif diff --git a/keyboards/ergodox_ez/keymaps/drashna/Makefile b/keyboards/ergodox_ez/keymaps/drashna/Makefile deleted file mode 100644 index 9dfddf01ec..0000000000 --- a/keyboards/ergodox_ez/keymaps/drashna/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -RGBLIGHT_ENABLE = yes -RGBLIGHT_ANIMATION = no - -ifndef QUANTUM_DIR - include ../../../../Makefile -endif diff --git a/keyboards/ergodox_ez/keymaps/steno/Makefile b/keyboards/ergodox_ez/keymaps/steno/Makefile deleted file mode 100644 index b6fb9b1a80..0000000000 --- a/keyboards/ergodox_ez/keymaps/steno/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -VIRTSER_ENABLE = yes -# Not enough interupts, so something has to go -MOUSEKEY_ENABLE = no |