summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-25Added RAMA WORKS M50-AX (#12458)Wilba
2021-05-24Merge remote-tracking branch 'origin/master' into developZach White
2021-05-24Use milc.subcommand.config instead of qmk.cli.config (#13002)Zach White
* Use milc.subcommand.config instead * pyformat * remove the config test
2021-05-24[Keyboard] Corne - Remove legacy revision support (#12226)Drashna Jaelre
2021-05-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-24search for the readme in higher directories as well (#12997)Zach White
2021-05-22Do not hard set config in CPTC files (#11864)Drashna Jaelre
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-22[Keyboard] AkiS (#12910)Xelus22
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-22westfoxtrot Cyclops: Configurator key sequence fix (#12979)James Young
2021-05-21[Keyboard] Fix Terrazzo build failure (#12977)Ryan
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21Caffeinated Serpent65: Configurator layout data fix (#12972)James Young
2021-05-21Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keymap] Fix wrong BASE layer for default and OLED keymaps (#12932)Jay Greco
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keymap] simplify layout in motform keymap (#12927)Love Lagerkvist
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Docs] Fix typos in audio config in main config page (#12928)shela
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keyboard] Fix typo in summer breeze hardware layout (#12938)David Fryer
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keyboard] Add Prototypist J01 rev 1 support (#12825)Flexerm
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-05-21[Keyboard] Updated NK87 GPIO (#12865)yiancar
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keyboard] Add WTF60 (#12883)Danny
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keyboard] Add WTF60 (#12883)Danny
2021-05-21[Keyboard] New Keyboard - Murphpad (#12885)Kyle McCreery
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keyboard] Add support for alfredslab 65 (#12334)spooknik
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-05-21Add support for up to 4 IS31FL3733 drivers (#12342)Donald Kjer
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keymap] Add kanbara's planck/rev4 keymap (#12486)Jay
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jay Morrow <jay.morrow@apple.com>
2021-05-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-21[Keyboard] Add 75 Pixels Ortholinear Keyboard (#12220)Sendy Aditya Suryana
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>
2021-05-21ensure we do not conflict with existing keymap aliases (#12976)Zach White
2021-05-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-20fix example code in docs/feature_rgblight.md (#12960)Takeshi ISHII
2021-05-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-20Add EE_HANDS documentation command example (#12730)Albert Y
* Add command example * Remove c tag Co-authored-by: filterpaper <filterpaper@localhost>
2021-05-19Merge remote-tracking branch 'origin/master' into developZach White
Resolved Conflicts: lib/python/qmk/tests/test_cli_commands.py util/install/fedora.sh
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White
* 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>
2021-05-20matrix: wait for row signal to go HIGH for every row (#12945)Michael Stapelberg
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.
2021-05-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-19revert error introduced in PR #12871 (#12891)Dmitry Mikhirev
2021-05-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-18Make sure 'cformat' only runs on core files (#12909)Erovia
Co-authored-by: Zach White <skullydazed@drpepper.org>