diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-05 16:50:30 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-05 16:50:30 +0300 |
commit | b4cd0cfd15bf844ef5c8840592da55ceac342c9a (patch) | |
tree | b9b4cca682c24c67be46ef4231ee7cf77ca48d63 /keyboards/infinity_ergodox/Makefile | |
parent | 74847a84f8c90c8065f50cee9768f7768b5f856b (diff) |
Infinity Ergodox - Add matrix.c and led.c
Diffstat (limited to 'keyboards/infinity_ergodox/Makefile')
-rw-r--r-- | keyboards/infinity_ergodox/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/infinity_ergodox/Makefile b/keyboards/infinity_ergodox/Makefile index 6ea3bd6916..fb21aae5eb 100644 --- a/keyboards/infinity_ergodox/Makefile +++ b/keyboards/infinity_ergodox/Makefile @@ -1,3 +1,7 @@ +# project specific files +SRC = matrix.c \ + led.c + ## chip/board settings # - the next two should match the directories in # <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES) |