summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-09-30 07:17:01 +0200
committertmk <nobody@nowhere>2010-09-30 07:50:23 +0200
commitd3b1af9572e123c939fc355474bf12402c86d292 (patch)
tree5c3f18f6af2bd7ed0333b7f5ed8dd16c4fa69245 /Makefile
parente7c6839d2d17dd084c8bea1dd43208b3144979d2 (diff)
downloadqmk_firmware-d3b1af9572e123c939fc355474bf12402c86d292.tar.gz
qmk_firmware-d3b1af9572e123c939fc355474bf12402c86d292.tar.xz
add mouse function.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c9c668d41..1fe3ffa2b 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