summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-08-23 08:46:24 +0200
committertmk <nobody@nowhere>2010-08-23 16:11:14 +0200
commit3b31337cd8a5fe8b02924f2056ad2648a028c563 (patch)
tree060cc2413f74f89c957655d3fe954ac58c3ae42d /Makefile
parentc17f07819ffeb119a09d4acdfa5097b272d2e2f9 (diff)
downloadqmk_firmware-3b31337cd8a5fe8b02924f2056ad2648a028c563.tar.gz
qmk_firmware-3b31337cd8a5fe8b02924f2056ad2648a028c563.tar.xz
perform nomal keyboard behavior. It works now!!!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c15cc2167..9cd944fad 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ TARGET = mykey
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c \
keymap.c \
+ matrix.c \
usb_keyboard_debug.c \
print.c