I switched to SDK. In the zigbee bulb example, the initialization function "zigbee_init" in "zb_nrf_platform.c" is started, which sets the address and role of the device. If I am correct, then for manual configuration you need to enable the "CONFIG_ZB_TEST_MODE_MAC" config. What is the correct way to do this without changing the SDK files? I enabled this option by adding "zephyr_compile_definitions(CONFIG_ZB_TEST_MODE_MAC)" to CMakeList.txt, how is it intended by the developers? I don't know much about CMake.