Merge remote-tracking branch 'origin/master' into develop
[Keymap] Added Kyria keyboard to jimmysjolund (#18335)
Update ChibiOS to latest 21.11.2 (#18428) This includes a hotfix for RP2040 deadlocks due to XIP cache misses in the ChibiOS virtual timer implementation.
Merge remote-tracking branch 'origin/master' into develop
Add encoder map to Quefrency VIA keymap (#18380) * Add encoder map to Quefrency VIA keymap * Explicitly define which RGB animations are enabled * Set different PID to prep for different VIA .json usage * Add ifdefs to handle if ENCODER_ENABLE is set to NO
Merge remote-tracking branch 'origin/master' into develop
Fix boardsource/lulu RGB matrix (#18407) * Fix ordering of entries for RGB matrix. * Fix typos in RGB matrix definition. These matrix indices overlapped. * Improve positions in RGB matrix. The rotary encoder and the key below that are in a new column. The rotary encoder's height is inbetween rows. The key below is kind of off-axis and thus hard to pin down to a specific location. The modifer keys in the bottom row are staggered compared to the other columns.
Add DD mapping for LED/RGB Matrix HSVS steps (#18414)
Merge remote-tracking branch 'origin/master' into develop
Fix int8_t overflow in RGB heatmap effect (#18410)
Update pico-sdk to version 1.4.0 (#18423) ...which contains fixes for GCC warnings.
Merge remote-tracking branch 'origin/master' into develop
Enable more BDN9 RGB effects (#18420)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Sodium50 - Fix configuration (#18422)
[Core] remove busy waiting from rgblight functions (#18418)
Merge remote-tracking branch 'origin/master' into develop
[Docs] Extract 'Layer Change Code' and EEPROM (#18174) * [Docs] Extract 'Layer Change Code' and EEPROM * adjust wording * Update docs/custom_quantum_functions.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
Tidy up LAYOUT macro generation (#18262)
Merge remote-tracking branch 'origin/master' into develop