~ruther/qmk_firmware

ref: 8e3903ca38907d4461d75dde9d820e3f39a8e58c qmk_firmware/quantum d---------
Fix compilation error when led/rgb process limit is zero. (#22328)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Merge remote-tracking branch 'origin/master' into develop
Remove extra led_matrix_indicators_user call (#22329)

Separate 6KRO and NKRO report structs (#22267)

Modify split config is_keyboard_master/left checks. (#21875)

* rework split configuration

* Apply suggestions from code review

Co-authored-by: Joel Challis <git@zvecr.com>

* lint

* missed return

---------

Co-authored-by: Joel Challis <git@zvecr.com>
Add `_flush()` functions to LED drivers (#22308)

4410e6b3 — Andrey Tutolmin 1 year, 10 months ago
Russian typewriter keymap file for popular legacy layout (#21174)

Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com>
8e614250 — Nick Brassel 1 year, 10 months ago
[QP] Add support for OLED, variable framebuffer bpp (#19997)

Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Fixup delta frame coordinates after #20296.
Rename `DRIVER_ADDR_n` defines (#22200)

Co-authored-by: Nick Brassel <nick@tzarc.org>
Prep work for NKRO report separation (#22268)

* Clean up some keyboard/userspace code

* Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS`

* Add some missing includes

* Use `PACKED` define for report types

* Fix incorrect function signatures for FlexRAM EEPROM driver
Merge remote-tracking branch 'origin/master' into develop
add missing gpio include for pointing motion pin (#22246)

Merge remote-tracking branch 'origin/master' into develop
Fix build error when Automatic Mouse Layer is enabled (#22229)

21389fbd — Pablo Martínez 1 year, 10 months ago
[Bugfix] `qp_ellipse` overflow (#19005)

Rename CKLED2001 driver to SNLED27351 (#22071)

3df155f2 — Kuan-Wei, Chiu 1 year, 10 months ago
Fix memory leak in realloc failure handling (#22188)

is31fl3737/3741: add LED Matrix support (#22163)

6910ed2d — Joel Challis 1 year, 10 months ago
Add _DEFAULT_ON lighting configuration options (#21865)

2eed1f5b — Álvaro A. Volpato 1 year, 10 months ago
Add `RGBLIGHT_DEFAULT_ON` macro configuration option (#20857)

* ADD RGB_DEFAULT_DISABLED option and updated documentation

* Formatting

* Add  as by fauxpark's suggestion

Co-authored by: fauxpark

* Formatting

* Use boolean values instead of numerical

Co-authored-by: Ryan <fauxpark@gmail.com>

* Edit documentation formatting

Co-authored-by: Ryan <fauxpark@gmail.com>

* Remove comment

Co-authored-by: Ryan <fauxpark@gmail.com>

* Set RGB mode to DEFAULT macro at init

Co-authored-by: Ryan <fauxpark@gmail.com>

---------

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
Next