b2fdb072e5
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
15 lines
252 B
Makefile
15 lines
252 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = caterina
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
BOOTMAGIC_ENABLE = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
NKRO_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
RGBLIGHT_DRIVER = WS2812
|