Skip to content

Commit

Permalink
soft off
Browse files Browse the repository at this point in the history
  • Loading branch information
EricNeiman committed May 6, 2024
1 parent 8a5ec6e commit 21762a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions config/sofle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
# Uncomment the line below to disable external power toggling by the underglow.
# By default toggling the underglow on and off also toggles external power
# on and off. This also causes the display to turn off.
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y

CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
CONFIG_ZMK_PM_SOFT_OFF=y
4 changes: 2 additions & 2 deletions config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
display-name = "lower";
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&trans &trans &kp UP &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &kp UP &trans &trans &trans &trans &trans &trans &trans &kp PSCRN &trans
&trans &kp LEFT &kp DOWN &kp RIGHT &trans &trans &trans &trans &trans &trans &trans &trans
&kp CAPS &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &ctrl_shift_esc &trans &trans &trans &trans &ctrl_shift_r &kp MINUS &kp EQUAL
Expand All @@ -118,7 +118,7 @@
adjust_layer {
display-name = "adjust";
bindings = <
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR &none &none &none &none &none &ext_power EP_ON
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR &soft_off &none &none &none &none &ext_power EP_ON
&none &rgb_ug RGB_HUD &rgb_ug RGB_HUI &rgb_ug RGB_SAD &rgb_ug RGB_SAI &rgb_ug RGB_EFF &none &none &none &none &none &ext_power EP_OFF
&none &rgb_ug RGB_BRD &rgb_ug RGB_BRI &none &none &rgb_ug RGB_TOG &none &none &none &none &none &ext_power EP_TOG
&none &none &none &none &none &none &none &none &none &none &none &none &none &none
Expand Down

0 comments on commit 21762a4

Please sign in to comment.