]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/adb_usb/Makefile
Fix debug code of serial_soft.c
[max/tmk_keyboard.git] / converter / adb_usb / Makefile
index 64a23d09dc72456a5a6eae4550bc74cedf5dfbab..87b0f415b8ed401bc3f1dd569a6545be8d45d14c 100644 (file)
@@ -8,8 +8,7 @@ TOP_DIR = ../..
 TARGET_DIR = .
 
 # keyboard dependent files
-SRC =  main.c \
-       keymap.c \
+SRC =  keymap.c \
        matrix.c \
        led.c \
        adb.c
@@ -37,16 +36,13 @@ F_CPU = 16000000
 #   comment out to disable the options.
 #
 #MOUSEKEY_ENABLE = yes # Mouse keys
-#PS2_MOUSE_ENABLE = yes        # PS/2 mouse(TrackPoint) support
 EXTRAKEY_ENABLE = yes  # Audio control and System control
 #NKRO_ENABLE = yes     # USB Nkey Rollover
 
 
-
-#---------------- Programming Options --------------------------
-PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
-
-
+# Search Path
+VPATH += $(TARGET_DIR)
+VPATH += $(TOP_DIR)
 
 include $(TOP_DIR)/protocol/pjrc.mk
 include $(TOP_DIR)/protocol.mk