22468 Commits (b8ffaa63310ec7cc29de0aaa562457d87e50f837)
 

Author SHA1 Message Date
Stefan Kerkmann b8ffaa6331
Copy RP2040 vector table to RAM on startup (#18424)
...this reduces possible latency when invoking interrupt handlers by
mitigating XIP cache misses which are not existent when running code from
RAM.
3 years ago
Stefan Kerkmann 828a1db035
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.
3 years ago
QMK Bot f28d899908 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Drashna Jaelre ea80141f69
[Docs] Explicitly mention kb/user callbacks as boolean (#18448)
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
QMK Bot 9b42ee1f6d Merge remote-tracking branch 'origin/master' into develop 3 years ago
bojiguard ee22f34e69
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>
3 years ago
Ryan 2f48d300f4
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>
3 years ago
QMK Bot fc7f3f17e6 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Nick Brassel b03a3d7047
Checklist clarification. (#18440) 3 years ago
Ryan 591701cdf9
Fix incorrect g_led_config generation (#18431) 3 years ago
Ryan 89a1374ef4
Add DD mapping for LED/RGB Matrix center (#18432) 3 years ago
QMK Bot 8dc81309f4 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Álvaro A. Volpato b0f824755a
Update Apollo PCBs to use wear levelling code (#18411) 3 years ago
Stefan Kerkmann 881aab9e76
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
3 years ago
QMK Bot ea90fccbd6 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Joel Challis 456d6f3342
Remove legacy keycodes from unit tests (#18430) 3 years ago
QMK Bot c4d8da4112 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Jimmy Sjölund 100cf3db3a
[Keymap] Added Kyria keyboard to jimmysjolund (#18335) 3 years ago
Stefan Kerkmann 5a563444ac
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.
3 years ago
QMK Bot 0803e2ec00 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Danny 41fdf32afb
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
3 years ago
QMK Bot e517790b5e Merge remote-tracking branch 'origin/master' into develop 3 years ago
Felix Springer 51620c1042
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.
3 years ago
Ryan 8d0fb4ca9e
Add DD mapping for LED/RGB Matrix HSVS steps (#18414) 3 years ago
QMK Bot 731000533f Merge remote-tracking branch 'origin/master' into develop 3 years ago
Marius Renner 652d1d8a6d
Fix int8_t overflow in RGB heatmap effect (#18410) 3 years ago
Stefan Kerkmann 613e3f68b5
Update pico-sdk to version 1.4.0 (#18423)
...which contains fixes for GCC warnings.
3 years ago
QMK Bot 4af51ea601 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Danny 89df40d4f3
Enable more BDN9 RGB effects (#18420) 3 years ago
QMK Bot 8bcbc2aced Merge remote-tracking branch 'origin/master' into develop 3 years ago
Derek ed6679b89c
[Keyboard] Sodium50 - Fix configuration (#18422) 3 years ago
Stefan Kerkmann 2aa3a8e059
[Core] remove busy waiting from rgblight functions (#18418) 3 years ago
QMK Bot 252810a72c Merge remote-tracking branch 'origin/master' into develop 3 years ago
coliss86 2c516fab29
[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>
3 years ago
Joel Challis 20f142a772
Tidy up LAYOUT macro generation (#18262) 3 years ago
QMK Bot 07936d37b6 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Daniel Shields d8ef2ea7dd
Add home row modifiers to dshields keymaps. (#18376) 3 years ago
QMK Bot b7358825d7 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Joel Challis e7e08030d2
Reduce charue/sunsetter_r2 firmware size (#18378)
* Reduce charue/sunsetter_r2 firmware size

* add rules.mk
3 years ago
Joshua Diamond 9a1b4b78f1 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Danny ecb4ba70b1
Add encoder map to BDN9 VIA keymap (#18388) 3 years ago
jonavin c6ff10a257
FIx ARRAYSIZE def and Murphpad string array (#18392)
Co-authored-by: Jonavin <=>
3 years ago
Ryan 8beb61b790
Add DD mapping for LED/RGB Matrix split count (#18408) 3 years ago
Nick Brassel 1849897444
[QP] Add RGB565 surface. Docs clarification, cleanup, tabsification, and reordering. (#18396) 3 years ago
QMK Bot e9bdc4eeb1 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Nick Brassel c56dc9c0bb
Fixup axon40 lint. (#18409)
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Ryan 0f5cfc0363
Add DD mapping for LED/RGB Matrix max brightness (#18403) 3 years ago
Joel Challis 1155140631
Add Elite-C to converters (#18309) 3 years ago
Joshua Diamond a3a47a6556
Work around WinCompose issue for U+Axxx or U+Exxx (#18260)
* Work around WinCompose issue for U+Axxx or U+Exxx

* tzarc's more efficient version

Co-authored-by: Thomas <mail@tpreisner.de>
3 years ago
QMK Bot f0940a6fe4 Merge remote-tracking branch 'origin/master' into develop 3 years ago