diff options
author | Brandon Claveria <48102030+swiftrax@users.noreply.github.com> | 2022-04-18 02:11:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 02:11:11 -0700 |
commit | c6de26fc6fd26d6d66a60992b4ed32b6aa38ca05 (patch) | |
tree | 7dda9b6ada1cd7c348dd098bb49d98195e39eb07 /keyboards/handwired/swiftrax/digicarpice/rules.mk | |
parent | 5fe3b9ffa5bf1179c288f77a16e763e9fecaca0b (diff) |
[Keyboard] Add digicarpice (#16791)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: swiftrax <swiftrax@github.com>
Diffstat (limited to 'keyboards/handwired/swiftrax/digicarpice/rules.mk')
-rw-r--r-- | keyboards/handwired/swiftrax/digicarpice/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/handwired/swiftrax/digicarpice/rules.mk b/keyboards/handwired/swiftrax/digicarpice/rules.mk new file mode 100644 index 0000000000..1275531ef6 --- /dev/null +++ b/keyboards/handwired/swiftrax/digicarpice/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 = 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |