mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 22:36:52 +06:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
# MCU name
|
|
MCU = atmega32a
|
|
|
|
# Processor frequency
|
|
F_CPU = 16000000
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = usbasploader
|