summaryrefslogtreecommitdiff
path: root/keyboards/jj40/keymaps/fun40/rules.mk
diff options
context:
space:
mode:
authorRandTrawick <RandTrawick@gmail.com>2017-11-27 14:08:53 -0700
committerJack Humbert <jack.humb@gmail.com>2017-11-27 16:08:53 -0500
commit9113f3387a670373919fe62899b0ab27e9d89eba (patch)
tree45580652db3c2ef761b2c29ffc2b7f5c322e7877 /keyboards/jj40/keymaps/fun40/rules.mk
parent0bd453b5276714b9a33c6a2060851ea5184c52b2 (diff)
JJ40 updates (#2056)
* my bits * fixed safdb * readme * readme * better name, fixed compile error * fixed matrix user * cleanup
Diffstat (limited to 'keyboards/jj40/keymaps/fun40/rules.mk')
-rw-r--r--keyboards/jj40/keymaps/fun40/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/jj40/keymaps/fun40/rules.mk b/keyboards/jj40/keymaps/fun40/rules.mk
new file mode 100644
index 0000000000..cd2208edd5
--- /dev/null
+++ b/keyboards/jj40/keymaps/fun40/rules.mk
@@ -0,0 +1,20 @@
+
+
+BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
+MOUSEKEY_ENABLE = no # Mouse keys(+4700)
+EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
+CONSOLE_ENABLE = no # 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 = yes # Enable keyboard backlight functionality
+MIDI_ENABLE = no # MIDI controls
+AUDIO_ENABLE = yes # 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
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif