Pete Johanson
3b841c65bb
Typo fix (thanks @Nicell ).
4 years ago
Pete Johanson
4b310abb3d
Remove broken import.
4 years ago
Pete Johanson
5418918e13
Explicitly use bash.
4 years ago
Pete Johanson
14eef91da1
Better user setup docs.
4 years ago
Pete Johanson
726fb4b76f
Better default configs.
4 years ago
Pete Johanson
afc1c38866
Merge pull request #75 from careyk007/main
...
Update dev-setup.md
4 years ago
Kellen Carey
5bfa4ba3ff
Update dev-setup.md
4 years ago
Pete Johanson
ccb9b9309a
Script fixes, ability to prepopulate a keymap.
...
* Use read w/ -i for initial default values.
* Prompt for fetching keymap for customization,
and grab latest from `main` if opted in.
* Don't copy `prj.conf` from the template,
pull the `<shield>.conf` from `main` also.
4 years ago
Pete Johanson
5c10517c29
Show the complete keymap example inline.
4 years ago
Pete Johanson
ec4c12501c
Fix up the keymap docs after the DT refactor.
4 years ago
Pete Johanson
4b0284f45b
Merge pull request #74 from petejohanson/core/keymaps-refactor-simplification
...
Refactor to simpler keymaps.
4 years ago
Pete Johanson
d57c271804
Whitespace at EOF fix.
4 years ago
Pete Johanson
2c734c9133
Whitespace tweaks.
4 years ago
Pete Johanson
b4ae91a649
Revert some personal Kyria keymap changes.
4 years ago
Pete Johanson
01b8b724c1
Remove debugging line that snuck in.
4 years ago
Pete Johanson
0460631729
Refactor to simpler keymaps.
4 years ago
Pete Johanson
fd3ce4ba1c
Encoder Kconfig fixes.
4 years ago
Pete Johanson
65a6a91f59
Propertly highlight .keymap files as dts.
4 years ago
Pete Johanson
10683fe1f8
Docs re-org, start of some keymap docs.
4 years ago
Pete Johanson
eafd2a83e5
Remove an unneeded include for the keymap.
4 years ago
Pete Johanson
fd381e8117
Merge pull request #70 from Nicell/split/2m-phy
...
Split connection parameter adjustments and 2M PHY added
4 years ago
Pete Johanson
81090d9af0
Merge pull request #73 from petejohanson/core/keymap-file-refactor
...
Refactor to using .keymap files
4 years ago
Pete Johanson
f83ec5ce2b
Refactor to using .keymap files
...
* Still just devicetree keymaps.
* Filename can now use `<board>.keymap` or
`<shield>.keymap` convention, including
overrides for revisions, etc.
4 years ago
Nick
370cfcc59f
Add if block and param req callback comment
4 years ago
Pete Johanson
9233ab60cd
Minor fix for USB logging to work on peripherals.
4 years ago
Pete Johanson
ac802bedb1
Bump delay in scanning while held to 5ms.
4 years ago
Pete Johanson
6fd572d3b6
Use `process.env.URL` instead of `DEPLOY_URL`.
4 years ago
Pete Johanson
f71f12f5a8
Build fixes.
4 years ago
Pete Johanson
aa21bdd79a
Tweak for dynamic invite URL for deploys.
4 years ago
Pete Johanson
e1ea833bb3
Flesh out documentation skeleton.
4 years ago
Pete Johanson
db586b1ce0
Update to latest V2 Docusaurus.
4 years ago
Pete Johanson
761601be5b
Typo fix.
4 years ago
Pete Johanson
977259f906
Better wording on user setup intro.
4 years ago
Pete Johanson
fedd4381c2
Initial user setup docs, setup script fixes.
4 years ago
Pete Johanson
e9c2b84c82
Initial setup.sh version.
4 years ago
Pete Johanson
7b3bd01d9b
Tweak wording on progress of ZMK.
4 years ago
Pete Johanson
b7e1509413
Updated intro that better outlines features.
4 years ago
Pete Johanson
35c8b6b434
Improved hardware docs.
4 years ago
Nick
cfea5cceb1
Remove updated callback
4 years ago
Pete Johanson
dc511cdfde
Merge pull request #71 from Nicell/boards/lily58-keymap
...
Add better default keymap for Lily58
4 years ago
Nick
cdec1645e2
Fix tabs in keymap bottom row
4 years ago
Nick
fbaeb95601
Add better default keymap for lily58
4 years ago
Nick
f23ca9d7ee
Add two solutions to param updates
4 years ago
Nick
880c6e0601
Fix variable name in peripheral PHY update
4 years ago
Nick
f26bd495ea
Fix interval update, add PHY update
4 years ago
Pete Johanson
cd30f440d9
Fix for the right start index for event releases.
4 years ago
Nick
bc282a0a4f
WIP DZ60RGB board definition
4 years ago
Pete Johanson
24ec83c234
Merge pull request #69 from petejohanson/behaviors/mod-tap-usability-fixes
...
Improve mod-tap behaviour
4 years ago
Pete Johanson
8a07938d9b
Minor cleanup.
4 years ago
Pete Johanson
8bba1fb738
Major mod-tap improvements.
...
* Track active mods when mods or keycode
events occur.
* Use the tracked mods when releasing or
generating keycode events.
* Track pending/used status in one array, for
improved storage efficency.
4 years ago