From 64aac2a020861dd6680b3016c2aeceeed3bbf886 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 3 May 2022 12:25:17 -0400 Subject: [PATCH] add some dev notes --- DEVELOPMENT.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 DEVELOPMENT.md diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..18055e2 --- /dev/null +++ b/DEVELOPMENT.md @@ -0,0 +1,19 @@ +# Developing ARDUX for ZMK + +## Work In Progress + +The below is a work in progress. Don't be surprised if there are quirks in the information provided below. PRs are welcome. + +## Misc Notes + +``` + +KiTTY has an auto reconnect option, but it's not fast enough to catch the first few messages + +There's a Kconfig setting to delay starting the logging thread. + +Set it a tad higher, should let you catch first log messages. + +LOG_PROCESS_THREAD_STARTUP_DELAY_MS is the setting. + +```