summaryrefslogtreecommitdiffstats
path: root/keyboards/spaceman/yun65/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-10 05:19:52 +0000
committerQMK Bot <hello@qmk.fm>2021-02-10 05:19:52 +0000
commit0cd00b6c094dd2d10f6dc7a1404268b88fcb46ba (patch)
treeb66ace8060ae526dec334ce969f36ff8a98e7916 /keyboards/spaceman/yun65/rules.mk
parent527cf2f3cf850340ae6c39ad544245ed11edac6b (diff)
parent0aed8746bee2ff60727de0663dca4d82072e6632 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/spaceman/yun65/rules.mk')
-rw-r--r--keyboards/spaceman/yun65/rules.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/spaceman/yun65/rules.mk b/keyboards/spaceman/yun65/rules.mk
new file mode 100644
index 0000000000..04b00e5625
--- /dev/null
+++ b/keyboards/spaceman/yun65/rules.mk
@@ -0,0 +1,26 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# comment out to disable the options.
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = yes # Console for debug
+COMMAND_ENABLE = yes # Commands for debug and configuration
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled
+AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
+RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.