mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 01:14:48 +00:00
8 lines
116 B
Makefile
8 lines
116 B
Makefile
# MCU name
|
|
MCU = atmega32a
|
|
|
|
# Processor frequency
|
|
F_CPU = 16000000
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = bootloadhid
|