~ruther/qmk_firmware

828a1db0 — Stefan Kerkmann 3 years ago
Update chibios-contrib for RP2040 i2c fixes take 2 (#18455)

...includes missing system locking inside a timeout waiting condition and
updates to the rp2040 linker file.
f28d8999 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
ea80141f — Drashna Jaelre 3 years ago
[Docs] Explicitly mention kb/user callbacks as boolean (#18448)

Co-authored-by: Ryan <fauxpark@gmail.com>
9b42ee1f — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
ee22f34e — bojiguard 3 years ago
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>
fc7f3f17 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
b03a3d70 — Nick Brassel 3 years ago
Checklist clarification. (#18440)

Fix incorrect g_led_config generation (#18431)

Add DD mapping for LED/RGB Matrix center (#18432)

8dc81309 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
b0f82475 — Álvaro A. Volpato 3 years ago
Update Apollo PCBs to use wear levelling code (#18411)

881aab9e — Stefan Kerkmann 3 years ago
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
ea90fccb — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
456d6f33 — Joel Challis 3 years ago
Remove legacy keycodes from unit tests (#18430)

c4d8da41 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
100cf3db — Jimmy Sjölund 3 years ago
[Keymap] Added Kyria keyboard to jimmysjolund (#18335)

5a563444 — Stefan Kerkmann 3 years ago
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.
0803e2ec — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
41fdf32a — Danny 3 years ago
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
Next