diff --git a/app/boards/shields/reviung39/reviung39.conf b/app/boards/shields/reviung39/reviung39.conf index 4b452118..289f070b 100644 --- a/app/boards/shields/reviung39/reviung39.conf +++ b/app/boards/shields/reviung39/reviung39.conf @@ -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 diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 36d62bd4..075ba71a 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -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.