Commit graph

1985 commits

Author SHA1 Message Date
Kurtis Lew
75e3945a9e fix(docs/hold-tap): Update tap_unless_interrupted timing 2023-02-13 00:07:31 -08:00
Kurtis Lew
0259811e58 feat(docs/hold-tap): Update tapping-term-ms 2023-02-10 20:42:40 -08:00
Kurtis Lew
302dd15f64 feat(docs/hold-tap): Update flavor descriptions 2023-02-10 20:41:45 -08:00
Kurtis Lew
414be93cb4 breaking change!!!(docs/hold-tap): Restructure flavors section 2023-02-10 20:19:22 -08:00
Kurtis Lew
ba2437a0e4 feat(docs/hold-tap): Implement balanced and tap-preferred default animations 2023-02-10 20:09:53 -08:00
Kurtis Lew
2e8a4353a3 fix(docs/hold-tap): Update tap-preferred animation to not change color on interrupting keypress 2023-02-10 15:46:23 -08:00
Kurtis Lew
0a81082829 refactor(docs/animationhelpers): Create hold-tap subfolders 2023-02-10 15:45:07 -08:00
Kurtis Lew
26909bdb4d refactor(docs/hold-tap): Adjust flavors 2023-02-10 15:34:02 -08:00
Kurtis Lew
97b3e3f4e9 feat(docs/hold-tap): Implement tap-unless-interrupted animations 2023-02-10 15:16:59 -08:00
Kurtis Lew
578543b02b feat(docs/hold-tap): Begin implementing tap-preferred animations 2023-02-10 15:04:43 -08:00
Kurtis Lew
c80960e3bf feat(docs/hold-tap): Update wording to match implementation of animations 2023-02-10 14:52:16 -08:00
Kurtis Lew
9cef93af19 fix(docs/hold-tap/balanced): Make balanced animations release before tapping-term-ms 2023-02-10 14:43:24 -08:00
Kurtis Lew
b14de70f79 feat(docs/hold-tap): Implement 'balanced' flavor animations 2023-02-10 13:31:56 -08:00
Kurtis Lew
2372243ec6 fix(docs/animationhelpers): Make text font-family sans-serif 2023-02-10 12:43:52 -08:00
Kurtis Lew
8bffd2acd3 fix(docs): Install @motion-canvas packages
- Install @motion-canvas/core
- Install @motion-canvas/2d
- Install @motion-canvas/vite-plugin
- Install @motion-canvas/ui
2023-02-10 11:42:36 -08:00
Kurtis Lew
300c0b07ae fix(docs): Run prettier 2023-02-10 11:35:57 -08:00
Kurtis Lew
7e6122ca33 breaking change!!! Add animation build commands to package.json 2023-02-10 11:34:33 -08:00
Kurtis Lew
85021f64f2 feat(docs/components): Implement AnimationPlayer 2023-02-10 11:32:42 -08:00
Kurtis Lew
1be2023fe6 feat(docs/hold-tap): Implement hold-preferred/interrupt Motion Canvas Project 2023-02-10 10:45:14 -08:00
Kurtis Lew
60744c3181 feat(docs/hold-tap): Implement hold-tap comparison Motion Canvas Project 2023-02-10 10:12:37 -08:00
Kurtis Lew
4beab96f83 feat(docs/animationhelpers): Update compiled animation export path in vite.config.ts 2023-02-10 09:04:20 -08:00
Kurtis Lew
35549c45c9 feat(docs): Initialize Motion Canvas Project 2023-02-10 09:00:30 -08:00
Kurtis Lew
1231c9f19d feat(docs): Install @motion-canvas/player 2023-02-10 08:56:57 -08:00
Albert Y
b7d5865e40 feat(docs): additional note on bug fixed in macOS v13.1 2023-02-02 21:23:48 -05:00
Martí Bolívar
9d1070a140 chore(build): update west.yml syntax
West has supported a 'name-blocklist' replacement for 'name-blacklist'
since v0.9.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2023-02-01 11:36:55 -05:00
dependabot[bot]
2a5e914a77 chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-26 19:35:16 -05:00
zhiayang
41830ce19a fix formatting 2023-01-19 22:30:27 -05:00
zhiayang
fbdb24c6fe fix(driver): Fix potentially buggy read/write routines for max7318 driver 2023-01-19 22:30:27 -05:00
Joel Spadin
82ff6d8e85 docs: update dev env setup guide
Renamed the "Basic Setup" page to "Toolchain Setup" to make it clearer
that this is for setting up a development environment for local builds.

