Initial skeleton: ZMK module structure + Javelin submodule + stub shims
Phase 1 scaffold for porting Javelin steno engine as a ZMK module. All platform shims are stubs — compiles but no steno processing yet.
This commit is contained in:
commit
206e5231e1
14 changed files with 445 additions and 0 deletions
11
dts/bindings/behaviors/zmk,behavior-javelin-steno.yaml
Normal file
11
dts/bindings/behaviors/zmk,behavior-javelin-steno.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
description: |
|
||||
Javelin steno behavior — maps key positions to steno keys and feeds
|
||||
them into the on-board Javelin steno engine for chord-based text input.
|
||||
|
||||
compatible: "zmk,behavior-javelin-steno"
|
||||
|
||||
include: one_param.yaml
|
||||
|
||||
properties:
|
||||
"#binding-cells":
|
||||
const: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue