summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-06-07 01:33:33 +0100
committerroot <root@lamia.panaceas.james.local>2015-06-07 01:33:33 +0100
commit43443ee9ba206b0963c49123bd03c250ed8e7b26 (patch)
tree8075149feace3c91a7a49e257f0e7a441cb0e526 /app/Makefile
parent7b77c6dde5705e3692e0c629ed90e3c74c50b768 (diff)
downloadtims_keyboard-43443ee9ba206b0963c49123bd03c250ed8e7b26.tar.gz
tims_keyboard-43443ee9ba206b0963c49123bd03c250ed8e7b26.tar.bz2
tims_keyboard-43443ee9ba206b0963c49123bd03c250ed8e7b26.zip
finished!
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index a5e4d88..4761d45 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -24,7 +24,7 @@ PROG=tims_keyboard
V=1
default: ${PROG}.elf
-CSRCS=tims_keyboard.c dfu.c keyboard.c usb.c consumer.c atkbd.c ring.c usart.c stdio.c ticker.c scancode.c
+CSRCS=tims_keyboard.c dfu.c keyboard.c usb.c consumer.c atkbd.c ring.c usart.c stdio.c ticker.c keymap.c
BINARY = ${PROG}