mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 11:47:32 +06:00
14 lines
205 B
Makefile
14 lines
205 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
|