Change TMK_DIR setting
This commit is contained in:
parent
9a451a5b1c
commit
9d440fc01b
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
TARGET = ergodox_lufa
|
||||
|
||||
# Directory common source filess exist
|
||||
TMK_DIR = ../..
|
||||
TMK_DIR = ../../tmk_core
|
||||
|
||||
# Directory keyboard dependent files exist
|
||||
TARGET_DIR = .
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
TARGET = ergodox_pjrc
|
||||
|
||||
# Directory common source filess exist
|
||||
TMK_DIR = ../..
|
||||
TMK_DIR = ../../tmk_core
|
||||
|
||||
# Directory keyboard dependent files exist
|
||||
TARGET_DIR = .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue