Debug bisect toggles: STENO_DEBUG_NO_GATT, STENO_DEBUG_NO_EMBED

This commit is contained in:
afiqzudinhadi 2026-07-03 11:02:34 +08:00
parent 9bf21c9db2
commit 404cd2a334
3 changed files with 28 additions and 1 deletions

13
Kconfig
View file

@ -54,6 +54,19 @@ config STENO_CUSTOM_KEYMAP
bool "Custom steno keymap"
default n
config STENO_DEBUG_NO_GATT
bool "Debug: omit the split-dict GATT service"
default n
help
Bisect aid: compile split_dict.c without BT_GATT_SERVICE_DEFINE.
config STENO_DEBUG_NO_EMBED
bool "Debug: skip dictionary blob embed"
default n
help
Bisect aid: embed a 4-byte placeholder instead of the compiled
dictionary blob. Lookups fail cleanly at runtime.
choice STENO_UNICODE_MODE
prompt "Unicode output mode"
default STENO_UNICODE_MODE_NONE