summaryrefslogtreecommitdiff
path: root/keyboards/clawsome/suv/rules.mk
diff options
context:
space:
mode:
authorAlisGraveNil <63020540+AlisGraveNil@users.noreply.github.com>2021-06-15 22:20:15 -0600
committerGitHub <noreply@github.com>2021-06-15 21:20:15 -0700
commit22cd151fc359f48d75e361bd46a25ab6b40425fa (patch)
tree82833be721214512b681bdf45b454fc8ce4e6eb8 /keyboards/clawsome/suv/rules.mk
parent96c8afea2dbe001000f74aafbf81c4a172a7d74b (diff)
[Keyboard] suv (#12957)
Diffstat (limited to 'keyboards/clawsome/suv/rules.mk')
-rw-r--r--keyboards/clawsome/suv/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/clawsome/suv/rules.mk b/keyboards/clawsome/suv/rules.mk
new file mode 100644
index 0000000000..64d67049f9
--- /dev/null
+++ b/keyboards/clawsome/suv/rules.mk
@@ -0,0 +1,22 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# 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 = yes # 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 = 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 \ No newline at end of file