diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2021-12-14 22:41:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 19:41:41 -0800 |
commit | c10bc9f91e737dd3675b2e4492daa09092655af9 (patch) | |
tree | a63b9b8bb578e3d95664074e932200ee540d0bfc /keyboards/cannonkeys/adelie/rules.mk | |
parent | 39dcb78b78d95437f44c970db49625c870de4b66 (diff) |
[Keyboard] Adelie Firmware (#13265)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cannonkeys/adelie/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/adelie/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/adelie/rules.mk b/keyboards/cannonkeys/adelie/rules.mk new file mode 100644 index 0000000000..3a2f2feb74 --- /dev/null +++ b/keyboards/cannonkeys/adelie/rules.mk @@ -0,0 +1,18 @@ +# 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 = 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 +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |