]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - Makefile
add mouse function.
[tmk_firmware.git] / Makefile
index c9c668d4157ec248ae1cd7c98b97e3f95432c71a..1fe3ffa2b10ac859da10260ce27b93838494f07d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,13 +46,14 @@ TARGET = mykey
 
 # List C source files here. (C dependencies are automatically generated.)
 SRC =  $(TARGET).c \
-       keymap.c \
-       matrix.c \
-       usb_device.c \
+       usb.c \
        usb_keyboard.c \
+       usb_mouse.c \
        usb_debug.c \
-       print.c \
-       jump_bootloader.c
+       keymap.c \
+       matrix.c \
+       jump_bootloader.c \
+       print.c
 
 
 # MCU name, you MUST set this to match the board you are using