~ruther/qmk_firmware

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>
d86a97a0 — ridingqwerty 4 years ago
Fix yeehaw (#12934)

* CRLF?

* Changed VIA keymap to use core KC_TRNS alias
58142f07 — Nick Brassel 4 years ago
Fixup housekeeping from being invoked twice per loop. (#12933)

6cdc996e — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
4dd5f45b — Oliver Ocean 4 years ago
[Keymap] Crkbd/keymaps/oo (#12882)

7e063934 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
22e9a0bd — rainkeebs 4 years ago
Added Yasui keyboard (#12726)

* initial

* fix

* Update config.h

* Update config.h

* Update rules.mk

* Delete info.json

* fuix

* PR work

* replace keymap with layout

Co-authored-by: rainsff <44819800+rainsff@users.noreply.github.com>
b098757a — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Next