From 80d0f7a6f5855bdaed6c3db387b9f7e10b97bfdd Mon Sep 17 00:00:00 2001 From: Josh Reynolds Date: Sun, 7 Mar 2021 10:09:39 -0600 Subject: [PATCH] rebasing against latest upstream and making minor fix to board ordering in setup script and default conf file for reviung39 shield --- app/boards/shields/reviung39/reviung39.conf | 3 --- docs/static/setup.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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.