Browse Source

Change TMK_DIR setting

tags/v2.0
tmk 9 years ago
parent
commit
7860d09914
51 changed files with 51 additions and 51 deletions
  1. 1
    1
      converter/adb_usb/Makefile
  2. 1
    1
      converter/adb_usb/Makefile.pjrc
  3. 1
    1
      converter/ascii_usb/Makefile
  4. 1
    1
      converter/ibm4704_usb/Makefile
  5. 1
    1
      converter/m0110_usb/Makefile
  6. 1
    1
      converter/m0110_usb/Makefile.pjrc
  7. 1
    1
      converter/m0110_usb/Makefile.teensy
  8. 1
    1
      converter/news_usb/Makefile.pjrc
  9. 1
    1
      converter/next_usb/Makefile
  10. 1
    1
      converter/next_usb/Makefile.pjrc
  11. 1
    1
      converter/pc98_usb/Makefile
  12. 1
    1
      converter/ps2_usb/Makefile
  13. 1
    1
      converter/ps2_usb/Makefile.mbed
  14. 1
    1
      converter/ps2_usb/Makefile.pjrc
  15. 1
    1
      converter/ps2_usb/Makefile.tmk_rev1
  16. 1
    1
      converter/ps2_usb/Makefile.tmk_rev2
  17. 1
    1
      converter/ps2_usb/Makefile.vusb
  18. 1
    1
      converter/serialmouse_usb/Makefile
  19. 1
    1
      converter/sun_usb/Makefile
  20. 1
    1
      converter/terminal_bluefruit/Makefile
  21. 1
    1
      converter/terminal_usb/Makefile
  22. 1
    1
      converter/usb_usb/Makefile
  23. 1
    1
      converter/x68k_usb/Makefile
  24. 1
    1
      keyboard/IIgs/Makefile
  25. 1
    1
      keyboard/alps64/Makefile
  26. 1
    1
      keyboard/gh60/Makefile
  27. 1
    1
      keyboard/gh60/Makefile.pjrc
  28. 1
    1
      keyboard/ghost_squid/Makefile.lufa
  29. 1
    1
      keyboard/hbkb/Makefile.lufa
  30. 1
    1
      keyboard/hhkb/Makefile
  31. 1
    1
      keyboard/hhkb/Makefile.pjrc
  32. 1
    1
      keyboard/hhkb/Makefile.rn42
  33. 1
    1
      keyboard/hhkb/not_supported/Makefile.iwrap
  34. 1
    1
      keyboard/hhkb/not_supported/Makefile.vusb
  35. 1
    1
      keyboard/hid_liber/Makefile.lufa
  36. 1
    1
      keyboard/hid_liber/Makefile.pjrc
  37. 1
    1
      keyboard/infinity/Makefile
  38. 1
    1
      keyboard/kitten_paw/Makefile.lufa
  39. 1
    1
      keyboard/kmac/Makefile.lufa
  40. 1
    1
      keyboard/kmac/Makefile.pjrc
  41. 1
    1
      keyboard/lightpad/Makefile.lufa
  42. 1
    1
      keyboard/lightsaber/Makefile.lufa
  43. 1
    1
      keyboard/lightsaber/Makefile.pjrc
  44. 1
    1
      keyboard/macway/Makefile.lufa
  45. 1
    1
      keyboard/macway/Makefile.pjrc
  46. 1
    1
      keyboard/mbed_onekey/Makefile
  47. 1
    1
      keyboard/nerd/Makefile
  48. 1
    1
      keyboard/onekey/Makefile
  49. 1
    1
      keyboard/onekey/Makefile.pjrc
  50. 1
    1
      keyboard/phantom/Makefile.lufa
  51. 1
    1
      keyboard/phantom/Makefile.pjrc

+ 1
- 1
converter/adb_usb/Makefile View File

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 = .

+ 1
- 1
converter/adb_usb/Makefile.pjrc View File

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 = .

+ 1
- 1
converter/ascii_usb/Makefile View File

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 = .

+ 1
- 1
converter/ibm4704_usb/Makefile View File

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 = .

+ 1
- 1
converter/m0110_usb/Makefile View File

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 = .

+ 1
- 1
converter/m0110_usb/Makefile.pjrc View File

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 = .

+ 1
- 1
converter/m0110_usb/Makefile.teensy View File

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 = .

+ 1
- 1
converter/news_usb/Makefile.pjrc View File

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 = .

+ 1
- 1
converter/next_usb/Makefile View File

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 = .

+ 1
- 1
converter/next_usb/Makefile.pjrc View File

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 = .

+ 1
- 1
converter/pc98_usb/Makefile View File

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 = .

+ 1
- 1
converter/ps2_usb/Makefile View File

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 = .

+ 1
- 1
converter/ps2_usb/Makefile.mbed View File

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)

+ 1
- 1
converter/ps2_usb/Makefile.pjrc View File

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 = .

+ 1
- 1
converter/ps2_usb/Makefile.tmk_rev1 View File

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 = .

+ 1
- 1
converter/ps2_usb/Makefile.tmk_rev2 View File

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 = .

+ 1
- 1
converter/ps2_usb/Makefile.vusb View File

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 = .

+ 1
- 1
converter/serialmouse_usb/Makefile View File

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 = .

+ 1
- 1
converter/sun_usb/Makefile View File

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 = .

+ 1
- 1
converter/terminal_bluefruit/Makefile View File

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 = .

+ 1
- 1
converter/terminal_usb/Makefile View File

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 = .

+ 1
- 1
converter/usb_usb/Makefile View File

# 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 = .

+ 1
- 1
converter/x68k_usb/Makefile View File

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 = .

+ 1
- 1
keyboard/IIgs/Makefile View File

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 = .

+ 1
- 1
keyboard/alps64/Makefile View File

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 = .

+ 1
- 1
keyboard/gh60/Makefile View File

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 = .

+ 1
- 1
keyboard/gh60/Makefile.pjrc View File

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 = .

+ 1
- 1
keyboard/ghost_squid/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/hbkb/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/hhkb/Makefile View File

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 = .

+ 1
- 1
keyboard/hhkb/Makefile.pjrc View File

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 = .

+ 1
- 1
keyboard/hhkb/Makefile.rn42 View File

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 = .

+ 1
- 1
keyboard/hhkb/not_supported/Makefile.iwrap View File

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 = .

+ 1
- 1
keyboard/hhkb/not_supported/Makefile.vusb View File

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 = .

+ 1
- 1
keyboard/hid_liber/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/hid_liber/Makefile.pjrc View File

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 = .

+ 1
- 1
keyboard/infinity/Makefile View File

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)

+ 1
- 1
keyboard/kitten_paw/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/kmac/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/kmac/Makefile.pjrc View File

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 = .

+ 1
- 1
keyboard/lightpad/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/lightsaber/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/lightsaber/Makefile.pjrc View File

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 = .

+ 1
- 1
keyboard/macway/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/macway/Makefile.pjrc View File

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 = .

+ 1
- 1
keyboard/mbed_onekey/Makefile View File

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)

+ 1
- 1
keyboard/nerd/Makefile View File

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 = .

+ 1
- 1
keyboard/onekey/Makefile View File

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 = .

+ 1
- 1
keyboard/onekey/Makefile.pjrc View File

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 = .

+ 1
- 1
keyboard/phantom/Makefile.lufa View File

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 = .

+ 1
- 1
keyboard/phantom/Makefile.pjrc View File

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 = .

Loading…
Cancel
Save