diff --git a/config/sofle.keymap b/config/sofle.keymap index e448a42..b031ae1 100644 --- a/config/sofle.keymap +++ b/config/sofle.keymap @@ -19,23 +19,6 @@ }; / { - behaviors { - tdrstl { - compatible = "zmk,behavior-tap-dance"; - label = "left F5 / reset"; - #binding_cells = <0>; - tapping_term_ms = <200>; - bindings = <&kp F5>, <&reset>; - }; - tdrstr { - compatible = "zmk,bhavior-tap-dance"; - label "right F6 / reset"; - #binding_cells = <0>; - tapping_term_ms = <0>; - bindings = <&kp F6>, <&reset>; - } - - }; keymap { compatible = "zmk,keymap"; @@ -62,18 +45,18 @@ lower_layer { // TODO: Some binds are waiting for shifted keycode support. // ---------------------------------------------------------------------------------------------------------- - // | RST | F1 | F2 | F3 | F4 |F5/rst| |F6/rst| F7 | F8 | F9 | F10 | F11 | + // | | F1 | F2 | F3 | F4 |F5/rst| |F6/rst| F7 | F8 | F9 | F10 | F11 | // | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | F12 | // | | ! | @ | # | $ | % | | ^ | & | * | ( | ) | | | // | | = | - | + | { | } | | | | [ | ] | ; | : | \ | - | // | | | | | VCC | | | | | | | bindings = < - &reset &kp F1 &kp F2 &kp F3 &kp F4 &tdrstl &tdrstr &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 + &trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp F12 &trans &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp KP_MULTIPLY &kp LPAR &kp RPAR &kp PIPE &trans &kp EQUAL &kp MINUS &kp KP_PLUS &kp LBRC &kp RBRC &trans &trans &kp LBKT &kp RBKT &kp SEMI &kp COLON &kp BSLH &kp MINUS - &trans &trans &trans &trans &ext_power EP_TOG &trans &trans &trans &trans + &trans &trans &trans &trans &ext_power EP_TOG &trans &trans &trans &trans &trans >; sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp RIGHT LEFT>;