summaryrefslogtreecommitdiff
path: root/app/boards/shields/romac_plus
diff options
context:
space:
mode:
authorJoel Spadin <joelspadin@gmail.com>2020-11-18 18:46:59 -0600
committerinnovaker <66737976+innovaker@users.noreply.github.com>2020-12-10 12:05:21 +0000
commit77c16b020e697eb301eeaa955d901e9a3fc6586c (patch)
tree710f4b9a35001eedf8c85b5df36fccb59094a4ef /app/boards/shields/romac_plus
parent2427a4ab3308523200f9419316a10a75f237bb6c (diff)
improvement: upgrade default keymaps
Ran all the default keymaps through the keymap upgrader and manually adjusted alignment.
Diffstat (limited to 'app/boards/shields/romac_plus')
-rw-r--r--app/boards/shields/romac_plus/romac_plus.keymap20
1 files changed, 10 insertions, 10 deletions
diff --git a/app/boards/shields/romac_plus/romac_plus.keymap b/app/boards/shields/romac_plus/romac_plus.keymap
index 2c1929d..039f6eb 100644
--- a/app/boards/shields/romac_plus/romac_plus.keymap
+++ b/app/boards/shields/romac_plus/romac_plus.keymap
@@ -11,7 +11,7 @@
/ {
keymap {
compatible = "zmk,keymap";
-
+
default_layer {
// --------------------------
// | 7 | 8 | 9 |
@@ -20,13 +20,13 @@
// | M_PLAY | 0 | MO(1) |
// --------------------------
bindings = <
- &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
- &kp M_PLAY &kp NUM_0 &mo 1
+ &kp N7 &kp N8 &kp N9
+ &kp N4 &kp N5 &kp N6
+ &kp N1 &kp N2 &kp N3
+ &kp C_PP &kp N0 &mo 1
>;
- sensor-bindings = <&inc_dec_kp M_NEXT M_PREV>;
+ sensor-bindings = <&inc_dec_kp C_NEXT C_PREV>;
};
nav_layer {
@@ -37,10 +37,10 @@
// | _ | _ | _ |
// --------------------------
bindings = <
- &bt BT_CLR &kp HOME &kp PGUP
- &trans &kp END &kp PGDN
- &trans &trans &trans
- &trans &trans &trans
+ &bt BT_CLR &kp HOME &kp PG_UP
+ &trans &kp END &kp PG_DN
+ &trans &trans &trans
+ &trans &trans &trans
>;
sensor-bindings = <&inc_dec_kp A B>;