diff options
author | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-26 09:54:40 -0400 |
---|---|---|
committer | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-26 09:54:40 -0400 |
commit | 6b1f707ce9431abfff6e6f8aa5730c77578fbc08 (patch) | |
tree | 3a96995e91857ea9052121b8b227cc526cf11c36 /keyboards/s60_x/keymaps/bluebear/Makefile | |
parent | b4b06f81b5024bb5963753edfc07f9e2e0054cfd (diff) |
Still working on these MIDI CHORDS!
Diffstat (limited to 'keyboards/s60_x/keymaps/bluebear/Makefile')
-rw-r--r-- | keyboards/s60_x/keymaps/bluebear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/s60_x/keymaps/bluebear/Makefile b/keyboards/s60_x/keymaps/bluebear/Makefile index dfefad39da..a444eeb7f4 100644 --- a/keyboards/s60_x/keymaps/bluebear/Makefile +++ b/keyboards/s60_x/keymaps/bluebear/Makefile @@ -1,8 +1,8 @@ BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = no # Audio control and System control(+450) -CONSOLE_ENABLE = no # Console for debug(+400) -COMMAND_ENABLE = no # Commands for debug and configuration +CONSOLE_ENABLE = yes # Console for debug(+400) +COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = yes # MIDI controls |