Merge remote-tracking branch 'origin/master' into develop
keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix (#21805)
Although `keychron/c2_pro/ansi/rgb` and `keychron/c2_pro/ansi/white` use
the same custom matrix code, the matrix layouts are slightly different;
in particular, only the `keychron/c2_pro/ansi/white` board actually uses
column 19. However, the handling of column 19 in the custom matrix code
was broken, therefore that column did not work.
Looks like the custom matrix code assumes that `SHIFT_COL_END` refers to
the last column connected to the shift register, and not to the column
past that; so the value of `SHIFT_COL_END` needs to be changed from 19
to 18 (columns 11...18 are connected to the shift register, and column
19 is connected to the C14 pin).
Also the code which was determining `SIZE_T` and `UNSELECT_ALL_COL` had
an off-by-one bug when counting the required number of bits (again due
to the confusion on the `SHIFT_COL_END` meaning); this had been fixed
too (the actual behavior of that part of the code did not change,
because both the old and the new version select the 8 bit variant).
Fix keyboards with old RGB driver names (#21817)
Merge remote-tracking branch 'origin/master' into develop
[Doc] Improve magic keycode section (#21787)
Fix keyboards with old RGB driver names (#21815)
RGB Matrix: driver naming cleanups (#21594)
Simplfy RGB/LED matrix effect logic (#21703)
fix: restore indicators to jellybean_raindrops (#21792)
After #21169, rgb_matrix_indicators() was limited to running on the
final render iteration. Since the jellybean_raindrops animation
immediately returns false after updating a single LED, the iteration
count no longer ends up high enough to render non-advanced indicators.
This change also brings jellybean_raindrops more in line with raindrops.
Fix drop/shift/v2 compilation (#21800)
Align SENSE75 with recent Drop additions (#21757)
Merge remote-tracking branch 'origin/master' into develop
Initial support for SHIFT v2 (#21756)
Initial support for CTRL v2 (#21755)
Initial support for ALT v2 (#21754)
Add Galatea rev3 keyboard (#21758)