~ruther/qmk_firmware

ffe81cbe — Sergey Vlasov 4 years ago
Fix another bin/qmk reference (#12856)

f0b30e00 — Drashna Jaelre 4 years ago
Make Swap Hands use PROGMEM (#12284)

This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.
40d15065 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
3f854e16 — Joel Challis 4 years ago
Catch 'LAYOUTS = all' in lint (#12848)

Co-authored-by: Zach White <skullydazed@drpepper.org>
2549b4b0 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
KBDMini refactor (#12850)

201dc6d0 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
5c924efa — Zach White 4 years ago
fix the makefile snippet so flake8 and yapf don't fight (#12849)

2f367bab — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
30aae629 — Erovia 4 years ago
CLI: Use BASH if SHELL variable is not set (Windows) (#12847)

ad1244e2 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
6c5e9406 — github-actions[bot] 4 years ago
[CI] Format code according to conventions (#12838)

Co-authored-by: QMK Bot <hello@qmk.fm>
Remove pointless SERIAL_LINK_ENABLE rules (#12846)

12292ba2 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
1426ffc0 — Nick Brassel 4 years ago
Add script to perform parallel builds. (#12497)

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
bfb052db — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
f544b60a — Joel Challis 4 years ago
Align qmk info ascii logic with milc logging (#11627)

a0c95cb0 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
7725d813 — Joel Challis 4 years ago
Allow MAKE environment override for 'qmk clean' (#12473)

7a25dcac — Zach White 4 years ago
New command: qmk console (#12828)

* stash poc

* stash

* tidy up implementation

* Tidy up slightly for review

* Tidy up slightly for review

* Bodge environment to make tests pass

* Refactor away from asyncio due to windows issues

* Filter devices

* align vid/pid printing

* Add hidapi to the installers

* start preparing for multiple hid_listeners

* udev rules for hid_listen

* refactor to move closer to end state

* very basic implementation of the threaded model

* refactor how vid/pid/index are supplied and parsed

* windows improvements

* read the report directly when usage page isn't available

* add per-device colors, the choice to show names or numbers, and refactor

* add timestamps

* Add support for showing bootloaders

* tweak the color for bootloaders

* Align bootloader disconnect with connect color

* add support for showing all bootloaders

* fix the pyusb check

* tweaks

* fix exception

* hide a stack trace behind -v

* add --no-bootloaders option

* add documentation for qmk console

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* pyformat

* clean up and flesh out KNOWN_BOOTLOADERS

Co-authored-by: zvecr <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Next