summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-224-139/+12
|\
| * [Keymap] simplify layout in motform keymap (#12927)Love Lagerkvist2021-05-214-139/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-221-2/+2
|\|
| * [Docs] Fix typos in audio config in main config page (#12928)shela2021-05-211-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-221-1/+1
|\|
| * [Keyboard] Fix typo in summer breeze hardware layout (#12938)David Fryer2021-05-211-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-2212-1/+352
|\|
| * [Keyboard] Add Prototypist J01 rev 1 support (#12825)Flexerm2021-05-2111-0/+351
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Updated NK87 GPIO (#12865)yiancar2021-05-211-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-220-0/+0
|\|
| * [Keyboard] Add WTF60 (#12883)Danny2021-05-210-0/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-2220-0/+1038
|\|
| * [Keyboard] Add WTF60 (#12883)Danny2021-05-2110-0/+292
| |
| * [Keyboard] New Keyboard - Murphpad (#12885)Kyle McCreery2021-05-2110-0/+746
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-2229-0/+1049
|\|
| * [Keyboard] Add support for alfredslab 65 (#12334)spooknik2021-05-2129-0/+1049
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Add support for up to 4 IS31FL3733 drivers (#12342)Donald Kjer2021-05-215-29/+167
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-224-0/+357
|\|
| * [Keymap] Add kanbara's planck/rev4 keymap (#12486)Jay2021-05-214-0/+357
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jay Morrow <jay.morrow@apple.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-229-0/+343
|\|
| * [Keyboard] Add 75 Pixels Ortholinear Keyboard (#12220)Sendy Aditya Suryana2021-05-219-0/+343
| | | | | | | | | | 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>
* | ensure we do not conflict with existing keymap aliases (#12976)Zach White2021-05-211-1/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-201-3/+3
|\|
| * fix example code in docs/feature_rgblight.md (#12960)Takeshi ISHII2021-05-201-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-201-0/+6
|\|
| * Add EE_HANDS documentation command example (#12730)Albert Y2021-05-201-0/+6
| | | | | | | | | | | | | | * Add command example * Remove c tag Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developZach White2021-05-1922-78/+70
|\| | | | | | | | | | | Resolved Conflicts: lib/python/qmk/tests/test_cli_commands.py util/install/fedora.sh
| * Align our subprocess usage with current best practices. (#12940)Zach White2021-05-1922-78/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | matrix: wait for row signal to go HIGH for every row (#12945)Michael Stapelberg2021-05-202-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-191-1/+1
|\|
| * revert error introduced in PR #12871 (#12891)Dmitry Mikhirev2021-05-191-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-1811-19/+364
|\|
| * Make sure 'cformat' only runs on core files (#12909)Erovia2021-05-182-7/+17
| | | | | | Co-authored-by: Zach White <skullydazed@drpepper.org>
| * The Uni keyboard. Add keyboard (#12566)Peter Park2021-05-188-0/+335
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * Fix yeehaw (#12934)ridingqwerty2021-05-181-12/+12
| | | | | | | | | | * CRLF? * Changed VIA keymap to use core KC_TRNS alias
* | Fixup housekeeping from being invoked twice per loop. (#12933)Nick Brassel2021-05-186-11/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-174-0/+213
|\|
| * [Keymap] Crkbd/keymaps/oo (#12882)Oliver Ocean2021-05-174-0/+213
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-179-0/+243
|\|
| * Added Yasui keyboard (#12726)rainkeebs2021-05-179-0/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-179-0/+307
|\|
| * Add Yeehaw Keyboard (#12705)Caleb Lightfoot2021-05-179-0/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-179-0/+293
|\|
| * [Keyboard] Friedrich (#12569)kb-elmo2021-05-179-0/+293
| | | | | | | | | | | | | | | | | | | | | | | | * added Friedrich * Update readme.md * Update readme.md * Update keyboards/friedrich/keymaps/via/rules.mk * change USB name casing
* | Add function to allow repeated blinking of one layer (#12237)Matthes W2021-05-163-12/+43
| | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-161-1/+1
|\|
| * [Keyboard] Update Rosa vendorId to something unique for VIA (#12918)Brandon Lee2021-05-161-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-1615-0/+456
|\|
| * [Keyboard] Added bradpad support (#12912)wxyangf2021-05-1615-0/+456
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-169-0/+685
|\|