diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2022-01-11 08:08:32 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 17:08:32 -0800 |
commit | ffebc0407c75df06159fc136b8875f18b56f45fd (patch) | |
tree | 88a7b456e8a0cc6c21c6ff32522f4025a96401cf /keyboards/mechlovin/kay60/rules.mk | |
parent | adaaee4edf485374362347198183f0cbdc42e418 (diff) |
[Keyboard] Add Kay60 PCB (#15566)
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |