~ruther/qmk_firmware

b9d6bfe927c327dbfb197bb8e9e52ac2f07d7d48 — Joel Challis 1 year, 8 months ago 76daf29
Fix input_club/k_type when RGB Matrix disabled (#22021)

2 files changed, 5 insertions(+), 5 deletions(-)

A keyboards/input_club/k_type/post_rules.mk
M keyboards/input_club/k_type/rules.mk
A keyboards/input_club/k_type/post_rules.mk => keyboards/input_club/k_type/post_rules.mk +5 -0
@@ 0,0 1,5 @@
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
	# Additional files for RGB lighting
	SRC += k_type-rgbdriver.c
	QUANTUM_LIB_SRC += i2c_master.c is31fl3733-dual.c
endif

M keyboards/input_club/k_type/rules.mk => keyboards/input_club/k_type/rules.mk +0 -5
@@ 13,8 13,3 @@ AUDIO_ENABLE = no           # Audio output

# RGB options
RGB_MATRIX_ENABLE = no

# Additional files for RGB lighting
SRC += k_type-rgbdriver.c
QUANTUM_LIB_SRC += i2c_master.c is31fl3733-dual.c


Do not follow this link