瀏覽代碼

Fix other KC60 Keymap Makefiles so they compile properly

Richard 9 年之前
父節點
當前提交
f4febd2cf7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      keyboards/kc60/keymaps/stanleylai/Makefile
  2. 1 1
      keyboards/kc60/keymaps/ws2812/Makefile

+ 1 - 1
keyboards/kc60/keymaps/stanleylai/Makefile

@@ -21,5 +21,5 @@ SLEEP_LED_ENABLE ?= no       # Breathing sleep LED during USB suspend
 NKRO_ENABLE ?= yes           # USB Nkey Rollover
 
 ifndef QUANTUM_DIR
-	include ../../Makefile
+	include ../../../../Makefile
 endif

+ 1 - 1
keyboards/kc60/keymaps/ws2812/Makefile

@@ -21,5 +21,5 @@ SLEEP_LED_ENABLE ?= no       # Breathing sleep LED during USB suspend
 NKRO_ENABLE ?= no            # USB Nkey Rollover
 
 ifndef QUANTUM_DIR
-	include ../../Makefile
+	include ../../../../Makefile
 endif