diff options
author | Joel Spadin <joelspadin@gmail.com> | 2020-11-18 18:46:59 -0600 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-10 12:05:21 +0000 |
commit | 77c16b020e697eb301eeaa955d901e9a3fc6586c (patch) | |
tree | 710f4b9a35001eedf8c85b5df36fccb59094a4ef /app/boards/shields/romac | |
parent | 2427a4ab3308523200f9419316a10a75f237bb6c (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')
-rw-r--r-- | app/boards/shields/romac/romac.keymap | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/app/boards/shields/romac/romac.keymap b/app/boards/shields/romac/romac.keymap index 31e1ce8..e48368a 100644 --- a/app/boards/shields/romac/romac.keymap +++ b/app/boards/shields/romac/romac.keymap @@ -11,7 +11,7 @@ / { keymap { compatible = "zmk,keymap"; - + default_layer { // ------------------- // | 7 | 8 | 9 | @@ -20,10 +20,10 @@ // | MO(1) | 0 | . | // ---------------------- 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 - &mo 1 &kp NUM_0 &kp DOT + &kp N7 &kp N8 &kp N9 + &kp N4 &kp N5 &kp N6 + &kp N1 &kp N2 &kp N3 + &mo 1 &kp N0 &kp DOT >; }; @@ -35,13 +35,12 @@ // | _ | _ | RET | // ----------------------- bindings = < - &bt BT_NXT &kp HOME &kp PGUP - &bt BT_PRV &kp END &kp PGDN - &bt BT_CLR &trans &trans + &bt BT_NXT &kp HOME &kp PG_UP + &bt BT_PRV &kp END &kp PG_DN + &bt BT_CLR &trans &trans &trans &trans &kp RET >; }; }; }; - |