Donald Kjer
8e96c5a060
Add support for up to 4 IS31FL3733 drivers ( #12342 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
4 years ago
QMK Bot
81821f0a12
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Jay
d425fcc8b1
[Keymap] Add kanbara's planck/rev4 keymap ( #12486 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jay Morrow <jay.morrow@apple.com>
4 years ago
QMK Bot
e1500ce493
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Sendy Aditya Suryana
10f8a6d983
[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>
4 years ago
Zach White
4c0d8ae8d7
ensure we do not conflict with existing keymap aliases ( #12976 )
4 years ago
QMK Bot
de8fada3a3
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Takeshi ISHII
40f235a96c
fix example code in docs/feature_rgblight.md ( #12960 )
4 years ago
QMK Bot
aeaa209b9d
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
e961e34c7f
Add EE_HANDS documentation command example ( #12730 )
...
* Add command example
* Remove c tag
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Zach White
6955c5a002
Merge remote-tracking branch 'origin/master' into develop
...
Resolved Conflicts:
lib/python/qmk/tests/test_cli_commands.py
util/install/fedora.sh
4 years ago
Zach White
db1eacdaac
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>
4 years ago
Michael Stapelberg
82aa9ad4a5
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.
4 years ago
QMK Bot
068af97b7a
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Dmitry Mikhirev
a9aec546c8
revert error introduced in PR #12871 ( #12891 )
4 years ago
QMK Bot
e756586f41
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Erovia
3023015c5b
Make sure 'cformat' only runs on core files ( #12909 )
...
Co-authored-by: Zach White <skullydazed@drpepper.org>
4 years ago
Peter Park
1c81e69503
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>
4 years ago
ridingqwerty
d86a97a089
Fix yeehaw ( #12934 )
...
* CRLF?
* Changed VIA keymap to use core KC_TRNS alias
4 years ago
Nick Brassel
58142f0726
Fixup housekeeping from being invoked twice per loop. ( #12933 )
4 years ago
QMK Bot
6cdc996e0b
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Oliver Ocean
4dd5f45b6c
[Keymap] Crkbd/keymaps/oo ( #12882 )
4 years ago
QMK Bot
7e06393407
Merge remote-tracking branch 'origin/master' into develop
4 years ago
rainkeebs
22e9a0bd01
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>
4 years ago
QMK Bot
b098757a7e
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Caleb Lightfoot
3bee24a827
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>
4 years ago
QMK Bot
8508fc8b98
Merge remote-tracking branch 'origin/master' into develop
4 years ago
kb-elmo
f7c6d68b34
[Keyboard] Friedrich ( #12569 )
...
* added Friedrich
* Update readme.md
* Update readme.md
* Update keyboards/friedrich/keymaps/via/rules.mk
* change USB name casing
4 years ago
Matthes W
6c7450dad7
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
4 years ago
QMK Bot
c14fa1e28f
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Brandon Lee
1d3f775051
[Keyboard] Update Rosa vendorId to something unique for VIA ( #12918 )
4 years ago
QMK Bot
e6887f4260
Merge remote-tracking branch 'origin/master' into develop
4 years ago
wxyangf
6d1f059868
[Keyboard] Added bradpad support ( #12912 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
QMK Bot
d8e38ef0b1
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Callum Hart
3e1fa8cd31
[Keyboard] Giant macro pad ( #12905 )
4 years ago
QMK Bot
39b2b2b010
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Jonavin
29e35d83b7
[Keymap] Add new quefrency keymap ( #12913 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot
fef78c41cd
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Quentin
526fbf0faf
[Keyboard] Add scylla keyboard ( #12720 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: bstiq <qlebastard@outlook.com>
4 years ago
Zach White
de5c30a9ba
Use milc.subcommand.config instead of qmk.cli.config ( #12915 )
...
* Use milc.subcommand.config instead
* pyformat
* remove the config test
4 years ago
QMK Bot
8761e973ec
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Sife-ops
a5d7e83985
[Keyboard] Added Perixx Periboard-512 Converter ( #12324 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot
433834fb8b
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Ross Montsinger
173aed3d0e
[Keyboard] Rebound underglow settings for via ( #12268 )
4 years ago
QMK Bot
86422f87c6
Merge remote-tracking branch 'origin/master' into develop
4 years ago
chalex
36ba4806b1
[Keyboard] Add merro60 ( #12527 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: chalex <alejandrelee+magbogbro@gmail.com>
4 years ago
QMK Bot
388c151de7
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Sleepdealer
0876bdf1a3
[Keyboard] Add SiddersKB Majbritt Rev2 ( #12598 )
4 years ago
QMK Bot
396abb0244
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Ciutadellla
4c13de9b45
[Keymap] Reviung41_Ciutadellla ( #12668 )
4 years ago