~ruther/qmk_firmware

9544b416 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
93496c83 — Xelus22 4 years ago
fix missing arg (#13068)

e5d3e5a9 — Nick Brassel 4 years ago
Add weak refs on reading rows/cols. (#13062)

d64a853b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
5a06813b — Xelus22 4 years ago
VIA compile fixes (#13054)

554c36a0 — Nick Brassel 4 years ago
Update ChibiOS, ChibiOS-Contrib. (#13056)

* Update ChibiOS, ChibiOS-Contrib.

* Add instructions.

* Wrong remote name

* Explicit version tag.

* Add link to procedure on the breaking changes page.
5c6c37e3 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
6bafefa8 — Jeff Apczynski 4 years ago
[Keymap] lja83's Planck keymap (#12809)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Jeff Apczynski <jeffrey.apczynski@braincorp.com>
c22f4aeb — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
1a3064af — Gregorio 4 years ago
[Keyboard] Add Rubi Numpad (#12283)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
234d37ec — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
2b8f1fcd — Lander 4 years ago
[Keyboard] Unicomp Mini M (#12892)

bc01ee2a — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
7b055dcc — Brandon Lewis 4 years ago
[Keyboard] Added BOP support (#12991)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Brandon Lewis <blewis308@users.noreply.github.com>
aa923b20 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
fc9a2167 — lukeski14 4 years ago
[Keyboard] jabberwocky via support (#13029)

160f9144 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
3aca3d35 — Sergey Vlasov 4 years ago
merge/um70:via: Avoid sprintf() to make the code fit into flash (#12919)

The code using sprintf() did not fit into flash when `merge/um70:via`
was compiled with avr-gcc 5.4.0:

     * The firmware is too large! 29756/28672 (1084 bytes over)

Replacing `sprintf(wpm_str, " %03d", current_wpm);` with custom
formatting code reduces the firmware size by 1504 bytes, which is enough
to make the `merge/um70:via` firmware fit:

    * The firmware size is approaching the maximum - 28252/28672 (98%, 420 bytes free)
0d74ed3c — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
305cca9a — Erovia 4 years ago
CLI: Fix automagic (#13046)

Next