zmk/app/include
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
..
drivers fix(sensors): Clean ups based on code review. 2023-06-18 20:45:06 -06:00
dt-bindings/zmk feat(hid): Add apple globe keycode 2023-09-29 13:14:31 -07:00
linker refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
zmk refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00