zmk/app/boards/arm/cyber60/CMakeLists.txt
Stefan Sundin b89fb0ffed started adding cyber60
Update cyber60_defconfig

Update cyber60.dts

Update Kconfig.defconfig

simplifying stuff a bit to make it compile

started implementing matrix

added BT-commands

Update cyber60.dts

cont

Update cyber60.dts

cont

cont

Update cyber60.keymap

Update cyber60.dts

removed personal layout

fixed partition and matrix-issue.
2020-11-13 15:42:07 +01:00

8 lines
286 B
CMake

set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
COMMAND ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/../tools/uf2/utils/uf2conv.py
-c
-b 0x26000
-f 0xADA52840
-o ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.uf2
${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin
)