diff options
author | Drashna Jael're <drashna@live.com> | 2022-11-20 09:20:46 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-11-20 09:20:46 -0800 |
commit | 4597e01061f0fe160ddcf67103f427dd4bc5fee3 (patch) | |
tree | 73bba3cc4bcd0f737ffb39e41d93deefa9e8c864 /keyboards/aeboards/ext65/rev3/rules.mk | |
parent | 6c40a4605793d29d1bae07401006287300c8349d (diff) | |
parent | 6f8bbb16329d87eacb5bc4091b11a127630bdb06 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/aeboards/ext65/rev3/rules.mk')
-rw-r--r-- | keyboards/aeboards/ext65/rev3/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/aeboards/ext65/rev3/rules.mk b/keyboards/aeboards/ext65/rev3/rules.mk new file mode 100644 index 0000000000..cc07ce5924 --- /dev/null +++ b/keyboards/aeboards/ext65/rev3/rules.mk @@ -0,0 +1,19 @@ +# 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 = 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 +AUDIO_ENABLE = no # Audio output +OPT = 3 +LTO_ENABLE = yes |