reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

commit 0ee7fa4a1cc84cec54df888634193d79500ac7f0
parent 8c964b480fa396feb36763617540054eedb875f0
Author: Lukas F. Hartmann <lukas@mntre.com>
Date:   Wed, 19 Jun 2024 17:32:21 +0200

keyboard-fw download-fw: add missing variants

Diffstat:
Mreform2-keyboard-fw/download-fw.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reform2-keyboard-fw/download-fw.sh b/reform2-keyboard-fw/download-fw.sh @@ -23,7 +23,7 @@ function usage { exit 1 } -if [ "$fwver" != "3_US" ] && [ "$fwver" != "2_US" ] && [ "$fwver" != "3" ] && [ "$fwver" != "2" ]; then +if [ "$fwver" != "3_US" ] && [ "$fwver" != "2_US" ] && [ "$fwver" != "3" ] && [ "$fwver" != "2" ] && [ "$fwver" != "3_US-standalone" ] && [ "$fwver" != "2_US-standalone" ] && [ "$fwver" != "3-standalone" ] && [ "$fwver" != "2-standalone" ]; then usage fi