Linked to the relevant Zephyr setup documentation instead of duplicating
that information in our guide. This also switches Windows and macOS
setup to using the Zephyr SDK, which is much easier to install.

Updated the command for installing Zephyr's Python dependencies to be
OS specific, as Windows and macOS don't need the --user flag.

Updated the IDE integration page with instructions for determining the
compiler path that work with the latest version of the Zephyr SDK.
2023-01-19 22:25:10 -05:00
Peter Johanson
a82a0ec496 feat(shields): Add splitkb.com Aurora Lily58. 2023-01-06 20:10:53 -06:00
Peter Johanson
b7b563a4c3 fix(ci): Fix another spot where ` needs escaping. 2023-01-05 12:47:11 -06:00
Peter Johanson
5b9b507de3 fix(ci): Escape ` from JSON metadata files. 2023-01-04 21:40:07 -06:00
Peter Johanson
c23443a086 feat(docs): Generate new shield interconnect docs.
* Add to metadata schema for interconnects.
* New conventional location for pinout diagrams/pics.
* New component to generate the tabs for the new shield
  doc section on interconnects.
* Add XIAO and arduino uno pinout diagram.

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2022-12-23 02:41:35 -06:00
Cem Aksoylar
d993b03433 feat(docs): Refer to troubleshooting in connecting split halves 2022-12-23 00:20:12 -06:00
Cem Aksoylar
080c47825f feat(docs): Add caution note about split peripheral sides to user setup 2022-12-23 00:20:12 -06:00
Cem Aksoylar
77d60182bf feat(docs): Recommend USB testing and warn about BT pairing in user setup 2022-12-23 00:20:12 -06:00
byran.tech
14324390e8
fix(boards): replace nRF3840 with nRF5340 2022-12-22 20:42:57 -06:00
Ladislav Benc
58f8c97d3c
feat(shields): Add a Reviung5 shield
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
2022-12-20 20:49:17 -06:00
Nick Coutsos
6e99a48696 fix(behaviors): Mark sticky key release-after-ms required 2022-12-20 20:38:26 -06:00
Joel Spadin
3eb06f137b feat: Add global macro timing configs
Added ZMK_MACRO_DEFAULT_WAIT_MS and ZMK_MACRO_DEFAULT_TAP_MS to set
global defaults for the wait-ms and tap-ms properties of macros.

Also reduced the default timings for macros, since it's been reported
many times that 100 ms is too slow.
2022-12-20 20:34:25 -06:00
as29
11ca0098a5
fix(docs): Disable encoders in dtsi (#1600) 2022-12-20 20:24:32 +00:00
Cem Aksoylar
5cbe572f7d fix(display): Re-default to blank on idle for OLEDs 2022-12-18 16:34:27 -06:00
Cem Aksoylar
781df31ec4 fix(setup): Fix conf download path in PS script 2022-12-17 17:46:22 -06:00
Cem Aksoylar
b8fb218a01 fix(setup): Make keymap/conf fall back to using dirname 2022-12-16 17:41:39 -06:00
Cem Aksoylar
ebb4cb76d3 fix(boards): Add Zen .conf file for setup script 2022-12-16 17:41:39 -06:00
Darryldh
4a3e783f32
feat(boards): Add Corne-ish zen v2
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
2022-12-16 10:57:25 -06:00
Jerome Olivier
984b16e03b
feat(boards): Add preonic_rev3 board. 2022-12-16 10:52:26 -06:00
hyx0329
4faf6eba97 feat(boards): Add battery sensor for Makerdiary M60 keyboard
Signed-off-by: hyx0329 <hyx0329@163.com>
2022-12-14 12:38:03 -06:00
Petrus Claviger
408b87ae7b
fix(docs): Grammatical fixes (#1587)
Co-authored-by: Dom H <dom@hxy.io>
2022-12-14 14:51:46 +00:00
Peter Johanson
1425d0f2d9 fix(shields): Fix col-offset for splitkb.com corne
Same column offset for both transforms, since we use the same
pins for both, just apply a different transform.

Fixes: 1570
2022-12-13 20:46:26 -06:00