zmk/app/include/zmk
Peter Johanson a92a4967aa fix(sensors): Only accept data once per behavior.
* Don't accept data for the same behavior on multiple layers more than
  once, to avoid duplicate/extraneous triggers.
2023-08-27 19:52:03 -07: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(sensors): Use "sensor index" consistently 2023-06-18 20:45:06 -06:00
split/bluetooth feature(split): add support for sensors from peripheral 2023-08-27 19:52:03 -07:00
activity.h
backlight.h
battery.h
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
endpoints.h
endpoints_types.h
event_manager.h refactor: Move to `zephyr/` include paths. 2023-04-05 22:55:38 -07:00
hid.h refactor: Move to `zephyr/` include paths. 2023-04-05 22:55:38 -07: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
sensors.h feature(split): add support for sensors from peripheral 2023-08-27 19:52:03 -07:00
stdlib.h
usb.h refactor: Move to `zephyr/` include paths. 2023-04-05 22:55:38 -07:00
usb_hid.h fix(usb): Split HID from core USB, logging fix. 2022-04-13 13:07:59 -04: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