diff options
author | tmk <nobody@nowhere> | 2010-09-23 20:23:50 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-09-23 20:23:50 +0900 |
commit | 7fd9003f59ad6a1de8d8b70fae74ba16df666c09 (patch) | |
tree | 965fa71209fbb0a947aa9848ab9dba2247d9b5b9 /Makefile | |
parent | 6be0e4fafb3875264317f048b2c823dea87a9f49 (diff) | |
download | qmk_firmware-7fd9003f59ad6a1de8d8b70fae74ba16df666c09.tar.gz qmk_firmware-7fd9003f59ad6a1de8d8b70fae74ba16df666c09.zip |
divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -48,7 +48,9 @@ TARGET = mykey SRC = $(TARGET).c \ keymap.c \ matrix.c \ - usb_keyboard_debug.c \ + usb_device.c \ + usb_keyboard.c \ + usb_debug.c \ print.c |