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 | |
| parent | 74847a84f8c90c8065f50cee9768f7768b5f856b (diff) | |
| download | qmk_firmware-b4cd0cfd15bf844ef5c8840592da55ceac342c9a.tar.gz qmk_firmware-b4cd0cfd15bf844ef5c8840592da55ceac342c9a.zip | |
Infinity Ergodox - Add matrix.c and led.c
| -rw-r--r-- | keyboards/infinity_ergodox/Makefile | 4 | ||||
| -rw-r--r-- | keyboards/infinity_ergodox/matrix.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/infinity_ergodox/Makefile b/keyboards/infinity_ergodox/Makefile index 6ea3bd691..fb21aae5e 100644 --- a/keyboards/infinity_ergodox/Makefile +++ b/keyboards/infinity_ergodox/Makefile | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | # project specific files | ||
| 2 | SRC = matrix.c \ | ||
| 3 | led.c | ||
| 4 | |||
| 1 | ## chip/board settings | 5 | ## chip/board settings |
| 2 | # - the next two should match the directories in | 6 | # - the next two should match the directories in |
| 3 | # <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES) | 7 | # <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES) |
diff --git a/keyboards/infinity_ergodox/matrix.c b/keyboards/infinity_ergodox/matrix.c index fd93967a8..2b806cd64 100644 --- a/keyboards/infinity_ergodox/matrix.c +++ b/keyboards/infinity_ergodox/matrix.c | |||
| @@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | #include "print.h" | 24 | #include "print.h" |
| 25 | #include "debug.h" | 25 | #include "debug.h" |
| 26 | #include "matrix.h" | 26 | #include "matrix.h" |
| 27 | #include "serial_link/system/serial_link.h" | ||
| 28 | 27 | ||
| 29 | 28 | ||
| 30 | /* | 29 | /* |
