This commit is contained in:
Jack Humbert 2015-02-19 19:35:57 -05:00
parent 4a3c0839f9
commit a4d091eb52
3 changed files with 117 additions and 9 deletions

View file

@ -55,12 +55,11 @@ SRC = keymap_common.c \
ifdef KEYMAP
SRC := keymap_$(KEYMAP).c $(SRC)
else
SRC := keymap_sean.c $(SRC)
SRC := keymap_joe.c $(SRC)
endif
CONFIG_H = config.h
# MCU name
#MCU = at90usb1287
MCU = atmega32u4