Commit Graph

871 Commits

Author SHA1 Message Date
Pete Johanson 3127192720 Invoke called behavior after layer change.
* If you press a key with a layer active, then
  deactivate the layer (e.g. releasing a `&mo`,
  then release the key, we currently may send
  the wrong key release event.
* Fixes #67.
2020-08-09 12:30:47 -04:00
Nick fd77fdb63d Fix video container size 2020-08-08 19:10:10 -05:00
Nick 8d3ac00f31 Add missing space to comment 2020-08-08 19:02:54 -05:00
Nick d901a0061d Add underglow feature docs + DT fixes 2020-08-08 19:02:00 -05:00
Nick c92f114efe Add lighting behavior docs 2020-08-08 17:23:11 -05:00
Pete Johanson e2848c66c3 Fix to archive the .hex files for proton-c build.
* Closes #77.
2020-08-08 17:28:00 -04:00
Pete Johanson 483530e0ad Basic key press/consumer press behavior docs. 2020-08-08 17:10:12 -04:00
Pete Johanson 85d35c7ff9 Tweak the pip PATH callouts. 2020-08-08 12:25:54 -04:00
Pete Johanson 5039a50831 Tweak git usage for backwards compatibility.
* Closes #76
2020-08-07 23:35:48 -04:00
Pete Johanson b25133cbef Add a layer diagram.
* Original diagram from Thomas Baart, used
  with permission.
2020-08-07 16:45:11 -04:00
Pete Johanson dd8deceed0 Add basic layer behavior docs. 2020-08-07 16:29:52 -04:00
Pete Johanson 3b841c65bb Typo fix (thanks @Nicell). 2020-08-07 15:58:09 -04:00
Pete Johanson 4b310abb3d Remove broken import. 2020-08-07 15:30:37 -04:00
Pete Johanson 5418918e13 Explicitly use bash. 2020-08-07 15:15:04 -04:00
Pete Johanson 14eef91da1 Better user setup docs. 2020-08-07 15:05:25 -04:00
Pete Johanson 726fb4b76f Better default configs. 2020-08-07 15:05:25 -04:00
Pete Johanson afc1c38866
Merge pull request #75 from careyk007/main
Update dev-setup.md
2020-08-07 12:09:32 -04:00
Kellen Carey 5bfa4ba3ff
Update dev-setup.md 2020-08-07 08:58:07 -07:00
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.
2020-08-07 10:02:44 -04:00
Pete Johanson 5c10517c29 Show the complete keymap example inline. 2020-08-07 09:36:48 -04:00
Pete Johanson ec4c12501c Fix up the keymap docs after the DT refactor. 2020-08-07 09:31:12 -04:00
Pete Johanson 4b0284f45b
Merge pull request #74 from petejohanson/core/keymaps-refactor-simplification
Refactor to simpler keymaps.
2020-08-07 07:15:20 -04:00
Pete Johanson d57c271804 Whitespace at EOF fix. 2020-08-07 00:00:35 -04:00
Pete Johanson 2c734c9133 Whitespace tweaks. 2020-08-06 23:59:20 -04:00
Pete Johanson b4ae91a649 Revert some personal Kyria keymap changes. 2020-08-06 23:57:11 -04:00
Pete Johanson 01b8b724c1 Remove debugging line that snuck in. 2020-08-06 23:54:18 -04:00
Pete Johanson 0460631729 Refactor to simpler keymaps. 2020-08-06 23:28:34 -04:00
Pete Johanson fd3ce4ba1c Encoder Kconfig fixes. 2020-08-06 23:22:02 -04:00
Pete Johanson 65a6a91f59 Propertly highlight .keymap files as dts. 2020-08-06 15:04:50 -04:00
Pete Johanson 10683fe1f8 Docs re-org, start of some keymap docs. 2020-08-06 15:04:31 -04:00
Pete Johanson eafd2a83e5 Remove an unneeded include for the keymap. 2020-08-06 14:26:36 -04:00
Pete Johanson fd381e8117
Merge pull request #70 from Nicell/split/2m-phy
Split connection parameter adjustments and 2M PHY added
2020-08-06 11:11:48 -04:00
Pete Johanson 81090d9af0
Merge pull request #73 from petejohanson/core/keymap-file-refactor
Refactor to using .keymap files
2020-08-06 10:53:12 -04:00
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.
2020-08-06 10:32:06 -04:00
Nick 370cfcc59f Add if block and param req callback comment 2020-08-05 22:38:40 -05:00
Pete Johanson 9233ab60cd Minor fix for USB logging to work on peripherals. 2020-08-05 22:59:58 -04:00
Pete Johanson ac802bedb1 Bump delay in scanning while held to 5ms. 2020-08-05 22:58:14 -04:00
Pete Johanson 6fd572d3b6 Use `process.env.URL` instead of `DEPLOY_URL`. 2020-08-05 14:58:25 -04:00
Pete Johanson f71f12f5a8 Build fixes. 2020-08-05 14:51:31 -04:00
Pete Johanson aa21bdd79a Tweak for dynamic invite URL for deploys. 2020-08-05 14:43:59 -04:00
Pete Johanson e1ea833bb3 Flesh out documentation skeleton. 2020-08-05 14:04:08 -04:00
Pete Johanson db586b1ce0 Update to latest V2 Docusaurus. 2020-08-05 14:02:37 -04:00
Pete Johanson 761601be5b Typo fix. 2020-08-04 14:19:32 -04:00
Pete Johanson 977259f906 Better wording on user setup intro. 2020-08-04 14:15:23 -04:00
Pete Johanson fedd4381c2 Initial user setup docs, setup script fixes. 2020-08-04 14:12:10 -04:00
Pete Johanson e9c2b84c82 Initial setup.sh version. 2020-08-04 13:41:07 -04:00
Pete Johanson 7b3bd01d9b
Tweak wording on progress of ZMK. 2020-08-04 00:48:52 -04:00
Pete Johanson b7e1509413 Updated intro that better outlines features. 2020-08-03 23:48:17 -04:00
Pete Johanson 35c8b6b434 Improved hardware docs. 2020-08-03 23:44:53 -04:00
Nick cfea5cceb1 Remove updated callback 2020-08-03 17:22:11 -05:00