Skip to content

Commit

Permalink
ändrade tap-dance för å till q
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-eden committed May 16, 2024
1 parent 5691b7d commit 0097fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&kp FSLH>, <&kp LBKT>;
bindings = <&kp Q>, <&kp LBKT>;
};
td1: tap_dance_nordic_lower {
compatible = "zmk,behavior-tap-dance";
Expand Down Expand Up @@ -69,13 +69,13 @@
bindings = <
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
//│ Q │ W │ E │ R │ T │ │ Y │ U │ I │ O │ P │
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&td0 Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ A │ S │ D │ F │ G │ │ H │ J │ K │ L │ Ö │
HRML( A, S, D, F ) &kp G &kp H HRMR( J, K, L )
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ Z │ X │ C │ V │ B │ │ N │ M │ , ; │ . : │ - _ │
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &td0
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&lt 2 SPACE &lt 4 TAB &lt 3 RETURN &lt 1 BSPC
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
Expand Down

0 comments on commit 0097fd3

Please sign in to comment.