diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-09-27 08:21:09 -1000 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-27 08:21:09 -1000 |
commit | 791b9cc6520004f7010072529fdf749750d2d7ca (patch) | |
tree | 37026dabc3e2c2a0bda717c2f0c9be648b0fdfad /keyboards/ergodox_ez/keymaps | |
parent | e2480a299ef55cb3b9e21aae6b040d5d0f4b92bb (diff) | |
download | qmk_firmware-791b9cc6520004f7010072529fdf749750d2d7ca.tar.gz qmk_firmware-791b9cc6520004f7010072529fdf749750d2d7ca.zip |
remove all makefiles from keyboard directories
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 |