zmk/docs/docs
Peter Johanson 15f6fdaa5d feat(studio): Initial RPC infrastructure and subsystems.
* UART and BLE/GATT transports for a protobuf encoded RPC
  request/response protocol.
* Custom framing protocol is used to frame a give message.
* Requests/responses are divided into major "subsystems" which
  handle requests and create response messages.
* Notification support, including mapping local events to RPC
  notifications by a given subsystem.
* Meta responses for "no response" and "unlock needed".
* Initial basic lock state support in a new core section, and allow specifying
  if a given RPC callback requires unlocked state or not.
* Add behavior subsystem with full metadata support and examples of
  using callback to serialize a repeated field without extra stack space needed.

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2024-08-15 10:55:19 -06:00
..
assets docs: update dev env setup guide 2023-01-19 22:25:10 -05:00
behaviors feat(docs): Add section on nesting mod-morphs 2024-08-13 14:56:07 -07:00
codes refactor(docs): Remove unnecessary jsx includes 2024-08-13 23:03:15 -07:00
config feat(docs): Minor improvements to the docs (#2411) 2024-08-13 10:47:45 -07:00
development feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 10:55:19 -06:00
features feat(docs): Add battery life remark for split keyboards 2024-08-07 23:57:58 -07:00
troubleshooting refactor(docs): Add subheaders for devicetree error types 2024-08-13 11:11:27 -07:00
customization.md feat(docs): Add references to new split keyboards page 2024-08-07 23:57:58 -07:00
faq.md fix(docs): More Zephyr docs link updates. 2024-02-09 14:32:46 -08:00
hardware.mdx fix(docs): Fix extra line issue in hardware headers 2024-01-20 22:28:41 -08:00
intro.md refactor(docs): Document and enforce header casing conventions 2024-06-17 11:46:32 -07:00
keymap-example-file.md docs: Add syntax highlighting to more code blocks 2023-10-09 15:19:24 -07:00
keymap-example.md feat(docs): Improve the layers-related documentation (#2390) 2024-07-31 20:53:36 -07:00
user-setup.mdx feat(docs): Add references to new split keyboards page 2024-08-07 23:57:58 -07:00