Added ability to set the MATRIX in build/make

This commit is contained in:
cr3473 2015-06-02 12:12:44 -07:00
parent 8c788f70f6
commit 59f2001b31
2 changed files with 7 additions and 2 deletions

View File

@ -47,13 +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_pcb.c \
$(MATRIX) \
led.c \
backlight.c
@ -66,7 +71,7 @@ endif
else
SRC = extended_keymap_common.c \
matrix_pcb.c \
$(MATRIX) \
led.c \
backlight.c