diff --git a/config/sofle.conf b/config/sofle.conf index 1745f7b..dd18a83 100644 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -2,13 +2,12 @@ # SPDX-License-Identifier: MIT # Uncomment the following line to enable the Sofle OLED Display -CONFIG_ZMK_DISPLAY=y -CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y -CONFIG_ZMK_WIDGET_LAYER_STATUS=y -CONFIG_ZMK_WIDGET_WPM_STATUS=y -CONFIG_ZMK_WIDGET_BATTERY_STATUS=y +#CONFIG_ZMK_DISPLAY=y # Uncomment these two lines to add support for encoders CONFIG_EC11=y CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y CONFIG_ZMK_KEYBOARD_NAME="Sofle Choc v2.2" + +CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000 # 10m \ No newline at end of file diff --git a/config/west.yml b/config/west.yml index 379d291..a26c7fd 100644 --- a/config/west.yml +++ b/config/west.yml @@ -2,10 +2,12 @@ manifest: remotes: - name: zmkfirmware url-base: https://github.com/zmkfirmware + - name: infused-kim + url-base: https://github.com/infused-kim projects: - name: zmk - remote: zmkfirmware - revision: main + remote: infused-kim + revision: sofle import: app/west.yml self: path: config