- Delete suppress_tests.h (unused, replaced by javelin_overrides/unit_test.h) - Delete patches/ dir (orphaned, sed/python used instead) - Delete empty .gitmodules (submodule removed, javelin fetched via west) - Simplify Kconfig: remove unused flags (HEAP_SIZE, USER_DICT_SIZE, ORTHOGRAPHY_CACHE, CONSOLE, TRIGGER — not wired to code yet) - Add .gitignore for __pycache__
9 lines
162 B
Text
9 lines
162 B
Text
menu "Javelin Steno Engine"
|
|
|
|
config ZMK_JAVELIN_STENO
|
|
bool "Enable Javelin steno engine"
|
|
default n
|
|
select CPLUSPLUS
|
|
select LIB_CPLUSPLUS
|
|
|
|
endmenu
|