diff options
author | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-14 16:07:44 -0400 |
---|---|---|
committer | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-14 16:07:44 -0400 |
commit | f006ebebbd0d4f9c3e57e299fc5e3e0326560702 (patch) | |
tree | faf7a0265596a4e89184ffeb479f1086874cf67c /keyboards/s60_x/keymaps/bluebear/Makefile | |
parent | 05a6449d2dad0cac1b12671181bb70880384f31b (diff) |
Initial push of my keymap
Diffstat (limited to 'keyboards/s60_x/keymaps/bluebear/Makefile')
-rw-r--r-- | keyboards/s60_x/keymaps/bluebear/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/s60_x/keymaps/bluebear/Makefile b/keyboards/s60_x/keymaps/bluebear/Makefile new file mode 100644 index 0000000000..dfefad39da --- /dev/null +++ b/keyboards/s60_x/keymaps/bluebear/Makefile @@ -0,0 +1,18 @@ +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 +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 +AUDIO_ENABLE = no # Audio output on port C6 +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +TAP_DANCE_ENABLE = no # Enable tap dancing keys + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |