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 /.github/workflows/build.yml | |
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 '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8a711c..02657c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: - lily58_left - lily58_right - romac + - settings_reset include: - board: proton_c shield: clueboard_california |