mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
12 lines
163 B
Makefile
12 lines
163 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = caterina
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
NKRO_ENABLE = yes
|
|
CONSOLE_ENABLE = yes
|
|
COMMAND_ENABLE = yes
|
|
|