/* * Copyright (c) 2023 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include #include LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL); int zmk_settings_erase(void) { LOG_ERR("Settings reset is not implemented for deprecated FCB backend."); return -ENOSYS; }