diff options
author | Derek <dschmell91@gmail.com> | 2020-08-16 08:45:22 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-16 08:45:22 -0400 |
commit | e554cbcbc3e7a27244702f2aafef6d82ee89f16e (patch) | |
tree | eaea9d6764640086997f9edc0b81197b01170c04 /docs/static | |
parent | 68da92f4ddb9fab9bc5cc92c96b50578f7b66266 (diff) | |
parent | ba1cde94a80e7ecaf8e2a8373b08eb65ef820285 (diff) |
Merge branch 'boards/bluemicro52840_v1' of https://github.com/Na-Cly/zmk into boards/bluemicro52840_v1
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index ca223a8..c4a4f61 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -11,7 +11,7 @@ title="ZMK Config Setup:" # TODO: Check for user.name and user.email git configs being set prompt="Pick an MCU board:" -options=("nice!nano" "QMK Proton-C" "bluemicro52840_v1") +options=("nice!nano" "QMK Proton-C" "BlueMicro52840 (v1)") echo "$title" echo "" |