I noticed that through apply_old_config.h configuration values like NRFX_CLOCK_ENABLED in sdk_config.h simply get overriden by the old CLOCK_ENABLED, so that there is no point to changing NRFX_CLOCK_ENABLED.
What is the intended way to fully switch to the NRFX system and ignore the legacy values?
Should I just delete all the legacy values from sdk_config.h?
Maybe there is a template for such a file somewhere?
Thanks!