diff options
author | Cable Car Designs <17062872+westfoxtrot@users.noreply.github.com> | 2022-01-29 07:10:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 23:10:41 -0800 |
commit | 70b51dc1bff371c0cd889cfdbaaf0d6130c9e591 (patch) | |
tree | 4864ee2345433fd9132b9405509f62b360767d03 /keyboards/cablecardesigns/cypher/rev6/rules.mk | |
parent | 59502f930e44e64c931de6ab6f6ab801e582c707 (diff) |
[Keyboard] add cypher rev6 (#14647)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/cablecardesigns/cypher/rev6/rules.mk')
-rw-r--r-- | keyboards/cablecardesigns/cypher/rev6/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/cablecardesigns/cypher/rev6/rules.mk b/keyboards/cablecardesigns/cypher/rev6/rules.mk new file mode 100644 index 0000000000..374d3f8e0c --- /dev/null +++ b/keyboards/cablecardesigns/cypher/rev6/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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |