summaryrefslogtreecommitdiff
path: root/keyboards/senselessclay/gos65/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-01-06 23:46:19 +0000
committerQMK Bot <hello@qmk.fm>2022-01-06 23:46:19 +0000
commiteada33b889ed76b83f96a4adc060372706e73cb6 (patch)
treeb1b93e2f1dddd8d9327ffc773d7955acb92184b1 /keyboards/senselessclay/gos65/rules.mk
parentd5293e1f4301dc2b86ff373f955fc9506af87821 (diff)
parenta6ed0e10f3b3b8625c54c0b5061b7d3fe4a7dbd2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/senselessclay/gos65/rules.mk')
-rw-r--r--keyboards/senselessclay/gos65/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/senselessclay/gos65/rules.mk b/keyboards/senselessclay/gos65/rules.mk
new file mode 100644
index 0000000000..08b268c041
--- /dev/null
+++ b/keyboards/senselessclay/gos65/rules.mk
@@ -0,0 +1,21 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # 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 = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output \ No newline at end of file