diff options
author | Martin Gondermann <magicmonty@users.noreply.github.com> | 2017-06-12 17:48:01 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-06-12 08:48:01 -0700 |
commit | a5b5279da91156ed530b43be2cc546df968db6da (patch) | |
tree | 16b304f49d641e611c2ba952412b4ed0ff1f0fca /keyboards/clueboard/keymaps/magicmonty/Makefile | |
parent | 52f6bc164edef3d7daf6fa6195772ff524e520a4 (diff) |
Add MIDI layer to magicmonty keymap (#1386)
* Add MIDI layer
* Respect brightness level on layer signalling
* Add hotkey in control layer for signalling state
* Update layout.png
* Remove image and replace it with imgur link
Diffstat (limited to 'keyboards/clueboard/keymaps/magicmonty/Makefile')
-rw-r--r-- | keyboards/clueboard/keymaps/magicmonty/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/clueboard/keymaps/magicmonty/Makefile b/keyboards/clueboard/keymaps/magicmonty/Makefile index 1ae727708a..5b798b7fc7 100644 --- a/keyboards/clueboard/keymaps/magicmonty/Makefile +++ b/keyboards/clueboard/keymaps/magicmonty/Makefile @@ -1,2 +1,8 @@ + MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes + +MIDI_ENABLE = yes + +# if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size +CONSOLE_ENABLE = false |