summaryrefslogtreecommitdiffstats
path: root/keyboards/kc60/keymaps
diff options
context:
space:
mode:
authorRichard <r.morrison@chronoptics.com>2016-07-03 03:49:10 +0200
committerRichard <r.morrison@chronoptics.com>2016-07-03 03:49:10 +0200
commitf4febd2cf7eb76ba2a76be1dfa48b7b5f4fd37ea (patch)
tree34d103b3bac24a1b9c98ebbd248fe7bd38a538be /keyboards/kc60/keymaps
parent54209dc672f0c67cf21fcd7dc376c3bbae0db9ae (diff)
downloadqmk_firmware-f4febd2cf7eb76ba2a76be1dfa48b7b5f4fd37ea.tar.gz
qmk_firmware-f4febd2cf7eb76ba2a76be1dfa48b7b5f4fd37ea.tar.xz
Fix other KC60 Keymap Makefiles so they compile properly
Diffstat (limited to 'keyboards/kc60/keymaps')
-rw-r--r--keyboards/kc60/keymaps/stanleylai/Makefile2
-rw-r--r--keyboards/kc60/keymaps/ws2812/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kc60/keymaps/stanleylai/Makefile b/keyboards/kc60/keymaps/stanleylai/Makefile
index f7e4e2fe2..b8b2beda4 100644
--- a/keyboards/kc60/keymaps/stanleylai/Makefile
+++ b/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
diff --git a/keyboards/kc60/keymaps/ws2812/Makefile b/keyboards/kc60/keymaps/ws2812/Makefile
index d97e4d9f8..891c44416 100644
--- a/keyboards/kc60/keymaps/ws2812/Makefile
+++ b/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