~ruther/qmk_firmware

f7df771e703d47b88a099c1ef6624be6b3b29219 — jack 2 years ago b567622
Fixup keychron/q1/iso_encoder (#19006)

M keyboards/keychron/q1/iso_encoder/config.h => keyboards/keychron/q1/iso_encoder/config.h +1 -1
@@ 31,7 31,7 @@
/* RGB Matrix Configuration */
#define DRIVER_1_LED_TOTAL 59
#define DRIVER_2_LED_TOTAL 24
#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)

/* Encoder Configuration */
#define ENCODERS_PAD_A { E6 }

M keyboards/keychron/q1/iso_encoder/iso_encoder.c => keyboards/keychron/q1/iso_encoder/iso_encoder.c +2 -2
@@ 18,7 18,7 @@

#ifdef RGB_MATRIX_ENABLE

const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = {
/* Refer to IS31 manual for these locations
 *   driver
 *   |  R location


@@ 147,4 147,4 @@ led_config_t g_led_config = {
    }
};

#endif // RGB_MATRIX_ENABLE
\ No newline at end of file
#endif // RGB_MATRIX_ENABLE