diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-16 01:02:25 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-16 01:02:25 +0000 |
commit | 82f806b1abb066e251d9f7ca6fa65384335dad22 (patch) | |
tree | 1931a21ed3022c21a207461f48ffb8fbc9426238 /keyboards/projectcain/relic/rules.mk | |
parent | 38cd3684e109e69dcce2ce377d6017d2af6f15aa (diff) | |
parent | f5333e9136ae7158f0029abb0ed9d4410ece2ea2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/projectcain/relic/rules.mk')
-rw-r--r-- | keyboards/projectcain/relic/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/projectcain/relic/rules.mk b/keyboards/projectcain/relic/rules.mk new file mode 100644 index 0000000000..717cc07b4b --- /dev/null +++ b/keyboards/projectcain/relic/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 = no # 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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |