Merlinov
00f6259b14
Update CMakeLists.txt
2023-02-08 23:15:20 +03:00
Merlinov
1ddb334a3c
Add files via upload
2023-02-08 23:13:12 +03:00
Merlinov
0306382e61
Add files via upload
2023-02-08 23:12:47 +03:00
Merlinov
73da4327c3
Add files via upload
2023-02-08 23:12:27 +03:00
Merlinov
99763c45bd
Update endpoints.c
2023-02-08 23:11:17 +03:00
Merlinov
d09f7c7dcd
Update hid_listener.c
2023-02-08 23:07:18 +03:00
Merlinov
4424c71308
Update sidebars.js
2023-02-08 22:33:57 +03:00
Merlinov
ab92800e2a
Update behaviors.dtsi
2023-02-08 22:30:08 +03:00
Merlinov
bc52639dad
Update hid_usage_pages.h
2023-02-08 22:29:00 +03:00
Merlinov
5a250a53ac
Update hid.c
2023-02-08 22:23:20 +03:00
Merlinov
892ffb8028
Add files via upload
2023-02-08 22:19:07 +03:00
Merlinov
dd4e0d9567
Add files via upload
2023-02-08 22:01:58 +03:00
Merlinov
e0dea8a527
Add files via upload
2023-02-08 22:01:32 +03:00
Merlinov
6592b32612
Add files via upload
2023-02-08 21:58:17 +03:00
Merlinov
3f1fa249d5
Add files via upload
2023-02-08 21:57:25 +03:00
Merlinov
9d704977a4
Add files via upload
2023-02-08 21:56:12 +03:00
Merlinov
b2fefbb89c
Add files via upload
2023-02-08 21:55:07 +03:00
Merlinov
53dcf6387f
Add files via upload
2023-02-08 21:53:40 +03:00
Merlinov
be233a141b
Add files via upload
2023-02-08 21:52:43 +03:00
Merlinov
d08a7c08d6
Add files via upload
2023-02-08 21:40:49 +03:00
Merlinov
995e2dde05
Add files via upload
2023-02-08 21:38:59 +03:00
Merlinov
34a0da2fd8
Add files via upload
2023-02-08 21:38:17 +03:00
Merlinov
e2fba66dc8
Add files via upload
2023-02-08 21:37:54 +03:00
Merlinov
93b4c61182
Add files via upload
2023-02-08 21:37:03 +03:00
Merlinov
891faa6dbf
Add files via upload
2023-02-08 21:35:25 +03:00
Merlinov
350baafa8c
Add files via upload
2023-02-08 21:34:05 +03:00
Merlinov
ec2a012f05
Add files via upload
2023-02-08 21:32:24 +03:00
Merlinov
6109d0245a
Add files via upload
2023-02-08 21:31:48 +03:00
Omri Kaplan
c065d451cb
fix(shields): Fix keycodes that differ from the default keymap ( #1590 )
...
- Asterisk in layer 1 was mapped to 8
- Underscore in layer 1 was mapped to minus
- Right GUI in layer 0 was mapped to right Alt
- Space in layer 1 was mapped to Return
- Plus was mapped with KP_PLUS
2023-02-07 20:29:38 -05: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