~ruther/qmk_firmware

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
e517790b — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
51620c10 — Felix Springer 3 years ago
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)

73100053 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
652d1d8a — Marius Renner 3 years ago
Fix int8_t overflow in RGB heatmap effect (#18410)

613e3f68 — Stefan Kerkmann 3 years ago
Update pico-sdk to version 1.4.0 (#18423)

...which contains fixes for GCC warnings.
4af51ea6 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
89df40d4 — Danny 3 years ago
Enable more BDN9 RGB effects (#18420)

8bcbc2ac — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
ed6679b8 — Derek 3 years ago
[Keyboard] Sodium50 - Fix configuration (#18422)

2aa3a8e0 — Stefan Kerkmann 3 years ago
[Core] remove busy waiting from rgblight functions (#18418)

252810a7 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Next