diff options
author | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-28 08:14:17 -0400 |
---|---|---|
committer | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-28 08:14:17 -0400 |
commit | a5846757359a27f9e5ed67cfe96f1d92e72b1b4b (patch) | |
tree | 1a6eff1db4ae7b92b60504f69abee1ea605db0c2 /keyboards/s60_x/keymaps/bluebear/Makefile | |
parent | 6b1f707ce9431abfff6e6f8aa5730c77578fbc08 (diff) |
Midi Chord Function is now working! But some chords lag...
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 a444eeb7f4..dfefad39da 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 = yes # Console for debug(+400) -COMMAND_ENABLE = yes # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug(+400) +COMMAND_ENABLE = no # 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 |