diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-22 11:06:01 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-22 11:06:01 -0400 |
commit | 55cf9db564e66e2804f2d3f2201c55c3c86a90d7 (patch) | |
tree | 5b3ae3a9631f8e9271a435ed4b3064b1d43f6b71 /app/boards/shields/petejohanson_handwire/keymap/keymap.overlay | |
parent | 8027be106eef7671604695a1a0f0e2828839ceb3 (diff) |
Fix consumer keys w/ refactored behaviors.
Diffstat (limited to 'app/boards/shields/petejohanson_handwire/keymap/keymap.overlay')
-rw-r--r-- | app/boards/shields/petejohanson_handwire/keymap/keymap.overlay | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/app/boards/shields/petejohanson_handwire/keymap/keymap.overlay b/app/boards/shields/petejohanson_handwire/keymap/keymap.overlay index 5da88b8..b294171 100644 --- a/app/boards/shields/petejohanson_handwire/keymap/keymap.overlay +++ b/app/boards/shields/petejohanson_handwire/keymap/keymap.overlay @@ -1,6 +1,5 @@ #include <dt-bindings/zmk/keys.h> #include <behaviors.dtsi> -#include <keymap.h> / { chosen { @@ -18,37 +17,24 @@ default: layer_0 { label = "DEFAULT"; - keys = - < - KC_A MT(MOD_LSFT, KC_B) ZC_NO ZC_NO - CC_RAIS CC_LOWR ZC_NO ZC_NO - >; bindings = < - &reset &kp 0 - &kp 1 &kp 2>; + &cp M_NEXT &mt MOD_LSFT B &trans &trans + &mo 1 &mo 2 &trans &trans>; }; lower: layer_1 { label = "LOWER"; - keys = < - KC_MPLY KC_MNXT ZC_NO ZC_NO - ZC_TRNS ZC_TRNS ZC_NO ZC_NO - >; bindings = < - &reset &kp 0 - &kp 1 &kp 2>; + &cp M_PLAY &cp M_NEXT &trans &trans + &trans &trans &trans &trans>; }; raise: layer_2 { label = "RAISE"; - keys = < - KC_C KC_D ZC_NO ZC_NO - ZC_TRNS ZC_TRNS ZC_NO ZC_NO>; - bindings = < - &reset &kp 0 - &kp 1 &kp 2>; + &kp C &kp D &trans &trans + &trans &kp E &trans &trans>; }; }; }; |