Enable steno engine with right-heavy split-dict partition

This commit is contained in:
afiqzudinhadi 2026-07-02 15:19:02 +08:00
parent 3fd9bc6dbe
commit 7113237511

View file

@ -117,6 +117,13 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5
# ref: https://zmk.dev/docs/config/system#hid
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
### STENO ENGINE (split-dict: partition across both halves)
CONFIG_STENO_ENGINE=y
CONFIG_STENO_DICT_PLOVER=y
CONFIG_STENO_SPLIT_DICT=y
CONFIG_STENO_DICT_LEFT_MAX_SIZE=153600
CONFIG_STENO_DICT_RIGHT_MAX_SIZE=512000
### DEBUG OPTIONS
# CONFIG_ZMK_USB_LOGGING=y
# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000