summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-01-30feat(behaviors): `&key_repeat` behavior + tests.Peter Johanson
* Add new `&key_repeat` behavior that captures and re-sends the most recently triggered keycode. Closes: #853
2022-01-30chore(deps-dev): bump eslint-plugin-react from 7.24.0 to 7.28.0 in /docsdependabot[bot]
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.24.0 to 7.28.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.28.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13docs: Add a note for GitHub SSH scheme (#1089)Albert Y
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2022-01-02docs(codes): Windows Support: Media ControlsKingCoinless
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2022-01-02docs: Fix typos and inconsistent spellings (#1079)Evan Callicoat
2021-12-29docs(codes): Windows Support: Language/International InputsKiessling
2021-12-29docs(codes): Windows Support: Audio ControlsKiessling
2021-12-29docs(codes): Windows Support: Workflow Commands and LocksKiessling
2021-12-29docs(codes): Windows Support: Symbols, Operations, and PunctuationKiessling
2021-12-29docs(codes): Windows Support: Display Adjustment CommandsKingCoinless
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2021-12-28fix(setup): Use right flags for curl when wget doesn't exist.Cem Aksoylar
2021-12-28feat(docs): Link to outputs page in troubleshooting re: BT outputCem Aksoylar
2021-12-28feat(docs): Add note for USB power in outputs pageCem Aksoylar
2021-12-28docs: reiterate building from `zmk/app/` (#1031)Ivan Smirnov
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2021-12-28docs: change quick_tap_ms to quick-tap-ms (#1071)Albert Y
2021-12-26TyposEvan Callicoat
2021-12-01fix(docs): Make the modifier function examples clearer.Pete Johanson
* Ensure the list of available modifier functions is clearly shown as macros, not as basic defines.
2021-11-28feat(behaviors): Add caps word (`&caps_word`).Peter Johanson
* Add new `&caps_word` behavior that acts like caps lock, but releases automatically when any "break" keycode is pressed.
2021-11-15docs(conditional-layers): Document featureJonathan Rascher
2021-11-09feat: hold/tap flavor tap-unless-interruptedjding
Implements new hold/tap flavor, tap-unless-interrupted Adds tests Adds docs
2021-11-01feat(behaviors) Required keys for tap-hold behaviorsjmding8
* Add optional `hold-trigger-key-positions` hold-tap configuration * Leverage configuration for decision making around when to trigger hold decision in hold-taps. * Add docs for new configuration. * Tests for the new config/decision logic.
2021-10-26feat(kscan): Improve matrix debouncingJoel Spadin
Switched the GPIO matrix driver to debouncing using a simple integrator algorithm. Whenever a key is pressed, we now scan at a rate controlled by debounce-scan-period-ms (default 1 ms) until all keys are released, then return to either waiting for an interrupt or polling more slowly. The timers for key press and release can now be controlled separately, so debounce-period is deprecated in favor of debounce-press-ms and debounce-release-ms. Global Kconfig options ZMK_KSCAN_DEBOUNCE_PRESS_MS and ZMK_KSCAN_DEBOUNCE_RELEASE_MS are also added to make these easier to set. Added documentation for debouncing options.
2021-10-20chore(deps): bump @fortawesome/react-fontawesome in /docsdependabot[bot]
Bumps [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) from 0.1.14 to 0.1.16. - [Release notes](https://github.com/FortAwesome/react-fontawesome/releases) - [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/master/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/react-fontawesome/compare/0.1.14...0.1.16) --- updated-dependencies: - dependency-name: "@fortawesome/react-fontawesome" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20fix(docs): Typo fix, open -> uponManuel Transfeld
2021-10-16refactor: Add js-yaml dep, scrtipt gen tweaks.Peter Johanson
* Make the synthetic "base name" property double underscore prefixed, since internal, and to avoid future conflicts w/ YAML format add'ns. * Switch to PS hash dictionaries for our metadata collections for saner data inspection/use.
2021-10-16refactor: Config setup scripts to support onboard keyboards.Peter Johanson
* Use unified config template repo that uses an external build matrix YAML file. * Proper handling for onboard keyboards, including splits, and supports for appending the right build matrix once selected.
2021-10-10docs(docs): Document up-to-date Node.js repoJonathan Rascher
For example, Debian Bullseye (current stable) packages Node.js version 12, which is too old to build the docs successfully. At least version 14 is required, and version 16 is current. General advice seems to be to install from the NodeSource repo instead of your distro's repo, so I added a suggestion to the docs.
2021-09-25feat(docs): Update documentation to match new Pro Micro nodesNick Winans
2021-09-25fix(docs): Update split naming systemNick Winans
2021-09-24fix(setup): Fix sed delimiters for CradioCem Aksoylar
2021-09-24fix(docs): Typo EC11_CONFIGRichard Titmuss
This should be CONFIG_EC11
2021-09-22fix(docs): Remove build.yml from new shield stepsDom H
2021-09-17fix(docs): Set "Mouse Keys" as "Under Development"Dom H
2021-09-17fix(docs) add `BT_PRV` as suggestedMichael van Eerd
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2021-09-17fix(docs) Bluetooth behavior typoMichael van Eerd
2021-09-17fix(docs) Move Number of Profiles note downMichael van Eerd
2021-09-17feat(docs) Clarify Bluetooth profile pairingMichael van Eerd
2021-09-17fix(docs): Remove unnecessary security warning for MacOSRichard Titmuss
The security warning applies for downloaded executables. If you are following the instructions the toolchain is installed with brew and the security warning does not apply. This is explained in the removed link.
2021-09-16fix: Use correct Quotation marks on line 65 (#942)nevin
2021-09-14feat(docs): Add note to clarify shared .conf files do not apply outside ↵Cem Aksoylar
zmk-config
2021-09-13fix(setup): Fix setup.ps1 to check Get-Acl existsPeter Johanson
* `Get-Acl` not found in Linux Powershell version, so only call it if it exists.
2021-09-11refactor(docs): Remove build.yml for new shield.Peter Johanson
* No longer recommending that all new shields get added to the build matrix in `build.yml`, so we avoid conflicts.
2021-09-11fix(docs): Deploy when boards/shields change.Peter Johanson
2021-09-11docs: Add docs on hardware metadata files.Peter Johanson
2021-09-11feat: Generate setup scripts from metadata.Peter Johanson
2021-09-11feat(docs): Type check the docs TSX components.Peter Johanson
2021-09-11feat(docs): Add dynamic hardware list component.Peter Johanson
2021-09-11feat(docs): Add TS type gen, metadata JSON genPeter Johanson
* Generate TS types from new hardware metadata schema. * Aggregate all hw metadata YAML into one aggregate JSON file for consumption by others.
2021-09-03fix: Add semicolons for tidbit and eek in setup scriptCem Aksoylar
2021-08-12fix typochad3814
"load your newly flashed firmware" not "load your newfly flashed fireware"