Browse Source

Merge remote-tracking branch 'origin/develop' into xap

QMK Bot 2 years ago
parent
commit
b2f718a2f2
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

@@ -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

@@ -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
-