Fix input_club/k_type when RGB Matrix disabled (#22021)
This commit is contained in:
parent
76daf29ef0
commit
b9d6bfe927
5
keyboards/input_club/k_type/post_rules.mk
Normal file
5
keyboards/input_club/k_type/post_rules.mk
Normal file
@ -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
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user