diff options
author | Nigel Rodriguez <anr.rod@gmail.com> | 2020-10-28 06:55:00 +0800 |
---|---|---|
committer | Nigel Rodriguez <anr.rod@gmail.com> | 2020-10-28 06:55:00 +0800 |
commit | 75b7f2a7c52614f21a417a1b6cef255e6aea00ee (patch) | |
tree | 6dfc9dc5e32012b38ac71017d672232d33362b7a | |
parent | 9d624740d9227d8a6bbc2918e782edd3f22145fb (diff) |
Remove bt unpair combo + fix keymap
-rw-r--r-- | app/boards/shields/boardsource3x4/boardsource3x4.keymap | 6 | ||||
-rw-r--r-- | app/boards/shields/boardsource3x4/boardsource3x4.overlay | 6 |
2 files changed, 3 insertions, 9 deletions
diff --git a/app/boards/shields/boardsource3x4/boardsource3x4.keymap b/app/boards/shields/boardsource3x4/boardsource3x4.keymap index 031b7c9..dfeeade 100644 --- a/app/boards/shields/boardsource3x4/boardsource3x4.keymap +++ b/app/boards/shields/boardsource3x4/boardsource3x4.keymap @@ -24,9 +24,9 @@ num_layer { bindings = < - &tog 1 &kp NUM_7 &kp NUM_8 &kp NUM_9 - &mo 2 &kp NUM_4 &kp NUM_5 &kp NUM_6 - < 3 NUM_0 &kp NUM_1 &kp NUM_2 &kp NUM_3 + &trans &kp NUM_7 &kp NUM_8 &kp NUM_9 + &trans &kp NUM_4 &kp NUM_5 &kp NUM_6 + < 3 NUM_0 &kp NUM_1 &kp NUM_2 &kp NUM_3 >; }; diff --git a/app/boards/shields/boardsource3x4/boardsource3x4.overlay b/app/boards/shields/boardsource3x4/boardsource3x4.overlay index d68ac30..ad51794 100644 --- a/app/boards/shields/boardsource3x4/boardsource3x4.overlay +++ b/app/boards/shields/boardsource3x4/boardsource3x4.overlay @@ -28,11 +28,5 @@ , <&pro_micro_d 14 GPIO_ACTIVE_HIGH> , <&pro_micro_d 15 GPIO_ACTIVE_HIGH> ; - }; - - bt_unpair_combo: bt_unpair_combo { - compatible = "zmk,bt-unpair-combo"; - key-positions = <0 11>; - }; };
\ No newline at end of file |