summaryrefslogtreecommitdiff
path: root/keyboards/kikoslab/kl90/rules.mk
diff options
context:
space:
mode:
authorBrandon Claveria <48102030+swiftrax@users.noreply.github.com>2021-02-04 09:45:47 -0800
committerGitHub <noreply@github.com>2021-02-04 09:45:47 -0800
commit09f9bdd3d18ff06a37bffbde9566acd7df9842c3 (patch)
treeec61f15f7d782b279e71de09f11cd2621d849458 /keyboards/kikoslab/kl90/rules.mk
parent908b20313c33b6227921d8db8b3a716362596746 (diff)
[Keyboard] Add KL-90 (#11494)
* add kikoslab kl90 * fix info.json * Update keyboards/kikoslab/kl90/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/kikoslab/kl90/info.json Co-authored-by: Joel Challis <git@zvecr.com> * update info.json * fix layout macro * add support for hotswap space Co-authored-by: Swiftrax <swiftrax@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/kikoslab/kl90/rules.mk')
-rw-r--r--keyboards/kikoslab/kl90/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/kikoslab/kl90/rules.mk b/keyboards/kikoslab/kl90/rules.mk
new file mode 100644
index 0000000000..3d7e4db929
--- /dev/null
+++ b/keyboards/kikoslab/kl90/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = at90usb1286
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+ENCODER_ENABLE = yes
+OLED_DRIVER_ENABLE = yes