From d3b1af9572e123c939fc355474bf12402c86d292 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 30 Sep 2010 14:17:01 +0900 Subject: add mouse function. --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9c668d415..1fe3ffa2b1 100644 --- 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 -- cgit v1.2.3