diff options
author | lunatic <56441863+lunaticwhat@users.noreply.github.com> | 2022-09-24 20:58:03 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 06:58:03 -0700 |
commit | fe9c1d8e456c293166ff8664ff280710eb5aa416 (patch) | |
tree | cd95dd49f0cc6fce68122e6ac3db842ab9fbacec /keyboards/cherrybstudio/cb65/rules.mk | |
parent | 6cf4af987616fa5270f0d9ab7ec6e2ba8712dda3 (diff) |
[Keyboard] add CherryB CB65 (#18356)
Diffstat (limited to 'keyboards/cherrybstudio/cb65/rules.mk')
-rw-r--r-- | keyboards/cherrybstudio/cb65/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/cherrybstudio/cb65/rules.mk b/keyboards/cherrybstudio/cb65/rules.mk new file mode 100644 index 0000000000..e5386c142d --- /dev/null +++ b/keyboards/cherrybstudio/cb65/rules.mk @@ -0,0 +1,19 @@ +# 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = no # Encoder support |