diff options
author | npspears <40127181+npspears@users.noreply.github.com> | 2022-01-20 11:24:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 09:24:51 -0800 |
commit | 39a5ffd782e5455d3294293a1f535673fedb3cbc (patch) | |
tree | 512b2e40a781122d21d797588c39fb426f723334 /keyboards/checkerboards/plexus75_he/rules.mk | |
parent | 6156e6da8d1af60da5c0b64ca7b45908984d1660 (diff) |
[Keyboard] add Plexus75_HE (#15634)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/checkerboards/plexus75_he/rules.mk')
-rw-r--r-- | keyboards/checkerboards/plexus75_he/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/checkerboards/plexus75_he/rules.mk b/keyboards/checkerboards/plexus75_he/rules.mk new file mode 100644 index 0000000000..95964a1fa5 --- /dev/null +++ b/keyboards/checkerboards/plexus75_he/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u2 + +# 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |