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