Created a self-contained board meant as a sample project on the NRF52 DK. Allows for a super easy starting point for any developer learning ZMK with the development kit.
3 lines
No EOL
121 B
CMake
3 lines
No EOL
121 B
CMake
zephyr_library()
|
|
zephyr_library_sources(custom_runtime_code.c)
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers) |