Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-24 | search for the readme in higher directories as well (#12997) | Zach White | |
2021-05-22 | Do not hard set config in CPTC files (#11864) | Drashna Jaelre | |
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-22 | [Keyboard] AkiS (#12910) | Xelus22 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-22 | westfoxtrot Cyclops: Configurator key sequence fix (#12979) | James Young | |
2021-05-21 | [Keyboard] Fix Terrazzo build failure (#12977) | Ryan | |
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-21 | Caffeinated Serpent65: Configurator layout data fix (#12972) | James Young | |
2021-05-21 | Convert Encoder callbacks to be boolean functions (#12805) | Drashna Jaelre | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-21 | [Keymap] Fix wrong BASE layer for default and OLED keymaps (#12932) | Jay Greco | |
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-21 | [Keymap] simplify layout in motform keymap (#12927) | Love Lagerkvist | |
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-21 | [Docs] Fix typos in audio config in main config page (#12928) | shela | |
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-21 | [Keyboard] Fix typo in summer breeze hardware layout (#12938) | David Fryer | |
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-21 | [Keyboard] Add WTF60 (#12883) | Danny | |
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-21 | [Keyboard] Add support for alfredslab 65 (#12334) | spooknik | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-05-21 | Add support for up to 4 IS31FL3733 drivers (#12342) | Donald Kjer | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2021-05-22 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-22 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-21 | ensure we do not conflict with existing keymap aliases (#12976) | Zach White | |
2021-05-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-20 | fix example code in docs/feature_rgblight.md (#12960) | Takeshi ISHII | |
2021-05-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-20 | Add EE_HANDS documentation command example (#12730) | Albert Y | |
* Add command example * Remove c tag Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-05-19 | Merge remote-tracking branch 'origin/master' into develop | Zach White | |
Resolved Conflicts: lib/python/qmk/tests/test_cli_commands.py util/install/fedora.sh | |||
2021-05-19 | Align 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-20 | matrix: 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-19 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-19 | revert error introduced in PR #12871 (#12891) | Dmitry Mikhirev | |
2021-05-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-05-18 | Make sure 'cformat' only runs on core files (#12909) | Erovia | |
Co-authored-by: Zach White <skullydazed@drpepper.org> | |||
2021-05-18 | The 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-18 | Fix yeehaw (#12934) | ridingqwerty | |
* CRLF? * Changed VIA keymap to use core KC_TRNS alias | |||
2021-05-18 | Fixup housekeeping from being invoked twice per loop. (#12933) | Nick Brassel | |
2021-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |