zmk/app/boards/arm/nrf52dk_nrf52832/CMakeLists.txt
Michael Len 55bb6dbdea Added a board based on the NRF52 DK
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.
2022-10-27 21:01:31 -07:00

3 lines
No EOL
121 B
CMake

zephyr_library()
zephyr_library_sources(custom_runtime_code.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)