summaryrefslogtreecommitdiff
path: root/keyboards/soup10/rules.mk
diff options
context:
space:
mode:
authoricesoup <sadeeedw@gmail.com>2021-03-07 02:03:48 +0500
committerGitHub <noreply@github.com>2021-03-06 13:03:48 -0800
commit788b1854b42a916919c3e8efc77b366ba03d2d8c (patch)
tree47d94385d51aca7d3e8c389d990e497a87f9cc22 /keyboards/soup10/rules.mk
parent86e28b4db84223152d959288f17e5bcfc5960e75 (diff)
[Keyboard] add Soup10 support (#11921)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/soup10/rules.mk')
-rw-r--r--keyboards/soup10/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/soup10/rules.mk b/keyboards/soup10/rules.mk
new file mode 100644
index 0000000000..df0fd4dcba
--- /dev/null
+++ b/keyboards/soup10/rules.mk
@@ -0,0 +1,23 @@
+# 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 = no # 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 = 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
+LTO_ENABLE = yes