diff options
| author | Will Winder | 2022-07-02 14:07:35 +0200 |
|---|---|---|
| committer | GitHub | 2022-07-02 14:07:35 +0200 |
| commit | f03aec28fb6932bc8ab0b08a0007116a33419b9a (patch) | |
| tree | 537c260b32d6c84d9c17aef5d866e37220a4e929 /keyboards/avalanche/v4/rules.mk | |
| parent | c3ef70b9a6a7123fe25fb89973070088a15ad69f (diff) | |
[Keyboard] Add Avalanche v4 (#17288)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/avalanche/v4/rules.mk')
| -rw-r--r-- | keyboards/avalanche/v4/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/avalanche/v4/rules.mk b/keyboards/avalanche/v4/rules.mk new file mode 100644 index 0000000000..370dc1a6a8 --- /dev/null +++ b/keyboards/avalanche/v4/rules.mk @@ -0,0 +1,23 @@ +# 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 +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 + +SPLIT_KEYBOARD = yes |