diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-11 01:09:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-11 01:09:14 +0000 |
commit | a760168722365ec7ec1e4a428f3dd63b4ac91be9 (patch) | |
tree | 20f164b80014b122103a9ea757461c6859c62042 /keyboards/mechlovin/kay60/rules.mk | |
parent | c6277687b411926021bef6dd56ec6f21d530bf7c (diff) | |
parent | ffebc0407c75df06159fc136b8875f18b56f45fd (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechlovin/kay60/rules.mk')
-rw-r--r-- | keyboards/mechlovin/kay60/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/mechlovin/kay60/rules.mk b/keyboards/mechlovin/kay60/rules.mk new file mode 100644 index 0000000000..f3ae57a374 --- /dev/null +++ b/keyboards/mechlovin/kay60/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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |