Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-29 | Update feature_split_keyboard.md to add extra detail about left and right ↵ | ihatechoosingusernames | |
matrices. (#17492) | |||
2022-06-29 | RGB Matrix Heatmap - Skip positions with NO_LED (#17488) | Dasky | |
2022-06-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-29 | [Bug] Fix 3 speed mousekey mode (#17500) | Drashna Jaelre | |
2022-06-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-29 | Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.3.4 (#17497) | dependabot[bot] | |
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.3.4. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/3.7.1...v4.3.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2022-06-29 | Bump actions/checkout from 2 to 3 (#17496) | dependabot[bot] | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2022-06-29 | Bump peter-evans/create-pull-request from 3 to 4 (#17495) | dependabot[bot] | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2022-06-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-29 | Enable dependabot for actions. | Nick Brassel | |
2022-06-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-28 | [Bug] Fix issue with mousekey movement getting stuck (#17493) | Drashna Jaelre | |
* [Bug] Fix issue with mousekey movement getting stuck * Lint | |||
2022-06-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-29 | Bump revision for auto-tagging. | Nick Brassel | |
Seems there was an error, but it wasn't failing the actions run. https://github.com/anothrNick/github-tag-action/releases/tag/1.39.0 | |||
2022-06-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-27 | Fix error message in generated code (#17484) | Joel Challis | |
2022-06-27 | Generic wear-leveling algorithm (#16996) | Nick Brassel | |
* Initial import of wear-leveling algorithm. * Alignment. * Docs tweaks. * Lock/unlock. * Update quantum/wear_leveling/wear_leveling_internal.h Co-authored-by: Stefan Kerkmann <karlk90@pm.me> * More tests, fix issue with consolidation when unlocked. * More tests. * Review comments. * Add plumbing for FNV1a. * Another test checking that checksum mismatch clears the cache. * Check that the write log still gets played back. Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-06-26 | [Split] Verify Split Pointing Device config (#17481) | Thomas Kriechbaumer | |
2022-06-25 | improvements for Cirque Pinnacle trackpads (#17091) | Thomas Kriechbaumer | |
2022-06-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-25 | [Keyboard] Add blockboy/ac980mini keyboard (#16839) | rooski15 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-06-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-25 | Only omit paths containing "/keymaps/" (#17468) | precondition | |
This allows keyboard names to contain the word "keymaps" | |||
2022-06-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-25 | [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466) | Drashna Jaelre | |
2022-06-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-25 | [Keyboard] Fixup skergo - missing keycode in keymaps (#17458) | jack | |
2022-06-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-24 | [Keyboard] Fix firmware size for via keymap on Atom47 (#17472) | Evelien Dekkers | |
2022-06-24 | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition | |
2022-06-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-24 | Fix up Djinn fuse handling. (#17465) | Nick Brassel | |
2022-06-23 | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) | precondition | |
* Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT] * Update stenography documentation * STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT TXBOLT is a better name but BOLT is more consistent with the pre-existing TX Bolt related constants, which all drop the "TX " prefix * Comments * STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all] * Add note on lacking V-USB support * Clear chord at the end of the switch(mode){send_steno_chord} block * Return true if NOEVENT * update_chord_xxx → add_xxx_key_to_chord * Enable the defines for all the protocols if STENO_PROTOCOL = all * Mention how to use `steno_set_mode` * Set the default steno protocol to "all" This is done so that existing keymaps invoking `steno_set_mode` don't all suddenly break * Add data driver equivalents for stenography feature * Document format of serial steno packets (Thanks dnaq) * Add missing comma | |||
2022-06-23 | In honor of king terry (#17387) | SmugSam | |
2022-06-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-23 | Update ref_functions.md (replaced deprecated `RESET`) (#17436) | David Kosorin | |
2022-06-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-23 | Fix 0 delta results in size_regression.sh (#17457) | Dasky | |
2022-06-23 | Added global current to all other issi drivers who don't have it (#17448) | Jamal Bouajjaj | |
2022-06-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-23 | Cf/evyd13 wasdat (#17452) | James Young | |
* evyd13/wasdat: add LAYOUT_all Configurator data * info.json: fix JSON syntax errors | |||
2022-06-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-22 | [Keyboard] Fix RGB_matrix coordinates for gl516/j73gl (#17450) | Salicylic-acid3 | |
2022-06-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-22 | [Keyboard] Update SKErgo for hardware changes (#17449) | Kevin Zhao | |
Co-authored-by: kevinzhao-tech <kevin@keyz.io> | |||
2022-06-23 | [Core] Mark GD32VF103 as ChibiOS-Contrib (#17444) | Stefan Kerkmann | |
2022-06-22 | Cirque Attenuation Setting (#17342) | Kyle McCreery | |
2022-06-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-22 | Chaos 65 Community Layout Support (#17447) | James Young | |
* move ISO Enter position to home row This commit makes the ISO layout macros compatible with QMK's `65_iso_blocker` and `65_iso_blocker_tsangan` community layouts. * info.json: apply friendly formatting - add key labels - add line breaks between physical rows * enable Community Layout support * chaos65.h: add matrix diagram | |||
2022-06-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |