rebasing against latest upstream and making minor fix to board ordering in setup script and default conf file for reviung39 shield

This commit is contained in:
Josh Reynolds 2021-03-07 10:09:39 -06:00
parent 06d96dd619
commit 80d0f7a6f5
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,3 @@
# Uncomment the following lines to enable RGB underglow
# CONFIG_ZMK_RGB_UNDERGLOW=y
# CONFIG_WS2812_STRIP=y
# Uncomment the following line to enable deep sleep
# CONFIG_ZMK_SLEEP=y

View file

@ -91,7 +91,7 @@ echo ""
echo "Keyboard Shield Selection:"
prompt="Pick an keyboard:"
options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "Reviung39" "Reviung41" "RoMac" "RoMac+" "makerdiary M60" "Microdox" "TG4X" "QAZ" "NIBBLE" "Jorne" "Jian" "CRBN" "Tidbit" "Eek!" "BFO-9000" "Helix")
options=("Kyria" "Lily58" "Corne" "Splitreus62" "Sofle" "Iris" "Reviung41" "RoMac" "RoMac+" "makerdiary M60" "Microdox" "TG4X" "QAZ" "NIBBLE" "Jorne" "Jian" "CRBN" "Tidbit" "Eek!" "BFO-9000" "Helix" "Reviung39")
PS3="$prompt "
# TODO: Add support for "Other" and linking to docs on adding custom shields in user config repos.