1
0
Fork 0

divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.

This commit is contained in:
tmk 2010-09-23 20:23:50 +09:00
parent 6be0e4fafb
commit 7fd9003f59
9 changed files with 225 additions and 186 deletions

View file

@ -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