summaryrefslogtreecommitdiffstats
path: root/keyboards/s60_x/keymaps/bluebear/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-12 20:47:35 -0400
committerGitHub <noreply@github.com>2017-06-12 20:47:35 -0400
commit3d5d3e1b0c0a0d5ae4f600f765eb585099a78ffb (patch)
tree032e617954994afa84c2b9ac22c5e4d3bb1dc55c /keyboards/s60_x/keymaps/bluebear/Makefile
parent6b5d67fcc63854bbb56bd66d49046b4f9b9a4c41 (diff)
parentf37daa53430bafb3abb00efd60d6a684b82ad99a (diff)
Merge pull request #1387 from antelaurijssen/master
Submitting my own custom layout for S60X keyboard
Diffstat (limited to 'keyboards/s60_x/keymaps/bluebear/Makefile')
-rw-r--r--keyboards/s60_x/keymaps/bluebear/Makefile18
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