]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/ibm4704_usb/Makefile
Merge branch 'unimap'
[max/tmk_keyboard.git] / converter / ibm4704_usb / Makefile
index c1e8c385dfe3b3bc0fb5a542cab1afa8035650e5..c73bcfd50c4bab9c9ea5ba3e18088ebaa8dea54f 100644 (file)
@@ -2,14 +2,13 @@
 TARGET = ibm4704_usb
 
 # Directory common source filess exist
-TMK_DIR = ../..
+TMK_DIR = ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
 
 # project specific files
-SRC =  keymap_common.c \
-       matrix.c \
+SRC =  matrix.c \
        led.c \
        protocol/ibm4704.c
 
@@ -23,8 +22,8 @@ CONFIG_H = config.h
 
 
 # MCU name
-#MCU = at90usb1287
-MCU = atmega32u4
+# TMK Converter rev.2
+MCU ?= atmega32u2
 
 # Processor frequency.
 #     This will define a symbol, F_CPU, in all source code files equal to the