1
0
Fork 0

Change TMK_DIR setting

This commit is contained in:
tmk 2015-04-10 01:53:24 +09:00
parent 1a02ebcc61
commit 7860d09914
51 changed files with 51 additions and 51 deletions

View file

@ -42,7 +42,7 @@
TARGET = adb_usb_lufa TARGET = adb_usb_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = adb_usb_pjrc TARGET = adb_usb_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = ascii_usb TARGET = ascii_usb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = ibm4704_usb TARGET = ibm4704_usb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = m0110_lufa TARGET = m0110_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = m0110_pjrc TARGET = m0110_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = m0110_lufa TARGET = m0110_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -7,7 +7,7 @@
TARGET = news_usb_pjrc TARGET = news_usb_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = next_usb TARGET = next_usb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = next_usb TARGET = next_usb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = pc98_usb TARGET = pc98_usb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -5,7 +5,7 @@
TARGET = ps2_usb_lufa TARGET = ps2_usb_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -1,6 +1,6 @@
PROJECT = ps2_usb PROJECT = ps2_usb
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
MBED_DIR = $(TMK_DIR)/mbed-sdk MBED_DIR = $(TMK_DIR)/mbed-sdk
#VPATH += $(MBED_DIR):$(TMK_DIR) #VPATH += $(MBED_DIR):$(TMK_DIR)

View file

@ -2,7 +2,7 @@
TARGET = ps2_usb_pjrc TARGET = ps2_usb_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -6,7 +6,7 @@
TARGET = ps2_usb_tmk_rev1 TARGET = ps2_usb_tmk_rev1
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -6,7 +6,7 @@
TARGET = ps2_usb_tmk_rev2 TARGET = ps2_usb_tmk_rev2
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = ps2_usb_vusb TARGET = ps2_usb_vusb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -5,7 +5,7 @@
TARGET = serialmouse_usb TARGET = serialmouse_usb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = sun_usb TARGET = sun_usb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = terminal_bluefruit TARGET = terminal_bluefruit
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -2,7 +2,7 @@
TARGET = terminal_lufa TARGET = terminal_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -41,7 +41,7 @@
# Target file name (without extension). # Target file name (without extension).
TARGET = usb_usb TARGET = usb_usb
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -7,7 +7,7 @@
TARGET = x68k_usb_pjrc TARGET = x68k_usb_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = IIgs_Standard TARGET = IIgs_Standard
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = alps64 TARGET = alps64
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = gh60_lufa TARGET = gh60_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = gh60_pjrc TARGET = gh60_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = ghostsquid_lufa TARGET = ghostsquid_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = hbkb_lufa TARGET = hbkb_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = hhkb_lufa TARGET = hhkb_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -7,7 +7,7 @@
TARGET = hhkb_pjrc TARGET = hhkb_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = hhkb_rn42 TARGET = hhkb_rn42
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -7,7 +7,7 @@
TARGET = hhkb_iwrap TARGET = hhkb_iwrap
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -7,7 +7,7 @@
TARGET = hhkb_vusb TARGET = hhkb_vusb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = hid_liber_lufa TARGET = hid_liber_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = hid_liber_pjrc TARGET = hid_liber_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -1,6 +1,6 @@
PROJECT = infinity PROJECT = infinity
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
MBED_DIR = $(TMK_DIR)/mbed-sdk MBED_DIR = $(TMK_DIR)/mbed-sdk
#VPATH += $(MBED_DIR):$(TMK_DIR) #VPATH += $(MBED_DIR):$(TMK_DIR)

View file

@ -42,7 +42,7 @@
TARGET = kittenpaw_lufa TARGET = kittenpaw_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = kmac_lufa TARGET = kmac_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = kmac_pjrc TARGET = kmac_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = lightpad_lufa TARGET = lightpad_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = lightsaber_lufa TARGET = lightsaber_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = lightsaber_pjrc TARGET = lightsaber_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = macway_lufa TARGET = macway_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = macway_pjrc TARGET = macway_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -1,6 +1,6 @@
PROJECT = mbed_onekey PROJECT = mbed_onekey
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
MBED_DIR = $(TMK_DIR)/mbed-sdk MBED_DIR = $(TMK_DIR)/mbed-sdk
#VPATH += $(MBED_DIR):$(TMK_DIR) #VPATH += $(MBED_DIR):$(TMK_DIR)

View file

@ -42,7 +42,7 @@
TARGET = nerd_lufa TARGET = nerd_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = onekey_lufa TARGET = onekey_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = onekey_pjrc TARGET = onekey_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = phantom_lufa TARGET = phantom_lufa
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .

View file

@ -42,7 +42,7 @@
TARGET = phantom_pjrc TARGET = phantom_pjrc
# Directory common source filess exist # Directory common source filess exist
TMK_DIR = ../.. TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist # Directory keyboard dependent files exist
TARGET_DIR = . TARGET_DIR = .