diff options
author | 2011-02-13 00:15:51 +0900 | |
---|---|---|
committer | 2011-02-22 03:09:05 +0900 | |
commit | 9a938eecbd2b70c970992583b5c16da717d8e254 (patch) | |
tree | 22ac37491f88aa60d917a18696c93f61a429d43c /hhkb/Makefile | |
parent | 2b8cd88ab142068eed0a3f230a3de79deb567536 (diff) | |
download | qmk_firmware-9a938eecbd2b70c970992583b5c16da717d8e254.tar.gz |
host interface for pjrc
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 8e771d955..7c7ed0ee2 100644 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -9,7 +9,6 @@ TARGET_DIR = . # keyboard dependent files TARGET_SRC = tmk.c \ - host_pjrc.c \ keymap.c \ matrix.c \ led.c |