]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix other KC60 Keymap Makefiles so they compile properly
authorRichard <r.morrison@chronoptics.com>
Sun, 3 Jul 2016 01:49:10 +0000 (13:49 +1200)
committerRichard <r.morrison@chronoptics.com>
Sun, 3 Jul 2016 01:49:10 +0000 (13:49 +1200)
keyboards/kc60/keymaps/stanleylai/Makefile
keyboards/kc60/keymaps/ws2812/Makefile

index f7e4e2fe292efb156a33040b9de36e9c6c508cac..b8b2beda485e42ccefb62c7dabbeeaf69ba05744 100644 (file)
@@ -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
index d97e4d9f8a08d052f7eea73c2f3487ccbf5bee6a..891c4441627079e6ecf5ca4e2256b8facf7595f2 100644 (file)
@@ -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