diff options
author | tmk <nobody@nowhere> | 2010-08-23 08:46:24 +0200 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-08-23 16:11:14 +0200 |
commit | 3b31337cd8a5fe8b02924f2056ad2648a028c563 (patch) | |
tree | 060cc2413f74f89c957655d3fe954ac58c3ae42d /Makefile | |
parent | c17f07819ffeb119a09d4acdfa5097b272d2e2f9 (diff) | |
download | qmk_firmware-3b31337cd8a5fe8b02924f2056ad2648a028c563.tar.gz qmk_firmware-3b31337cd8a5fe8b02924f2056ad2648a028c563.tar.xz |
perform nomal keyboard behavior. It works now!!!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |