mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-26 17:50:45 +02:00
a32cd668d6
By setting CONFIG_DEBUG, the native_posix builds will not be optimized which makes debugging them much nicer. By setting CONFIG_SYS_CLOCK_TICKS_PER_SEC to 1000, debug prints have a higher resolution and not always show up as multiples of 10ms.