mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 13:04:38 +00:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# MCU name
|
|
MCU = atmega32a
|
|
|
|
# Processor frequency
|
|
F_CPU = 16000000
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = usbasploader
|