summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2021-05-18The Uni keyboard. Add keyboard (#12566)Peter Park
* 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>
2021-05-18Fix yeehaw (#12934)ridingqwerty
* CRLF? * Changed VIA keymap to use core KC_TRNS alias
2021-05-18Fixup housekeeping from being invoked twice per loop. (#12933)Nick Brassel
2021-05-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-17[Keymap] Crkbd/keymaps/oo (#12882)Oliver Ocean
2021-05-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-17Added Yasui keyboard (#12726)rainkeebs
* 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>
2021-05-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-17Add Yeehaw Keyboard (#12705)Caleb Lightfoot
* 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>
2021-05-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-17[Keyboard] Friedrich (#12569)kb-elmo
* added Friedrich * Update readme.md * Update readme.md * Update keyboards/friedrich/keymaps/via/rules.mk * change USB name casing