1
0
Fork 0

add some dev notes

This commit is contained in:
KemoNine 2022-05-03 12:25:17 -04:00
parent 4588f5e3bd
commit 64aac2a020

19
DEVELOPMENT.md Normal file
View file

@ -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.
```