diff options
| author | tmk <nobody@nowhere> | 2010-08-23 15:46:24 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2010-08-23 23:11:14 +0900 |
| commit | 3b31337cd8a5fe8b02924f2056ad2648a028c563 (patch) | |
| tree | 060cc2413f74f89c957655d3fe954ac58c3ae42d /Makefile | |
| parent | c17f07819ffeb119a09d4acdfa5097b272d2e2f9 (diff) | |
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 |
