diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-29 07:11:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-29 07:11:11 +0000 |
commit | 8c1c37727229c43c522a3a1ec26584bce2e95ed6 (patch) | |
tree | fde174e0d20be555a873eb9063f2e9364a69ed3c /keyboards/cablecardesigns/cypher/rev6/rules.mk | |
parent | 69916313859a500f73a62c8560755d32d6fa8b92 (diff) | |
parent | 70b51dc1bff371c0cd889cfdbaaf0d6130c9e591 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |