652bb6ce05
* Easy to build board/image that will clear saved profile/bond information for a fresh start for keyboards.
10 lines
159 B
Text
10 lines
159 B
Text
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_SETTINGS_RESET
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "SETTINGS RESET"
|
|
|
|
endif
|
|
|