Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Docs] update pr_checklist.md with info about data-driven (#18068) | Tom Barnes | 2022-08-16 | 1 | -3/+6 |
| | | | | | * update pr_checklist with info about data-driven Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | Add texts for Discord Events to be created post-merge. (#17944) | Nick Brassel | 2022-08-13 | 1 | -56/+91 |
| | |||||
* | [Docs] Suggest imgur images are edited to set size (#18031) | Tom Barnes | 2022-08-13 | 1 | -0/+1 |
| | |||||
* | [Docs] Refactor code examples (#18003) | Albert Y | 2022-08-12 | 3 | -31/+33 |
| | |||||
* | [Docs] Building with GitHub Userspace (#16271) | Albert Y | 2022-08-06 | 2 | -0/+190 |
| | |||||
* | [Docs] Add information about WeAct Blackpill F411 (#16755) | Drashna Jaelre | 2022-07-27 | 2 | -0/+49 |
| | | | | | | | | | * [Docs] Add information about WeAct Blackpill F411 * Add clarification for matrix pins * Update documentation * Tweak wording | ||||
* | [Docs] Fix tables in Audio driver document (#17780) | Drashna Jaelre | 2022-07-25 | 1 | -3/+5 |
| | |||||
* | [Docs] Add Encoder requirements to PR Checklist doc (#17634) | Drashna Jaelre | 2022-07-12 | 1 | -0/+3 |
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Add basic secure docs (#17577) | Joel Challis | 2022-07-13 | 3 | -0/+77 |
| | |||||
* | Attempt to discourage manual MSYS install for new users (#17556) | Joel Challis | 2022-07-04 | 1 | -4/+4 |
| | |||||
* | MSYS2 install: use MinGW python-qmk package (#17302) | Ryan | 2022-07-02 | 1 | -8/+2 |
| | | | | | | | | | * MSYS2 install: use MinGW python-qmk package * Add missing flashers * Note VC Redist for manual install * VC Redist no longer needed | ||||
* | Allow for RGB actions to take place on Keydown instead of Keyup (#16886) | CoffeeIsLife | 2022-07-02 | 1 | -0/+1 |
| | | | | | * Allow for switch on keydown * add docs | ||||
* | Add note about qmk doctor in newbs_flashing.md (#15688) | ripdog | 2022-07-02 | 1 | -0/+2 |
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Add Zsh note for tab complete (#17226) | jack | 2022-07-02 | 1 | -0/+4 |
| | |||||
* | Add LED backlight/indicator info to reference_info_json.md (#17010) | Josh Hinnebusch | 2022-07-02 | 1 | -2/+53 |
| | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Update ref_functions.md (replaced deprecated `RESET`) (#17436) | David Kosorin | 2022-06-23 | 1 | -2/+6 |
| | |||||
* | [Docs] clarify inner array of direct pin matrix (#17437) | evils | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | Add a note about using differents MCU family (#17416) | coliss86 | 2022-06-19 | 1 | -0/+2 |
| | |||||
* | Inform people that things may not work. (#17391) | Nick Brassel | 2022-06-14 | 1 | -0/+2 |
| | |||||
* | Update feature_midi.md (#17390) | Tom Barnes | 2022-06-14 | 1 | -0/+4 |
| | | | Add caveat about usb endpoints. | ||||
* | Update other_vscode.md (#17317) | JunZuloo | 2022-06-08 | 1 | -2/+0 |
| | | | Bracket pair colorizer has been deprecated since it is now a native feature, and VIM Keymap no longer exists, so I removed those 2 links. | ||||
* | docs: reflect systemd's change in language (#17322) | Travis Rigg | 2022-06-06 | 1 | -1/+1 |
| | | | Like much of our field, systemd has renamed their `master` branch to `main` | ||||
* | Add trailing parens to `get_oneshot_mods` in feature_advanced_keycodes.md ↵ | Forrest Cahoon | 2022-05-31 | 1 | -1/+1 |
| | | | | (#17211) | ||||
* | Fix docs typo (#17254) | Dasky | 2022-05-30 | 2 | -2/+2 |
| | |||||
* | Fixup command sequencing for master/develop. (#17227) | Nick Brassel | 2022-05-29 | 1 | -23/+37 |
| | |||||
* | Breaking changes for 2022q2. (#17221) | Nick Brassel | 2022-05-29 | 3 | -44/+99 |
| | |||||
* | stub changelog | zvecr | 2022-05-24 | 4 | -1/+164 |
| | |||||
* | Added support for Wb32fq95 (#16871) | Joy Lee | 2022-05-23 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-20 | 1 | -1/+1 |
|\ | |||||
| * | Small Markdown Patch for docs/feature_rgb_matrix.md (#17171) | James Young | 2022-05-20 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-20 | 1 | -5/+12 |
|\| | |||||
| * | [Docs] Align LED Matrix docs with RGB matrix docs (#17140) | jpe230 | 2022-05-20 | 1 | -5/+12 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-20 | 1 | -1/+1 |
|\| | |||||
| * | [Docs] Update Steno Keycode Table (#17155) | Kyle McCreery | 2022-05-20 | 1 | -1/+1 |
| | | |||||
* | | Recommend pillow as part of manual MSYS install (#17133) | Joel Challis | 2022-05-17 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-17 | 1 | -38/+33 |
|\| | |||||
| * | Keymap FAQ updates (#17130) | Ryan | 2022-05-18 | 1 | -38/+33 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-17 | 1 | -1/+1 |
|\| | |||||
| * | Update pr_checklist.md (#17122) | durken1 | 2022-05-17 | 1 | -1/+1 |
| | | |||||
* | | Rename keymap_extras headers for consistency (#16939) | Ryan | 2022-05-15 | 1 | -25/+25 |
| | | |||||
* | | [Feature] Add support for multiple switchs/solenoids to Haptic Feedback ↵ | Drashna Jaelre | 2022-05-15 | 1 | -13/+19 |
| | | | | | | | | engine (#15657) | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-14 | 1 | -2/+2 |
|\| | |||||
| * | Fix anchors with <code> in table of content (#15169) | Mateusz Ż | 2022-05-14 | 1 | -2/+2 |
| | | |||||
* | | [Core] Add Caps Word feature to core (#16588) | Pascal Getreuer | 2022-05-14 | 3 | -0/+165 |
| | | | | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | [Core] Add Reboot keycode to core (#15990) | Drashna Jaelre | 2022-05-14 | 2 | -0/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-04-27 | 1 | -0/+1 |
|\| | |||||
| * | Add Ukrainian keymap header (#16947) | Ryan | 2022-04-28 | 1 | -0/+1 |
| | | | | | | | | | | * Add Ukrainian keymap header * Docs | ||||
* | | [Core] Allow usage of AVRs minimal printf library (#16266) | Stefan Kerkmann | 2022-04-22 | 1 | -0/+13 |
| | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-04-22 | 4 | -0/+264 |
|\| | |||||
| * | [Docs] zh-cn document translate: git parts (#15576) | IskandarMa | 2022-04-22 | 4 | -0/+264 |
| | | | | | | | | Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> |