]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Infinity Ergodox - Add matrix.c and led.c
authorFred Sundvik <fsundvik@gmail.com>
Tue, 5 Jul 2016 13:50:30 +0000 (16:50 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Tue, 5 Jul 2016 13:50:30 +0000 (16:50 +0300)
keyboards/infinity_ergodox/Makefile
keyboards/infinity_ergodox/matrix.c

index 6ea3bd6916211df1c28aba2483abb6d1713398db..fb21aae5ebc236809b13cdf7f6754c7da6357365 100644 (file)
@@ -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)
index fd93967a82c5a4dfe7e79a3dbb5a67b89ea4de0b..2b806cd6498bdfe86e68e851f32bc4a438529fd9 100644 (file)
@@ -24,7 +24,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "print.h"
 #include "debug.h"
 #include "matrix.h"
-#include "serial_link/system/serial_link.h"
 
 
 /*