zmk/app/boards/arm/corneish_zen/widgets
Joel Spadin 651ed05e9a refactor: Split endpoint to transport and instance
Changed the endpoints code to rename the existing endpoint types to
"transport" and add the concept of "endpoint instances". A transport is
the method by which data is sent, while instances allow describing
multiple endpoints that use the same transport (e.g. bluetooth profiles)

Also added new APIs to get the total number of possible endpoint
instances and assign each instance a unique index, which can be used
for tracking separate state for each endpoint in other code files.
2023-10-02 22:03:08 -07:00
..
icons feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
battery_status.c refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
battery_status.h refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
layer_status.c refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
layer_status.h refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
output_status.c refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
output_status.h refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
peripheral_status.c refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
peripheral_status.h refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00