summaryrefslogtreecommitdiff
path: root/keyboard/planck/keymaps/experimental/makefile.mk
diff options
context:
space:
mode:
authorJack Humbert2016-05-15 00:51:06 -0400
committerJack Humbert2016-05-15 00:51:06 -0400
commitfde477a927edc6b4207a6968d44aeed021e8b300 (patch)
tree89a52f005d7d119af31b03261607792aa1f459ff /keyboard/planck/keymaps/experimental/makefile.mk
parentbf5c2ccee5497523c214dae7aacdc27fdbb0f235 (diff)
updates midi functionality (#331)
* implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * splits up process_action to allow independent processing of actions * moves midi stuff to quantum.c * adds additional scales for midi
Diffstat (limited to 'keyboard/planck/keymaps/experimental/makefile.mk')
-rw-r--r--keyboard/planck/keymaps/experimental/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/planck/keymaps/experimental/makefile.mk b/keyboard/planck/keymaps/experimental/makefile.mk
index 99fbfbd0b..6c1e05b65 100644
--- a/keyboard/planck/keymaps/experimental/makefile.mk
+++ b/keyboard/planck/keymaps/experimental/makefile.mk
@@ -1,2 +1,5 @@
AUDIO_ENABLE = yes
-NKRO_ENABLE = yes \ No newline at end of file
+NKRO_ENABLE = yes
+MIDI_ENABLE = yes
+BACKLIGHT_ENABLE = no
+COMMAND_ENABLE = no \ No newline at end of file