Skip to content

Commit 7860d09

Browse files
committed
Change TMK_DIR setting
1 parent 1a02ebc commit 7860d09

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+51
-51
lines changed

Diff for: converter/adb_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = adb_usb_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: converter/adb_usb/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = adb_usb_pjrc
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/ascii_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = ascii_usb
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/ibm4704_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = ibm4704_usb
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/m0110_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = m0110_lufa
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/m0110_usb/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = m0110_pjrc
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/m0110_usb/Makefile.teensy

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = m0110_lufa
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/news_usb/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
TARGET = news_usb_pjrc
88

99
# Directory common source filess exist
10-
TMK_DIR = ../..
10+
TMK_DIR = ../../tmk_core
1111

1212
# Directory keyboard dependent files exist
1313
TARGET_DIR = .

Diff for: converter/next_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = next_usb
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/next_usb/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = next_usb
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/pc98_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = pc98_usb
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/ps2_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
TARGET = ps2_usb_lufa
66

77
# Directory common source filess exist
8-
TMK_DIR = ../..
8+
TMK_DIR = ../../tmk_core
99

1010
# Directory keyboard dependent files exist
1111
TARGET_DIR = .

Diff for: converter/ps2_usb/Makefile.mbed

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT = ps2_usb
22

3-
TMK_DIR = ../..
3+
TMK_DIR = ../../tmk_core
44
MBED_DIR = $(TMK_DIR)/mbed-sdk
55

66
#VPATH += $(MBED_DIR):$(TMK_DIR)

Diff for: converter/ps2_usb/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = ps2_usb_pjrc
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/ps2_usb/Makefile.tmk_rev1

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
TARGET = ps2_usb_tmk_rev1
77

88
# Directory common source filess exist
9-
TMK_DIR = ../..
9+
TMK_DIR = ../../tmk_core
1010

1111
# Directory keyboard dependent files exist
1212
TARGET_DIR = .

Diff for: converter/ps2_usb/Makefile.tmk_rev2

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
TARGET = ps2_usb_tmk_rev2
77

88
# Directory common source filess exist
9-
TMK_DIR = ../..
9+
TMK_DIR = ../../tmk_core
1010

1111
# Directory keyboard dependent files exist
1212
TARGET_DIR = .

Diff for: converter/ps2_usb/Makefile.vusb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = ps2_usb_vusb
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/serialmouse_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
TARGET = serialmouse_usb
66

77
# Directory common source filess exist
8-
TMK_DIR = ../..
8+
TMK_DIR = ../../tmk_core
99

1010
# Directory keyboard dependent files exist
1111
TARGET_DIR = .

Diff for: converter/sun_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = sun_usb
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/terminal_bluefruit/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = terminal_bluefruit
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/terminal_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET = terminal_lufa
33

44
# Directory common source filess exist
5-
TMK_DIR = ../..
5+
TMK_DIR = ../../tmk_core
66

77
# Directory keyboard dependent files exist
88
TARGET_DIR = .

Diff for: converter/usb_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# Target file name (without extension).
4242
TARGET = usb_usb
4343

44-
TMK_DIR = ../..
44+
TMK_DIR = ../../tmk_core
4545

4646
# Directory keyboard dependent files exist
4747
TARGET_DIR = .

Diff for: converter/x68k_usb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
TARGET = x68k_usb_pjrc
88

99
# Directory common source filess exist
10-
TMK_DIR = ../..
10+
TMK_DIR = ../../tmk_core
1111

1212
# Directory keyboard dependent files exist
1313
TARGET_DIR = .

Diff for: keyboard/IIgs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = IIgs_Standard
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/alps64/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = alps64
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/gh60/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = gh60_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/gh60/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = gh60_pjrc
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/ghost_squid/Makefile.lufa

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = ghostsquid_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/hbkb/Makefile.lufa

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = hbkb_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/hhkb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = hhkb_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/hhkb/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
TARGET = hhkb_pjrc
88

99
# Directory common source filess exist
10-
TMK_DIR = ../..
10+
TMK_DIR = ../../tmk_core
1111

1212
# Directory keyboard dependent files exist
1313
TARGET_DIR = .

Diff for: keyboard/hhkb/Makefile.rn42

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = hhkb_rn42
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/hhkb/not_supported/Makefile.iwrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
TARGET = hhkb_iwrap
88

99
# Directory common source filess exist
10-
TMK_DIR = ../..
10+
TMK_DIR = ../../tmk_core
1111

1212
# Directory keyboard dependent files exist
1313
TARGET_DIR = .

Diff for: keyboard/hhkb/not_supported/Makefile.vusb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
TARGET = hhkb_vusb
88

99
# Directory common source filess exist
10-
TMK_DIR = ../..
10+
TMK_DIR = ../../tmk_core
1111

1212
# Directory keyboard dependent files exist
1313
TARGET_DIR = .

Diff for: keyboard/hid_liber/Makefile.lufa

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = hid_liber_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/hid_liber/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = hid_liber_pjrc
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/infinity/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT = infinity
22

3-
TMK_DIR = ../..
3+
TMK_DIR = ../../tmk_core
44
MBED_DIR = $(TMK_DIR)/mbed-sdk
55

66
#VPATH += $(MBED_DIR):$(TMK_DIR)

Diff for: keyboard/kitten_paw/Makefile.lufa

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = kittenpaw_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/kmac/Makefile.lufa

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = kmac_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/kmac/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = kmac_pjrc
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/lightpad/Makefile.lufa

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = lightpad_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/lightsaber/Makefile.lufa

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = lightsaber_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/lightsaber/Makefile.pjrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = lightsaber_pjrc
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

Diff for: keyboard/macway/Makefile.lufa

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
TARGET = macway_lufa
4343

4444
# Directory common source filess exist
45-
TMK_DIR = ../..
45+
TMK_DIR = ../../tmk_core
4646

4747
# Directory keyboard dependent files exist
4848
TARGET_DIR = .

0 commit comments

Comments
 (0)