8 lines
110 B
Makefile
8 lines
110 B
Makefile
|
# Overrides for the Teensy version
|
||
|
|
||
|
# MCU name
|
||
|
MCU = at90usb1286
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = halfkay
|