diff options
author | tmk <nobody@nowhere> | 2011-02-10 15:51:30 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-02-22 03:09:02 +0900 |
commit | 2b8cd88ab142068eed0a3f230a3de79deb567536 (patch) | |
tree | ce62861e44d57791ff43391d841ea125ce319754 /hhkb/Makefile | |
parent | acc974c64b1e17e6807133fdc50de5bb34aedda5 (diff) |
refactor keyboard.h, host.h
Diffstat (limited to 'hhkb/Makefile')
-rw-r--r-- | hhkb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile index f008b6ec99..8e771d9557 100644 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -9,7 +9,6 @@ TARGET_DIR = . # keyboard dependent files TARGET_SRC = tmk.c \ - key_process.c \ host_pjrc.c \ keymap.c \ matrix.c \ |