zmk/app/boards/arm/corneish_zen
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
..
widgets refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
board.cmake feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
CMakeLists.txt feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
corneish_zen_v1_left_defconfig feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
corneish_zen_v1_left.dts feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
corneish_zen_v1_right_defconfig feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
corneish_zen_v1_right.dts feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
corneish_zen_v1.zmk.yml feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
corneish_zen_v2_left_defconfig refactor(boards): Remove duplicated Zen v2 Kconfigs and unused font size 2023-04-25 23:57:16 -07:00
corneish_zen_v2_left.dts refactor(boards): Make Zen dtsi non-v2 specific 2023-04-25 23:57:16 -07:00
corneish_zen_v2_right_defconfig refactor(boards): Remove duplicated Zen v2 Kconfigs and unused font size 2023-04-25 23:57:16 -07:00
corneish_zen_v2_right.dts refactor(boards): Fix Zen v2 DTS spacing inconsistencies 2023-04-25 23:57:16 -07:00
corneish_zen_v2.yaml feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
corneish_zen_v2.zmk.yml feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
corneish_zen.conf fix(boards): Add Zen .conf file for setup script 2022-12-16 17:41:39 -06:00
corneish_zen.dtsi refactor(boards): Make Zen dtsi non-v2 specific 2023-04-25 23:57:16 -07:00
corneish_zen.keymap refactor(boards): Fix Zen v2 DTS spacing inconsistencies 2023-04-25 23:57:16 -07:00
corneish_zen.yaml feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
custom_status_screen.c fix(boards): Fix Zen logo alignment 2023-04-14 14:39:54 -07:00
custom_status_screen.h feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
Kconfig feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
Kconfig.board feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00
Kconfig.defconfig feat(boards): Add Corne-ish Zen v1 2023-04-25 23:57:16 -07:00