diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-05 18:06:57 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-05 18:06:57 +0000 |
commit | 3c1a3c1719da041c57f94ae07af87bf18afc4666 (patch) | |
tree | 01ff1bcd8b01b4108debc87ba52a873ae6154250 /keyboards/eason/capsule65/rules.mk | |
parent | 5407cf525652204c19d677adf77de60618999b51 (diff) | |
parent | aec9942f37ba57a8b5ac02b13ebcc1d0fd496581 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/eason/capsule65/rules.mk')
-rw-r--r-- | keyboards/eason/capsule65/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/eason/capsule65/rules.mk b/keyboards/eason/capsule65/rules.mk new file mode 100644 index 0000000000..744a272535 --- /dev/null +++ b/keyboards/eason/capsule65/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 = yes # Console for debug +COMMAND_ENABLE = yes # 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 |