Skip to content

Commit

Permalink
Fix input_club/k_type when RGB Matrix disabled (qmk#22021)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and christrotter committed Nov 28, 2023
1 parent c81bd54 commit d876c72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions keyboards/input_club/k_type/post_rules.mk
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions keyboards/input_club/k_type/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d876c72

Please sign in to comment.