This commit is contained in:
Jack Humbert 2015-08-16 17:56:15 -04:00
commit c9cbff446f
14 changed files with 367 additions and 131 deletions

View file

@ -47,12 +47,18 @@ TOP_DIR = ../..
# Directory keyboard dependent files exist
TARGET_DIR = .
# Default to PCB matrix
ifndef MATRIX
MATRIX=matrix_pcb.c
endif
$(warning MATRIX: $(MATRIX))
# # project specific files
ifdef COMMON
SRC = keymap_common.c \
$(MATRIX) \
led.c \
backlight.c \
beeps.c
@ -72,7 +78,7 @@ endif
else
SRC = extended_keymap_common.c \
analog.c \
$(MATRIX) \
led.c \
backlight.c \
beeps.c