[Keymap] add simple gmmk pro macos keymap with rgb (#13504)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] RGB Matrix support for TBK Mini (#13506)
Co-authored-by: filterpaper <filterpaper@localhost>
Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)
Fix two out of bounds accesses from #13330. (#13525)
Two occurrences of `MATRIX_ROWS` weren't properly changed to
`ROWS_PER_HAND` in #13330, causing a crash during boot on at least my
Ergodox Infinity (including #13481).
Merge remote-tracking branch 'origin/master' into develop
Unify matrix for split common and regular matrix (#13330)
Matrix consistency check (#13470)
* Add a check to make sure the matrix sizes match the actual matrix size
* make flake8 happy
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Update lazydesigners/the60/rev2/rev2.h (#13505)
Update lazydesigners/the60/rev2/rev2.h
[Keyboard] CapsUnlocked CU7 (#13429)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Merge remote-tracking branch 'origin/master' into develop
[Keymap] Fix Corne Via Layout properly (#13518)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Wuque Studio Ikki68 Aurora codebase touch-up (#13510)
first pass: matrix consistency improvements (#13471)
Merge remote-tracking branch 'origin/master' into develop
Fixed the Helix keymap 'fraanrosi' compile issues (#13514)
According to `helix/rev2/keymaps/fraanrosi/readme.md`, this keymap should be compiled with the following command:
```
make helix/rev2/under:fraanrosi
```
Therefore, when compiling all helix keymaps with the following command, an error occurs when compiling `fraanrosi`.
```
make helix:all
```
Therefore, add `LED_UNDERGLOW_ENABLE = yes` to `keymaps/fraanrosi/rules.mk` to suppress the error.
Merge remote-tracking branch 'origin/master' into develop