mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-12 21:00:58 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
b2f718a2f2
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