Disable ZMK Studio + steno for flash measurement

This commit is contained in:
afiqzudinhadi 2026-06-24 15:11:03 +08:00
parent 937ffb437b
commit 842d2dfac2
3 changed files with 9 additions and 12 deletions

View file

@ -58,8 +58,7 @@ include:
- board: nice_nano_v2 - board: nice_nano_v2
shield: corne_left nice_oled shield: corne_left nice_oled
artifact-name: nice_corne_left_oled_rgb artifact-name: nice_corne_left_oled_rgb
snippet: rgb-config studio-rpc-usb-uart zmk-usb-logging snippet: rgb-config
cmake-args: -DCONFIG_ZMK_USB_LOGGING=y -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
# nice_nano_v2 + nice_oled + RGB (RIGHT) # nice_nano_v2 + nice_oled + RGB (RIGHT)
- board: nice_nano_v2 - board: nice_nano_v2
shield: corne_right nice_oled shield: corne_right nice_oled

View file

@ -68,8 +68,8 @@ CONFIG_ZMK_EXT_POWER=y
### ZMK STUDIO ### ZMK STUDIO
# MC: 2. zmk-studio test START # MC: 2. zmk-studio test START
# https://github.com/zmkfirmware/zmk/blob/main/docs/docs/config/studio.md # https://github.com/zmkfirmware/zmk/blob/main/docs/docs/config/studio.md
CONFIG_ZMK_STUDIO=y CONFIG_ZMK_STUDIO=n
CONFIG_ZMK_STUDIO_LOCKING=n # CONFIG_ZMK_STUDIO_LOCKING=n
# MC: zmk-studio test END # MC: zmk-studio test END
### RGB UNDERGLOW ### RGB UNDERGLOW
@ -126,13 +126,11 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5
# ref: https://zmk.dev/docs/config/system#hid # ref: https://zmk.dev/docs/config/system#hid
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
### JAVELIN STENO ENGINE ### STENO ENGINE (disabled for flash measurement)
CONFIG_ZMK_JAVELIN_STENO=y # CONFIG_ZMK_JAVELIN_STENO=y
CONFIG_ZMK_JAVELIN_STENO_DICT_PLOVER=y # CONFIG_CPLUSPLUS=y
CONFIG_ZMK_JAVELIN_STENO_DICT_LAPWING=n # CONFIG_LIB_CPLUSPLUS=y
CONFIG_CPLUSPLUS=y # CONFIG_HEAP_MEM_POOL_SIZE=32768
CONFIG_LIB_CPLUSPLUS=y
CONFIG_HEAP_MEM_POOL_SIZE=32768
### DEBUG OPTIONS ### DEBUG OPTIONS
# CONFIG_ZMK_USB_LOGGING=y # CONFIG_ZMK_USB_LOGGING=y

View file

@ -45,7 +45,7 @@ manifest:
# javelin steno engine module # javelin steno engine module
- name: zmk-javelin-steno - name: zmk-javelin-steno
remote: afiqzudinhadi remote: afiqzudinhadi
revision: debug/dict-inspect revision: main
# javelin steno engine source (fetched into module's javelin/ dir) # javelin steno engine source (fetched into module's javelin/ dir)
- name: javelin-steno - name: javelin-steno
remote: jthlim remote: jthlim