summaryrefslogtreecommitdiffstats
path: root/keyboards/the_uni/usb_c/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-10-17 02:23:08 +0000
committerQMK Bot <hello@qmk.fm>2021-10-17 02:23:08 +0000
commit3f582486adf63bb8628c59b35e97a115f07fa553 (patch)
treec0dd7fa711f5fa1c79472161477b903b74b8a63d /keyboards/the_uni/usb_c/rules.mk
parentb0c2dd8d508a2fadae40f0afff38f547fffdebcd (diff)
parent772f67484f49a48b7b408a4128006aa022b45cf0 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/the_uni/usb_c/rules.mk')
-rw-r--r--keyboards/the_uni/usb_c/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/the_uni/usb_c/rules.mk b/keyboards/the_uni/usb_c/rules.mk
new file mode 100644
index 0000000000..e5d2f2e042
--- /dev/null
+++ b/keyboards/the_uni/usb_c/rules.mk
@@ -0,0 +1,22 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = no # 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
+AUDIO_ENABLE = no # Audio output
+STENO_ENABLE = yes