Introduces new subdirectory structure

This commit is contained in:
Erez Zukerman
2016-01-22 03:51:59 +02:00
parent 7f84ab6ad9
commit 1598a8c46a
50 changed files with 10 additions and 28333 deletions

View File

@@ -31,15 +31,14 @@ SRC = ergodox_ez.c \
matrix.c
ifdef KEYMAP
SRC := keymaps/$(KEYMAP)/keymap_$(KEYMAP).c $(SRC)
SRC := keymaps/$(KEYMAP)/keymap.c $(SRC)
else
SRC := keymaps/default/keymap_default.c $(SRC)
SRC := keymaps/default/keymap.c $(SRC)
endif
CONFIG_H = config.h
# MCU name
#MCU = at90usb1287
MCU = atmega32u4
# Processor frequency.