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-11-08 09:59:12 +08:00
2025-10-14 16:10:02 +08:00
2025-11-07 17:43:40 +08:00
2022-02-11 20:00:34 -08:00
2025-06-15 11:56:10 +10:00
2025-07-12 16:56:32 +01:00
2024-09-02 03:48:17 +01:00
2019-09-07 07:58:41 -07:00
2022-04-13 18:00:18 +10:00

Quantum Mechanical Keyboard Firmware

Current Version Discord Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are powered by VitePress. They are also viewable offline; see Previewing the Documentation for more details.

You can request changes by making a fork and opening a pull request.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.

Description
Open-source keyboard firmware for Atmel AVR and Arm USB families
Readme GPL-2.0 355 MiB
Languages
C 90.9%
C++ 6%
Python 1.7%
Makefile 1.2%