diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-25 12:39:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-25 12:39:14 +0000 |
commit | d0d77e8c60a019e86f8a9f01ec51705653d08edb (patch) | |
tree | 32e460834a806faa549d0429102966c09f04d210 /keyboards/unison/v04/rules.mk | |
parent | 3143846ba4e7bb72ffe395fe8899d0f8831655e2 (diff) | |
parent | 9f1608a6a2c7137c0c6ff0f40ddce67ad018aa80 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/unison/v04/rules.mk')
-rw-r--r-- | keyboards/unison/v04/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/unison/v04/rules.mk b/keyboards/unison/v04/rules.mk new file mode 100644 index 0000000000..9a3ab3decc --- /dev/null +++ b/keyboards/unison/v04/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = no # Rotary Encoder + +LTO_ENABLE = yes |