diff options
author | kb-elmo <lorwel@mailbox.org> | 2022-06-15 01:42:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 16:42:15 -0700 |
commit | dc2ce36d63bb84e0950eff750b2f03b3077c46f0 (patch) | |
tree | a5b610a9c277ca2435845f0e81a88ac8d742e1f4 /keyboards/chaos65/rules.mk | |
parent | 1c45845178940b48b19654ffef01d651f0514d0d (diff) |
[Keyboard] Add Chaos65 keyboard (#17369)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/chaos65/rules.mk')
-rw-r--r-- | keyboards/chaos65/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/chaos65/rules.mk b/keyboards/chaos65/rules.mk new file mode 100644 index 0000000000..af8999cf41 --- /dev/null +++ b/keyboards/chaos65/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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |