summaryrefslogtreecommitdiffstats
path: root/keyboards/alu84/keymaps/TurboMech/rules.mk
diff options
context:
space:
mode:
authorTurboMech <32869044+TurboMech@users.noreply.github.com>2018-01-01 04:39:34 +0100
committerJack Humbert <jack.humb@gmail.com>2018-01-01 04:39:34 +0100
commite9f44ee96d7c89ea9c6b8a199aba7f938d826b62 (patch)
tree4d466450c532166710cb1733961f145c3c40516a /keyboards/alu84/keymaps/TurboMech/rules.mk
parent9cb80d68e299ff6e2a1a520e216d41784a0d5d33 (diff)
downloadqmk_firmware-e9f44ee96d7c89ea9c6b8a199aba7f938d826b62.tar.gz
qmk_firmware-e9f44ee96d7c89ea9c6b8a199aba7f938d826b62.tar.xz
added ALU84 keyboard and TurboMech user space (#2206)
* Added ALU84 Added ALU84 from mechkeys.ca. TurboMech keymap is MacOS oriented, need to still update the defualt keymap. * added alu84 and TurboMech userspace * updated keymap, config.h and rules.mk for alu84
Diffstat (limited to 'keyboards/alu84/keymaps/TurboMech/rules.mk')
-rw-r--r--keyboards/alu84/keymaps/TurboMech/rules.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/alu84/keymaps/TurboMech/rules.mk b/keyboards/alu84/keymaps/TurboMech/rules.mk
new file mode 100644
index 000000000..ff8b4b2e6
--- /dev/null
+++ b/keyboards/alu84/keymaps/TurboMech/rules.mk
@@ -0,0 +1,15 @@
+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 ?= no # Commands for debug and configuration
+SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend
+NKRO_ENABLE ?= yes # USB 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
+AUDIO_ENABLE ?= no
+RGBLIGHT_ENABLE ?= yes
+UNICODE_ENABLE ?= yes
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif