forked from mirrors/qmk_userspace
add mouse function.
This commit is contained in:
parent
e7c6839d2d
commit
d3b1af9572
14 changed files with 281 additions and 123 deletions
11
Makefile
11
Makefile
|
@ -46,13 +46,14 @@ TARGET = mykey
|
|||
|
||||
# List C source files here. (C dependencies are automatically generated.)
|
||||
SRC = $(TARGET).c \
|
||||
usb.c \
|
||||
usb_keyboard.c \
|
||||
usb_mouse.c \
|
||||
usb_debug.c \
|
||||
keymap.c \
|
||||
matrix.c \
|
||||
usb_device.c \
|
||||
usb_keyboard.c \
|
||||
usb_debug.c \
|
||||
print.c \
|
||||
jump_bootloader.c
|
||||
jump_bootloader.c \
|
||||
print.c
|
||||
|
||||
|
||||
# MCU name, you MUST set this to match the board you are using
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue