summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-07-21fix: Add missing semicolon for nano V2 case.Peter Johanson
2021-07-18docs(setup): replace `zephyr-west-action` with `zmk-docker`innovaker
This should've been changed after #481. See: https://github.com/zmkfirmware/zmk/pull/481 PR: https://github.com/zmkfirmware/zmk/pull/845
2021-07-17chore(deps): bump @docusaurus/* to 2.0.0-beta.3Peter Johanson
2021-07-17feat(docs): Add Zephyr 2.5 blog post.Peter Johanson
Simple blog post outlining the work done for the Zephyr 2.5 upgrade, and steps needed to make the most of it. Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com>
2021-07-17docs: bump Zephyr documentation links to Zephyr v2.5.0innovaker
PR: https://github.com/zmkfirmware/zmk/pull/736
2021-07-17docs(setup): add `x86_64-linux` to Zephyr SDK setup filenameinnovaker
See: zmkfirmware/zmk-docker@b8341e185ab694f7c596b81d03ada34ac76d2f1c PR: https://github.com/zmkfirmware/zmk/pull/736
2021-07-17docs(setup): bump `ZSDK_VERSION` to `0.12.4`innovaker
PR: https://github.com/zmkfirmware/zmk/pull/736
2021-07-15feat(docs): Add nice!nano v2 to scripts, actions, and documentationNick Winans
asdf asdf asdf
2021-06-21chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 in /docsdependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.28.0...v7.29.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21chore(deps): bump @docusaurus/preset-classic in /docsdependabot[bot]
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.0 to 2.0.0-beta.1. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.1/packages/docusaurus-preset-classic) --- updated-dependencies: - dependency-name: "@docusaurus/preset-classic" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21chore(deps): bump @docusaurus/core in /docsdependabot[bot]
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-beta.0 to 2.0.0-beta.1. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.1/packages/docusaurus) --- updated-dependencies: - dependency-name: "@docusaurus/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16docs(setup): fix whitespace in Fedora toolchain install commandinnovaker
Aligns Fedora whitespace with Debian.
2021-06-16docs(setup): remove extra slash from Fedora toolchain install commandinnovaker
2021-06-16docs(setup): fix whitespace mismatch in host dependenciesinnovaker
Replaces spaces with tabs (bzip2).
2021-06-10fix(docs): Add permanent redict to zmk.dev domain.Peter Johanson
2021-06-10refactor: Move to new zmk.dev domain name.Peter Johanson
2021-06-09chore(docs): Bump prettier, and reformat w/ it.Peter Johanson
* Bump to prettier 2.3.1. * Re-run prettier:format to apply updated format.
2021-06-09chore(deps): bump react-toastify from 6.0.9 to 7.0.4 in /docsdependabot[bot]
Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 6.0.9 to 7.0.4. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v6.0.9...v7.0.4) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09chore(deps): bump react and react-dom in /docsdependabot[bot]
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 17.0.2 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react) Updates `react-dom` from 16.14.0 to 17.0.2 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react-dom) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09fix(docs): Upgrade docusaurus, webpack/loaders.Peter Johanson
Upgrade to the new Docusaurus 2 beta release, which also required upgrades to newer Webpack@5, and some API fixes for TOC changes.
2021-06-08feat(docs): Add icon legend to the feature matrixMartin Eberhardt
Add icon legend to the feature matrix
2021-06-08chore(deps): bump react-copy-to-clipboard from 5.0.2 to 5.0.3 in /docsdependabot[bot]
Bumps [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/nkbt/react-copy-to-clipboard/releases) - [Commits](https://github.com/nkbt/react-copy-to-clipboard/compare/v5.0.2...v5.0.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08docs(codes): Use LSHIFT/RSHIFT in keymap upgraderDom H
2021-06-08docs(codes): Refer to LSHIFT instead of LSHFTDom H
`LSHIFT` is slightly more intuitive and should result in fewer user errors.
2021-06-08docs(codes): Add LSHIFT and RSHIFT aliasesDom H
2021-06-08fix(docs): Update macos GCC embedded section with brew cmdIvan Smirnov
* Update macos GCC embedded section with brew cmd Brew has a cask for GCC embedded, so we can make this guide more user friendly by providing it.
2021-05-19fix(docs): Add missing semicolon to examplesChristian Stücklberger
Co-authored-by: Christian Stücklberger <christian.stuecklberger@ergon.ch>
2021-05-17chore(deps-dev): bump eslint-plugin-mdx from 1.8.2 to 1.13.0 in /docsdependabot[bot]
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 1.8.2 to 1.13.0. - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdx-js/eslint-mdx/compare/v1.8.2...v1.13.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17chore(deps): bump react-dom from 16.13.1 to 16.14.0 in /docsdependabot[bot]
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.1 to 16.14.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react-dom) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17chore(deps): bump @fortawesome/free-solid-svg-icons in /docsdependabot[bot]
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 5.15.1 to 5.15.3. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.15.1...5.15.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17chore(deps): bump @fortawesome/react-fontawesome in /docsdependabot[bot]
Bumps [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) from 0.1.12 to 0.1.14. - [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/commits/0.1.14) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17chore(deps-dev): bump eslint-plugin-react from 7.21.5 to 7.23.2 in /docsdependabot[bot]
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.5 to 7.23.2. - [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.21.5...v7.23.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-05chore(deps): bump react from 16.13.1 to 16.14.0 in /docsdependabot[bot]
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-05fix(docs): Updated eslint config for unified prettier setup.Peter Johanson
2021-05-05chore(deps-dev): bump eslint-config-prettier in /docsdependabot[bot]
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.14.0 to 8.3.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.14.0...v8.3.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-05chore(deps-dev): bump eslint from 7.12.0 to 7.25.0 in /docs (#773)dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.0 to 7.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.12.0...v7.25.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05fix(docs): Readjusted colors for dark theme for OSes in docsPiotr Gnus
Previously the colors of operating systems were the same both for dark and light color scheme. That's not a major issue, but adjusting the colors for the dark theme to better match the theme looks like an improvement. Colors were just darkened by reversing the lightness of each color taken from the dark theme.
2021-05-05feat(docs): Added support for prefers-color-scheme in docsPiotr Gnus
Now, instead of always defaulting to light theme, documentation, docs will default to the color scheme based by the user preference (reported by web browser as a `prefers-color-scheme` media query). It is still possible for user to change the theme by using the switch next to the search box. His preference will be remembered.
2021-04-15fix(docs) omit layers -1 example, clarify it defaults when omitted (#757)Michael van Eerd
* fix(docs) omit layers -1 example, clarify * comment, simplify description * remove 'the'
2021-04-05Docs: added mod morph page (#749)measlesbagel
* docs(behaviors): add mod-morph doc page * docs(behaviors): add mod-morph doc page * docs(mod-morph): add note about sent modifiers * docs(mod-morph): fixed prettier formatting
2021-03-11feat(docs): Add power profilerNick Winans
2021-03-10change "Under Development" to "Beta Testing"Cody McGinnis
2021-03-10move the information to its own pageCody McGinnis
2021-03-10feat(docs): add information for testing PRsCody McGinnis
2021-03-03Fix broken link in documentation (encoders) (#707)Megamannen
* Update encoders.md Link to "New Keyboard Shield" didn't work * Update encoders.md Forgot hash-link
2021-03-03Add detailed pin mapping explanation to underglow docs (#709)Megamannen
* Update underglow.md Updated the documentation according to my current understandring of how to pin-mapping works, also split the chapter into a nrf-section and a non-nrf-section since that information isn't applicable to both * Ran prettier and updated pin reference according to suggestion
2021-02-24feature(hold-tap): no-hold-flash for retro tapsOkke Formsma
This is an improvement on retro-tap, solving the 'flashing hold' issue users people experience. When the tapping-term expires, the hold key is normally pressed. When retro-tap is enabled, this is undesirable; only an interrupted hold-tap should trigger the hold behavior. This change disables the hold behavior for the 'STATUS_HOLD_TIMER' state when retro-tap is enabled, and makes sure the 'STATUS_HOLD_INTERRUPT' state will be triggered when appropriate.
2021-02-24feature(hold-tap): Retro tappingOkke Formsma
2021-02-10style(hold-tap)!: Write hold-tap params with dashesOkke Formsma
tapping_term_ms -> tapping-term-ms quick_tap_ms -> quick-tap-ms The old style works, although it's deprecated.
2021-02-09docs(vscode): add more info for compile_commands.json pathJoel Spadin