9 lines
166 B
Makefile
9 lines
166 B
Makefile
|
BOARD_TAG = leonardo
|
||
|
|
||
|
USER_LIB_PATH = ./libraries
|
||
|
ARDUINO_LIBS = HID Keyboard
|
||
|
AVRDUDE_CONF = /etc/avrdude.conf
|
||
|
|
||
|
include /usr/local/share/arduino-makefile/Arduino.mk
|
||
|
|