~ruther/qmk_firmware

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
3bee24a8 — Caleb Lightfoot 4 years ago
Add Yeehaw Keyboard (#12705)

* Add files for Yeehaw keyboard.

* Modified config.h and default keymap.

* Update keyboards/yeehaw/rules.mk

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

* Update keyboards/yeehaw/readme.md

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

* Update keyboards/yeehaw/readme.md

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

* Update keyboards/yeehaw/keymaps/via/keymap.c

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

* Update keyboards/yeehaw/keymaps/via/keymap.c

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

* Update keyboards/yeehaw/keymaps/via/keymap.c

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

* Apply suggestions from georges review

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

* Remove Unnecessary Defines

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

* Changed keymap licenses 📃

Co-authored-by: Tsqaushv2 <61706196+Tsqaushv2@users.noreply.github.com>
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
8508fc8b — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
f7c6d68b — kb-elmo 4 years ago
[Keyboard] Friedrich (#12569)

* added Friedrich

* Update readme.md

* Update readme.md

* Update keyboards/friedrich/keymaps/via/rules.mk

* change USB name casing
6c7450da — Matthes W 4 years ago
Add function to allow repeated blinking of one layer (#12237)

* Implement function rgblight_blink_layer_repeat to allow repeated blinking of one layer at a time

* Update doc

* Rework rgblight blinking according to requested change

* optimize storage
c14fa1e2 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
1d3f7750 — Brandon Lee 4 years ago
[Keyboard] Update Rosa vendorId to something unique for VIA (#12918)

e6887f42 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Next