diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-17 02:23:08 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-17 02:23:08 +0000 |
commit | 3f582486adf63bb8628c59b35e97a115f07fa553 (patch) | |
tree | c0dd7fa711f5fa1c79472161477b903b74b8a63d /keyboards/the_uni/usb_c/rules.mk | |
parent | b0c2dd8d508a2fadae40f0afff38f547fffdebcd (diff) | |
parent | 772f67484f49a48b7b408a4128006aa022b45cf0 (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.mk | 22 |
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 |