diff --git a/app/boards/shields/zmk_uno/boards/nrf52840dk_nrf52840.overlay b/app/boards/shields/zmk_uno/boards/nrf52840dk_nrf52840.overlay index 5f3b9683..5ac7af7c 100644 --- a/app/boards/shields/zmk_uno/boards/nrf52840dk_nrf52840.overlay +++ b/app/boards/shields/zmk_uno/boards/nrf52840dk_nrf52840.overlay @@ -12,15 +12,6 @@ bias-pull-up; }; }; - - qdec_sleep: qdec_sleep { - group1 { - psels = , - ; - bias-pull-up; - low-power-enable; - }; - }; }; // Set up the QDEC hardware based driver and give it the same label as the deleted node. @@ -29,39 +20,5 @@ encoder: &qdec0 { led-pre = <0>; steps = <80>; pinctrl-0 = <&qdec_default>; - pinctrl-1 = <&qdec_sleep>; - pinctrl-names = "default", "sleep"; + pinctrl-names = "default"; }; - -/ { - behaviors { - soft_off: behavior_soft_off { - compatible = "zmk,behavior-soft-off"; - #binding-cells = <0>; - label = "SOFT_OFF"; - status = "okay"; - }; - }; - - wakeup_source: wakeup_source { - compatible = "zmk,wakeup-trigger-key"; - status = "okay"; - - trigger = <&button0>; - wakeup-source; - }; - - soft_off_wakers { - compatible = "zmk,soft-off-wakeup-sources"; - status = "okay"; - - wakeup-sources = <&wakeup_source>; - }; - - soft_off_behavior_key { - compatible = "zmk,behavior-key"; - status = "okay"; - bindings = <&soft_off>; - key = <&button0>; - }; -}; \ No newline at end of file diff --git a/app/boards/shields/zmk_uno/zmk_uno.overlay b/app/boards/shields/zmk_uno/zmk_uno.overlay index cbce0ea9..78f3b4a7 100644 --- a/app/boards/shields/zmk_uno/zmk_uno.overlay +++ b/app/boards/shields/zmk_uno/zmk_uno.overlay @@ -124,7 +124,6 @@ kscan_matrix: kscan_matrix { compatible = "zmk,kscan-gpio-matrix"; - wakeup-source; diode-direction = "col2row"; @@ -142,7 +141,6 @@ kscan_direct: kscan_direct { compatible = "zmk,kscan-gpio-direct"; - wakeup-source; status = "disabled"; input-gpios @@ -157,7 +155,6 @@ kscan_sp3t_toggle: kscan_sp3t_toggle { compatible = "zmk,kscan-gpio-direct"; toggle-mode; - wakeup-source; input-gpios = <&arduino_header 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>