summaryrefslogtreecommitdiff
path: root/keyboards/shk9/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-05 11:31:55 +0000
committerQMK Bot <hello@qmk.fm>2021-02-05 11:31:55 +0000
commit1816b163153b17b1ade22a905bf9509cc2f1b774 (patch)
tree79b297229a4ba4f4957dafbe519f1f9e7a78bc0e /keyboards/shk9/rules.mk
parent44b8cba77652b25762588edc258cec172e2a0118 (diff)
parent18babeae49dc933f7a07e123241ae2a78a75f168 (diff)
downloadqmk_firmware-1816b163153b17b1ade22a905bf9509cc2f1b774.tar.gz
qmk_firmware-1816b163153b17b1ade22a905bf9509cc2f1b774.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/shk9/rules.mk')
-rw-r--r--keyboards/shk9/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/shk9/rules.mk b/keyboards/shk9/rules.mk
new file mode 100644
index 0000000000..8d356cbd1a
--- /dev/null
+++ b/keyboards/shk9/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32u4
+
+# 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 = yes # 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 = yes # 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
+
+LAYOUTS = ortho_3x3 \ No newline at end of file