~ruther/qmk_firmware

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
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)

Next