X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=Makefile;h=d259fd2dbfd31e2c6fe016341775927055990a9c;hb=479af4bdcd08560a3400426b30c247c620f6204e;hp=7473d3c312ea80f0a6933b984a4e409a6b978a71;hpb=7fd9003f59ad6a1de8d8b70fae74ba16df666c09;p=max%2Ftmk_keyboard.git diff --git a/Makefile b/Makefile index 7473d3c3..d259fd2d 100644 --- a/Makefile +++ b/Makefile @@ -41,16 +41,18 @@ # Target file name (without extension). -TARGET = mykey +TARGET = tmk # 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 \ + keymap.c \ + matrix.c \ + jump_bootloader.c \ print.c