~ruther/qmk_firmware

15f4bc65 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
03a671e7 — James Young 3 years ago
JadooKB JKB65 Community Layout Support (#18461)

* rename LAYOUT_67_ansi to LAYOUT_65_ansi_blocker

* enable Community Layouts support
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)

d967de0d — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
3b7aeddc — dependabot[bot] 3 years ago
Bump actions/stale from 5 to 6 (#18456)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b8ffaa63 — Stefan Kerkmann 3 years ago
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.
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
Next