Skip to content

Commit

Permalink
rebasing against latest upstream and making minor fix to board orderi…
Browse files Browse the repository at this point in the history
…ng in setup script and default conf file for reviung39 shield
  • Loading branch information
Josh Reynolds committed Mar 7, 2021
1 parent 01b39b0 commit 0f2e662
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/boards/shields/reviung39/reviung39.conf
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/static/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f2e662

Please sign in to comment.