mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-26 11:29:57 +00:00
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
|