zmk/app/dts/bindings
Joel Spadin 76ffce6779 feat(behaviors): Add a send string behavior
This adds the following:

- A character map driver API, which maps Unicode code points to behavior
  bindings.

- A zmk,character-map driver which implements this API. This driver is
  designed for ROM efficiency, so it sends every value defined in the
  map to one behavior and passes any code point not in the map through
  to another. (A more flexible implementation that allows for a unique
  behavior binding per character could be added later if necessary.)

- A zmk,send-string behavior, which users can define and bind to their
  keymaps to send strings.

- A zmk_send_string() function, which queues the necessary behaviors
  to type a UTF-8 string. This is separated from the send string
  behavior since it could be used for other features such as Unicode
  key sequences, behaviors that print dynamic messages, etc.
2024-04-07 15:05:06 -05:00
..
behaviors feat(behaviors): Add a send string behavior 2024-04-07 15:05:06 -05:00
kscan fix: Cleanups of sideband and direct kscan from review. 2024-03-27 20:59:26 -07:00
macros feat(behaviors): Support parameterized macros. 2023-06-20 11:19:28 -06:00
vendor-prefixes.txt fix(build): Add local vendor prefix file. 2022-04-03 00:10:29 -04:00
zmk,character-map.yaml feat(behaviors): Add a send string behavior 2024-04-07 15:05:06 -05:00
zmk,combos.yaml refactor(behaviors): global-quick-tap -> require-prior-idle 2023-10-03 01:12:47 -07:00
zmk,conditional-layers.yaml feat(conditional-layers): Implement feature 2021-11-15 05:49:23 -05:00
zmk,ext-power-generic.yaml refactor(ext_power): Remove label property 2023-12-04 20:06:54 -06:00
zmk,gpio-key-wakeup-trigger.yaml refactor: Fixes for soft-off based on review. 2024-03-27 20:59:26 -07:00
zmk,keymap-sensors.yaml refactor(sensors): Sensor event channel data, resolution tweaks. 2023-06-18 20:45:06 -06:00
zmk,keymap.yaml refactor(keymaps): Rename layer label to "display-name" 2023-12-04 20:06:54 -06:00
zmk,kscan-composite.yaml refactor(behaviors): Make label property optional 2023-12-04 20:06:54 -06:00
zmk,kscan-mock.yaml refactor(behaviors): Make label property optional 2023-12-04 20:06:54 -06:00
zmk,matrix-transform.yaml fix(keymaps): add row-offset property to matrix-transform 2021-12-20 06:14:35 -05:00
zmk,soft-off-wakeup-sources.yaml refactor: Fixes for soft-off based on review. 2024-03-27 20:59:26 -07:00