From: Richard Date: Sun, 3 Jul 2016 01:49:10 +0000 (+1200) Subject: Fix other KC60 Keymap Makefiles so they compile properly X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f4febd2cf7eb76ba2a76be1dfa48b7b5f4fd37ea;p=qmk_firmware.git Fix other KC60 Keymap Makefiles so they compile properly --- 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