diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-12 23:48:44 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-09-13 22:33:31 -0400 |
commit | 652bb6ce05254f8168f279396a50b92d7a2182c3 (patch) | |
tree | 0030275fb0d9058ab26945408424bda13bea956f /app/boards/shields/settings_reset/Kconfig.defconfig | |
parent | fb91be5164a5b6ba78b19c7a2597c13ddd992f81 (diff) |
feat(bluetooth): Add new settings_reset shield.
* Easy to build board/image that will clear
saved profile/bond information for a fresh
start for keyboards.
Diffstat (limited to 'app/boards/shields/settings_reset/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/settings_reset/Kconfig.defconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/boards/shields/settings_reset/Kconfig.defconfig b/app/boards/shields/settings_reset/Kconfig.defconfig new file mode 100644 index 0000000..6d050cb --- /dev/null +++ b/app/boards/shields/settings_reset/Kconfig.defconfig @@ -0,0 +1,10 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_SETTINGS_RESET + +config ZMK_KEYBOARD_NAME + default "SETTINGS RESET" + +endif + |