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.
This commit is contained in:
Pete Johanson
2020-09-12 23:48:44 -04:00
parent fb91be5164
commit 652bb6ce05
6 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_SETTINGS_RESET
def_bool $(shields_list_contains,settings_reset)