diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-14 18:24:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-14 18:24:36 +0000 |
commit | 59885d07af68f0bd61020664a7eb6f75d56c1357 (patch) | |
tree | 52f641a5eb1d088f167b91c74d73bdbbff5982da /keyboards/avalanche/v3/rules.mk | |
parent | 399de0be12fb311f76f57c69d2b0358d0cf1f107 (diff) | |
parent | 8de4065b099a99bcffe436a038616b0c31ade7c3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/avalanche/v3/rules.mk')
-rw-r--r-- | keyboards/avalanche/v3/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/avalanche/v3/rules.mk b/keyboards/avalanche/v3/rules.mk new file mode 100644 index 0000000000..fbf76c7ae5 --- /dev/null +++ b/keyboards/avalanche/v3/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes + +SPLIT_KEYBOARD = yes |