diff options
Diffstat (limited to 'app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay')
-rw-r--r-- | app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay b/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay index 7540022..406b014 100644 --- a/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay +++ b/app/boards/shields/petejohanson_proton_handwire/keymap/keymap.overlay @@ -19,24 +19,24 @@ label = "DEFAULT"; bindings = < - &reset &kp A - &kp B &kp C>; + &to 1 &kp A + &to 2 &kp C>; }; lower: layer_1 { label = "LOWER"; bindings = < - &reset &kp D - &kp F &kp E>; + &trans &kp D + &trans &kp E>; }; raise: layer_2 { label = "RAISE"; bindings = < - &reset &kp I - &kp G &kp H>; + &trans &kp I + &trans &kp H>; }; }; }; |