forked from forks/qmk_firmware
6 lines
160 B
Makefile
6 lines
160 B
Makefile
|
MCU = atmega32u4
|
||
|
BOOTLOADER = caterina
|
||
|
LINK_TIME_OPTIMIZATION_ENABLE=yes
|
||
|
RGBLIGHT_ENABLE = yes
|
||
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|