diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-24 02:00:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-24 02:00:40 +0000 |
commit | 862b01d4c0d99180ade9ac1f3d648fe9f7b1cd60 (patch) | |
tree | 8057a5d94ee2cc1e2186d1a5b34403e545b7930a /keyboards/merge/uc1/rules.mk | |
parent | 9afbbf21fdd7402ecc8002c976332282da9b0617 (diff) | |
parent | 7b07ce3fef7481a2a026f54b4d6c4c5762a2c110 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/merge/uc1/rules.mk')
-rw-r--r-- | keyboards/merge/uc1/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/merge/uc1/rules.mk b/keyboards/merge/uc1/rules.mk new file mode 100644 index 0000000000..d1ce4736b7 --- /dev/null +++ b/keyboards/merge/uc1/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # 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 # Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes |