Browse Source

Fix input_club/k_type when RGB Matrix disabled (#22021)

pull/22025/head
Joel Challis 9 months ago
committed by GitHub
parent
commit
b9d6bfe927
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions
  1. +5
    -0
      keyboards/input_club/k_type/post_rules.mk
  2. +0
    -5
      keyboards/input_club/k_type/rules.mk

+ 5
- 0
keyboards/input_club/k_type/post_rules.mk View 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

+ 0
- 5
keyboards/input_club/k_type/rules.mk View File

@ -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…
Cancel
Save