~ruther/qmk_firmware

ref: c1ea29b8e4b51b198da45e1b5fb33e03e08a36ea qmk_firmware/quantum d---------
Rename CKLED2001 driver to SNLED27351 (#22071)

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

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

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

2eed1f5b — Álvaro A. Volpato 1 year, 9 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>
refactor: move default RGB/LED matrix #defines (#21938)

* refactor: move default RGB/LED matrix #defines

Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and
RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to
leverage these defaults without requiring #ifdef guards (and often
repeating said fallback definitions).

* style: use if(n)def for consistency

and remove redundant UINT8_MAX checks on maximum brightness

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

* refactor: remove INDICATOR_MAX_BRIGHTNESS macro

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

---------

Co-authored-by: Joel Challis <git@zvecr.com>
is31fl3218: Add LED Matrix support (#22126)

Co-authored-by: Joel Challis <git@zvecr.com>
is31fl3736: extract single-color API (#22133)

339bff63 — Joel Challis 1 year, 10 months ago
Move velocikey to within rgblight (#22123)

Added flower blooming on RGB Matrix effect (#21948)

Fix OSM on a OSL activated layer (#20410)

[Enhancement] Improvements for debounce test coverage + bug fixes for sym_defer_g and sym_eager_pr (#21667)

Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com>
dd94877e — Isaac Elenbaas 1 year, 10 months ago
Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889)

1fb02d5a — Nick Brassel 1 year, 10 months ago
Merge remote-tracking branch 'upstream/master' into develop
Fix combo_ref_from_layer respect different default layer [#21780] (#21781)

a360900f — Pablo Martínez 1 year, 10 months ago
[Enhancement] QP Getters (#21171)

246f3cb4 — フィルターペーパー 1 year, 10 months ago
Improve directional transition of overlapping mouse keys (#21494)

99290b4c — jacob-w-gable 1 year, 10 months ago
Add full solenoid support on split keyboards (#21583)

Co-authored-by: Jacob Gable <jacob.gable@statheros.tech>
RGBLight/Backlight: add prefixed driver defines (#22089)

LED/RGB Matrix: prefix driver defines (#22088)

Next