Skip to content
#

bluetooth

Here are 3,212 public repositories matching this topic...

infused-kim
infused-kim commented May 4, 2022

This is regarding this page:
https://zmk.dev/docs/development/build-flash

If you follow the instructions there, west build re-compiles most code (even if it hasn't been changed) on each build leading to a very long build time.

But you can dramatically reduce it by doing an initial build with all the extra parameters like:

west build -d build/sofle/left -b nice_nano_v2 -- -DSHIELD=sofl
documentation enhancement good first issue

Improve this page

Add a description, image, and links to the bluetooth topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bluetooth topic, visit your repo's landing page and select "manage topics."

Learn more