divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.
This commit is contained in:
parent
6be0e4fafb
commit
7fd9003f59
9 changed files with 225 additions and 186 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue