mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-12 21:25:33 +06:00
10 lines
117 B
Makefile
10 lines
117 B
Makefile
|
# MCU name
|
||
|
MCU = atmega32a
|
||
|
|
||
|
# Processor frequency
|
||
|
F_CPU = 16000000
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = bootloadHID
|
||
|
|