~ruther/qmk_firmware

f4febd2cf7eb76ba2a76be1dfa48b7b5f4fd37ea — Richard 9 years ago 54209dc
Fix other KC60 Keymap Makefiles so they compile properly
2 files changed, 2 insertions(+), 2 deletions(-)

M keyboards/kc60/keymaps/stanleylai/Makefile
M keyboards/kc60/keymaps/ws2812/Makefile
M keyboards/kc60/keymaps/stanleylai/Makefile => keyboards/kc60/keymaps/stanleylai/Makefile +1 -1
@@ 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

M keyboards/kc60/keymaps/ws2812/Makefile => keyboards/kc60/keymaps/ws2812/Makefile +1 -1
@@ 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