diff options
author | tmk <hasu@tmk-kbd.com> | 2015-04-10 01:53:24 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-04-10 01:53:24 +0900 |
commit | 7860d09914dba5e7d2d6c1c25b62b49d1bbd2591 (patch) | |
tree | daea204a33fc09800d984c61f478ed11c91eda6f /keyboard/hhkb/not_supported | |
parent | 1a02ebcc612e9a9c0d87e02295c7258de3a70ccc (diff) |
Change TMK_DIR setting
Diffstat (limited to 'keyboard/hhkb/not_supported')
-rw-r--r-- | keyboard/hhkb/not_supported/Makefile.iwrap | 2 | ||||
-rw-r--r-- | keyboard/hhkb/not_supported/Makefile.vusb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/hhkb/not_supported/Makefile.iwrap b/keyboard/hhkb/not_supported/Makefile.iwrap index 5bc94d5f6d..1614c21d75 100644 --- a/keyboard/hhkb/not_supported/Makefile.iwrap +++ b/keyboard/hhkb/not_supported/Makefile.iwrap @@ -7,7 +7,7 @@ TARGET = hhkb_iwrap # Directory common source filess exist -TMK_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . diff --git a/keyboard/hhkb/not_supported/Makefile.vusb b/keyboard/hhkb/not_supported/Makefile.vusb index 61fd928896..1f8d84684b 100644 --- a/keyboard/hhkb/not_supported/Makefile.vusb +++ b/keyboard/hhkb/not_supported/Makefile.vusb @@ -7,7 +7,7 @@ TARGET = hhkb_vusb # Directory common source filess exist -TMK_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . |