Merge remote-tracking branch 'origin/master' into develop
Fungo rev1: fix QMK Configurator key sequence - info.json (#18434) * * info.json: fix key position and order * fix json format * Update keyboards/fungo/rev1/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
Normalise info_config.h define generation (#18439) * Normalise info_config.h define generation * format * Fix tests * Update lib/python/qmk/cli/generate/config_h.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
Merge remote-tracking branch 'origin/master' into develop
Checklist clarification. (#18440)
Fix incorrect g_led_config generation (#18431)
Add DD mapping for LED/RGB Matrix center (#18432)
Merge remote-tracking branch 'origin/master' into develop
Update Apollo PCBs to use wear levelling code (#18411)
Stabilize Half-duplex PIO split comms take 2 (#18421) ...by moving the actually timing critical `enter_rx_state()` and `leave_rx_state()` functions to RAM in order to not be affected by XIP cache spikes. This commit also reverts the hacky USB interrupt disabling that was done in 293c53d774
Merge remote-tracking branch 'origin/master' into develop
Remove legacy keycodes from unit tests (#18430)
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)