Files
keychron-qmk/quantum
lokher bbc71fb579 Fix mixed RGB effect when both regions use JELLYBEAN_RAINDROPS
When both mixed RGB regions are set it to JELLYBEAN_RAINDROPS, region 0 only updates LEDs with index < RGB_MATRIX_LED_COUNT / 5, while the rest are not updated.

This happens because the effect runs in the order:
region1(iter 0) -> region0(iter 0) -> region1(iter 1) -> region0(iter 1) ...
both regions share the same index, causing region 0's index to be used by region 1 in later iterations and reset.

Fix: store index separately for each region by converting it into an array.
2025-11-08 09:59:18 +08:00
..
2025-05-22 23:31:15 +10:00
2025-08-17 01:14:48 +01:00
2025-10-14 15:00:41 +08:00
2025-05-22 23:31:15 +10:00
2025-05-22 23:31:15 +10:00
2025-10-14 15:00:41 +08:00
2025-05-22 23:31:15 +10:00
2025-10-31 11:09:07 +08:00
2025-03-28 21:03:59 +11:00
2024-10-12 00:10:02 +01:00
2024-10-12 00:10:02 +01:00
2025-06-27 08:17:28 +01:00
2022-11-03 21:36:58 +00:00
2022-11-03 21:36:58 +00:00
2024-07-03 18:35:54 +10:00
2024-07-03 17:18:27 +10:00
2025-05-22 23:31:15 +10:00
2025-08-17 01:14:48 +01:00
2024-07-03 18:35:54 +10:00
2025-10-31 11:09:07 +08:00
2025-01-01 23:12:58 -08:00
2025-01-01 23:12:58 -08:00
2020-03-06 22:29:01 -08:00
2024-06-22 09:10:58 +01:00
2024-06-22 09:10:58 +01:00
2025-06-27 08:17:28 +01:00
2025-08-17 01:14:48 +01:00
2025-10-14 15:00:41 +08:00
2025-10-14 15:00:41 +08:00
2024-07-03 18:35:54 +10:00
2023-02-12 10:23:07 +11:00
2023-02-12 10:23:07 +11:00
2019-08-30 15:01:52 -07:00
2022-11-04 00:50:59 +00:00