mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-26 11:08:03 +00:00
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# MCU name
|
|
MCU = atmega32a
|
|
|
|
# Processor frequency
|
|
F_CPU = 16000000
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = bootloadhid
|