mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-02 21:58:04 +06: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
|