zmk/app/include/zmk
Peter Johanson feda96eb40 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 11:45:18 -06:00
..
ble refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
display refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
events fix(core): Address review comments from Joel. 2024-01-14 11:13:57 -08:00
split/bluetooth feat(ble): Support perhipheral battery levels. 2024-01-03 09:26:51 -08:00
studio feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
activity.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
backlight.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
battery.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
behavior.h fix: Improve startup time with proper settings loading. 2024-07-03 16:24:17 -06:00
behavior_queue.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
ble.h refactor(ble): Extract API to get active profile connection. 2024-06-28 14:43:17 -06:00
display.h chore: fix typos in various places 2024-05-13 16:47:33 -04:00
endpoints.h refactor: Promote new endpoints API 2024-03-27 20:59:26 -07:00
endpoints_types.h refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
event_manager.h feat(core): Support adding subs to other listeners. 2024-06-28 14:36:25 -06:00
hid.h feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
hid_indicators.h refactor: Move to zmk_hid_indicators_t type. 2023-11-27 16:03:18 -08:00
hid_indicators_types.h refactor: Move to zmk_hid_indicators_t type. 2023-11-27 16:03:18 -08:00
hog.h refactor: All SYS_INIT functions are void args. 2024-02-09 14:32:46 -08:00
keymap.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
keys.h refactor: Move to zephyr/ include paths. 2023-04-05 22:55:38 -07:00
matrix.h feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
matrix_transform.h feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
mouse.h feat(mouse): Initial mouse keys support. 2023-11-15 11:16:59 -08:00
physical_layouts.h feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
pm.h fix: Adjustments for Zephyr 3.5. 2024-03-27 20:59:26 -07:00
rgb_underglow.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
sensors.h feature(split): add support for sensors from peripheral 2023-08-27 19:52:03 -07:00
settings.h feat: Add function to erase all settings 2024-03-18 09:48:19 -07:00
stdlib.h refactor(splits): Minor cleanups to periph invocation 2022-01-31 23:03:34 -05:00
usb.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
usb_hid.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
virtual_key_position.h refactor(sensors): Sensor event channel data, resolution tweaks. 2023-06-18 20:45:06 -06:00
workqueue.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
wpm.h feat: Add WPM calculator and display widget 2021-01-23 18:38:31 -05:00