zmk/app/include/zmk
Chris Andreae 91aa3378f3
feat(usb): Add boot protocol support
* USB boot protocol support
* Use a single definition of a boot report, used for regular reports in
  non-6KRO, and for rollover in all branches.
* Handle gaps in the zmk report when producing a boot report in HKRO mode. For
  .example, if it was 8KRO, it would be possible to have the state 0 0 0 0 0 0 0
  17 (by pressing 8 keys, and letting go of the first 7). Copying the first 6
  bytes would not show up the single pressed key.
* Disable usb status change and callback on SOF events:
  SOF events were introduced by the boot protocol changes, and required internally
  by Zephyr's idle support, but are unused within ZMK itself. Ignore them in the
  usb status callback.

---------

Co-authored-by: Andrew Childs <lorne@cons.org.nz>
2023-11-13 13:04:04 -05: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 refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
split/bluetooth feature(split): add support for sensors from peripheral 2023-08-27 19:52:03 -07:00
activity.h
backlight.h feat(backlight): add command to cycle brightness 2022-02-05 23:40:18 -05:00
battery.h added battery.h, last_state_of_charge to uint8_t 2021-03-10 18:07:18 -05:00
behavior.h
behavior_queue.h refactor: Move to `zephyr/` include paths. 2023-04-05 22:55:38 -07:00
ble.h feat(split): allow central to connect to multiple peripherals 2023-06-05 16:22:41 -06:00
display.h refactor(display): Output/layer/battery thread safety. 2021-09-25 17:17:04 -04:00
endpoints.h refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
endpoints_types.h refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
event_manager.h refactor: Move to `zephyr/` include paths. 2023-04-05 22:55:38 -07:00
hid.h feat(usb): Add boot protocol support 2023-11-13 13:04:04 -05:00
hog.h
keymap.h fix(sensors): Only accept data once per behavior. 2023-08-27 19:52:03 -07:00
keys.h refactor: Move to `zephyr/` include paths. 2023-04-05 22:55:38 -07:00
kscan.h refactor: Move away from deprecated label usages. 2023-04-05 22:55:38 -07:00
matrix.h refactor: Move to `zephyr/` include paths. 2023-04-05 22:55:38 -07:00
matrix_transform.h fix(keymaps): fix keypresses that are not in the transform 2023-04-10 03:27:19 -04:00
rgb_underglow.h fix(underglow): Handle cycling effects on splits. 2022-01-31 23:03:34 -05:00
sensors.h feature(split): add support for sensors from peripheral 2023-08-27 19:52:03 -07:00
stdlib.h refactor(splits): Minor cleanups to periph invocation 2022-01-31 23:03:34 -05:00
usb.h refactor: Move to `zephyr/` include paths. 2023-04-05 22:55:38 -07:00
usb_hid.h feat(usb): Add boot protocol support 2023-11-13 13:04:04 -05:00
virtual_key_position.h refactor(sensors): Sensor event channel data, resolution tweaks. 2023-06-18 20:45:06 -06:00
workqueue.h refactor: use low priority workqueue for underglow and battery reporting 2023-07-24 17:04:51 -07:00
wpm.h feat: Add WPM calculator and display widget 2021-01-23 18:38:31 -05:00