]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - Makefile
perform nomal keyboard behavior. It works now!!!
[max/tmk_keyboard.git] / Makefile
index 26403c75ad8fcdd1c2f678b1cb07d9019451cc13..9cd944fadefcf630375413b2da609016d908e710 100644 (file)
--- a/Makefile
+++ b/Makefile
 
 
 # Target file name (without extension).
-TARGET = example
+TARGET = mykey
 
 
 # List C source files here. (C dependencies are automatically generated.)
 SRC =  $(TARGET).c \
+       keymap.c \
+       matrix.c \
        usb_keyboard_debug.c \
        print.c