feat(core): Process log every 100ms

This commit is contained in:
Xudong Zheng 2023-02-24 18:16:18 -05:00
parent ed280c29a1
commit 50aa95e530

View file

@ -469,6 +469,9 @@ if ZMK_USB_LOGGING || ZMK_RTT_LOGGING
config LOG_BUFFER_SIZE
default 8192
config LOG_PROCESS_THREAD_SLEEP_MS
default 100
#ZMK_USB_LOGGING || ZMK_RTT_LOGGING
endif