~ruther/qmk_firmware

31130b90 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
0be53004 — spooknik 4 years ago
[Keyboard] Add support for alfredslab 65 (#12334)

Co-authored-by: Ryan <fauxpark@gmail.com>
8e96c5a0 — Donald Kjer 4 years ago
Add support for up to 4 IS31FL3733 drivers (#12342)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
81821f0a — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
[Keymap] Add kanbara's planck/rev4 keymap (#12486)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jay Morrow <jay.morrow@apple.com>
e1500ce4 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
10f8a6d9 — Sendy Aditya Suryana 4 years ago
[Keyboard] Add 75 Pixels Ortholinear Keyboard (#12220)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Sendy Aditya Suryana <sendy.suryana@go-jek.com>
4c0d8ae8 — Zach White 4 years ago
ensure we do not conflict with existing keymap aliases (#12976)

de8fada3 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
40f235a9 — Takeshi ISHII 4 years ago
fix example code in docs/feature_rgblight.md (#12960)

aeaa209b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
e961e34c — Albert Y 4 years ago
Add EE_HANDS documentation command example (#12730)

* Add command example

* Remove c tag

Co-authored-by: filterpaper <filterpaper@localhost>
6955c5a0 — Zach White 4 years ago
Merge remote-tracking branch 'origin/master' into develop

Resolved Conflicts:
	lib/python/qmk/tests/test_cli_commands.py
	util/install/fedora.sh
db1eacda — Zach White 4 years ago
Align our subprocess usage with current best practices. (#12940)

* Align our subprocess usage with current best practices.

* remove unused import

* Apply suggestions from code review

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

* fix the cpp invocation for older python

* allow for unprompted installation

* make sure qmk new-keyboard works on windows

Co-authored-by: Ryan <fauxpark@gmail.com>
82aa9ad4 — Michael Stapelberg 4 years ago
matrix: wait for row signal to go HIGH for every row (#12945)

I noticed this discrepancy (last row of the matrix treated differently than the
others) when optimizing the input latency of my keyboard controller, see also
https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/

Before this commit, when tuning the delays I noticed ghost key presses when
pressing the F2 key, which is on the last row of the keyboard matrix: the
dead_grave key, which is on the first row of the keyboard matrix, would be
incorrectly detected as pressed.

After this commit, all keyboard matrix rows are interpreted correctly.

I suspect that my setup is more susceptible to this nuance than others because I
use GPIO_INPUT_PIN_DELAY=0 and hence don’t have another delay that might mask
the problem.
068af97b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
a9aec546 — Dmitry Mikhirev 4 years ago
revert error introduced in PR #12871 (#12891)

e756586f — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
3023015c — Erovia 4 years ago
Make sure 'cformat' only runs on core files (#12909)

Co-authored-by: Zach White <skullydazed@drpepper.org>
1c81e695 — Peter Park 4 years ago
The Uni keyboard. Add keyboard (#12566)

* first commit

* Apply suggestions from code review

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Apply suggestions from code review by ridingqwerty

Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Next