Integrate zmk-javelin-steno module

- west.yml: add zmk-javelin-steno module + javelin-steno source
- corne.conf: enable steno engine with Plover + Lapwing dicts
- corne.keymap: replace steno layer with &javsteno behavior bindings
This commit is contained in:
afiqzudinhadi 2026-06-23 01:05:27 +08:00
parent 7041dbccd5
commit b894e53a36
5 changed files with 302 additions and 111 deletions

View file

@ -126,6 +126,14 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5
# ref: https://zmk.dev/docs/config/system#hid
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
### JAVELIN STENO ENGINE
CONFIG_ZMK_JAVELIN_STENO=y
CONFIG_ZMK_JAVELIN_STENO_DICT_PLOVER=y
CONFIG_ZMK_JAVELIN_STENO_DICT_LAPWING=y
CONFIG_CPLUSPLUS=y
CONFIG_LIB_CPLUSPLUS=y
CONFIG_HEAP_MEM_POOL_SIZE=32768
### DEBUG OPTIONS
# CONFIG_ZMK_USB_LOGGING=y
# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000