diff options
author | Akshay <[email protected]> | 2023-01-28 12:32:50 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-28 12:32:50 +0000 |
commit | 8466180d8474ea0e609d375789a2d1f74d379acd (patch) | |
tree | bf541d43ea6dce5cb92e0fe8015efd731cc97bdc | |
parent | efebee917802d0d8a21bcd51e8dec2434217caff (diff) |
rework layer for pala
-rw-r--r-- | config/cradio.keymap | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index fac2b8d..5574fc9 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap | |||
@@ -63,7 +63,7 @@ | |||
63 | key-positions = <0 10 20>; | 63 | key-positions = <0 10 20>; |
64 | bindings = <&tog KRB>; | 64 | bindings = <&tog KRB>; |
65 | }; | 65 | }; |
66 | combo_play { | 66 | combo_draw { |
67 | timeout-ms = <100>; | 67 | timeout-ms = <100>; |
68 | key-positions = <9 19 29>; | 68 | key-positions = <9 19 29>; |
69 | bindings = <&tog PLAY>; | 69 | bindings = <&tog PLAY>; |
@@ -126,12 +126,12 @@ | |||
126 | >; | 126 | >; |
127 | }; | 127 | }; |
128 | 128 | ||
129 | play { | 129 | draw { |
130 | bindings = < | 130 | bindings = < |
131 | &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P | 131 | &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P |
132 | &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp UP &kp K &kp L | 132 | &kp N1 &kp S &kp N3 &mt LCTRL F &kp G &kp H &kp J &kp UP &kp K &kp L |
133 | &kp Z &kp X &kp C &kp V &kp B &kp M &kp LEFT &kp DOWN &kp RIGHT &trans | 133 | &kp Z &kp X &kp C &kp V &kp B &kp M &kp LEFT &kp DOWN &kp RIGHT &trans |
134 | &kp TAB &kp SPC &kp RET &kp BSPC | 134 | &kp R &kp U &kp RET &kp BSPC |
135 | >; | 135 | >; |
136 | }; | 136 | }; |
137 | }; | 137 | }; |