]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/onekey/Makefile.pjrc
Add KC_L[LR]ABK to top-level README
[qmk_firmware.git] / keyboard / onekey / Makefile.pjrc
index 24ade3350593ebc4ef3ceff55f0424198032e878..ebf0710f73cf4282bdc7e4fb7b8c2af0091219e2 100644 (file)
@@ -42,7 +42,7 @@
 TARGET = onekey_pjrc
 
 # Directory common source filess exist
-TOP_DIR = ../..
+TMK_DIR = ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -95,9 +95,9 @@ PS2_USE_BUSYWAIT = yes # uses primitive reference code
 
 # Search Path
 VPATH += $(TARGET_DIR)
-VPATH += $(TOP_DIR)
+VPATH += $(TMK_DIR)
 
-include $(TOP_DIR)/common.mk
-include $(TOP_DIR)/protocol.mk
-include $(TOP_DIR)/protocol/pjrc.mk
-include $(TOP_DIR)/rules.mk
+include $(TMK_DIR)/common.mk
+include $(TMK_DIR)/protocol.mk
+include $(TMK_DIR)/protocol/pjrc.mk
+include $(TMK_DIR)/rules.mk