X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=Makefile;h=9cd944fadefcf630375413b2da609016d908e710;hb=3b31337cd8a5fe8b02924f2056ad2648a028c563;hp=d54627ce1f9c13967a6f608b04df99860f6380d2;hpb=20711b59e7b72d0a1875c3d38832fade6f56445d;p=max%2Ftmk_keyboard.git diff --git a/Makefile b/Makefile index d54627ce..9cd944fa 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,8 @@ 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