diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-11-04 16:56:22 -0500 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-05 14:55:40 -0500 |
commit | a4dc92a2b9e1838287d7f9bf8a8551e8dfdf2864 (patch) | |
tree | 18f1caf941f39f084a08a65becb7f5f816fbdd31 /app/boards/shields/romac_plus/romac_plus.keymap | |
parent | eff1b8223b5010d526914530c5d1d469eff356df (diff) |
refactor: Replace use of `cp` with `kp` for shields.
Diffstat (limited to 'app/boards/shields/romac_plus/romac_plus.keymap')
-rw-r--r-- | app/boards/shields/romac_plus/romac_plus.keymap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/boards/shields/romac_plus/romac_plus.keymap b/app/boards/shields/romac_plus/romac_plus.keymap index d8d1f78..2c1929d 100644 --- a/app/boards/shields/romac_plus/romac_plus.keymap +++ b/app/boards/shields/romac_plus/romac_plus.keymap @@ -23,10 +23,10 @@ &kp NUM_7 &kp NUM_8 &kp NUM_9 &kp NUM_4 &kp NUM_5 &kp NUM_6 &kp NUM_1 &kp NUM_2 &kp NUM_3 - &cp M_PLAY &kp NUM_0 &mo 1 + &kp M_PLAY &kp NUM_0 &mo 1 >; - sensor-bindings = <&inc_dec_cp M_NEXT M_PREV>; + sensor-bindings = <&inc_dec_kp M_NEXT M_PREV>; }; nav_layer { |