Update Keymap legends for consistency

This commit is contained in:
Kristoffer Onias 2020-09-23 16:37:46 -07:00
parent 9fffebd5da
commit 641524b1b9
2 changed files with 22 additions and 24 deletions

View File

@ -36,7 +36,6 @@ RC(3,0) RC(3,1) RC(3,2)
, <&pro_micro_d 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro_d 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;
};
left_encoder: encoder_left {
@ -52,7 +51,6 @@ RC(3,0) RC(3,1) RC(3,2)
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder>;
};
// TODO: per-key RGB node(s)?
};

View File

@ -13,37 +13,37 @@
compatible = "zmk,keymap";
default_layer {
// -------------------
// | 7 | 8 | 9 |
// | 4 | 5 | 6 |
// | 1 | 2 | 3 |
// | MO(1) | 0 | . |
// ----------------------
// --------------------------
// | 7 | 8 | 9 |
// | 4 | 5 | 6 |
// | 1 | 2 | 3 |
// | 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
&cp M_PLAY &kp NUM_0 &kp DOT
&cp M_PLAY &kp NUM_0 &mo 1
>;
sensor-bindings = <&inc_dec_cp M_NEXT M_PREV>;
};
// nav_layer {
// -----------------------
// | BT_CLR | HOME | PGUP |
// | _ | END | PGDN |
// | _ | _ | _ |
// | _ | _ | RET |
// -----------------------
// bindings = <
// &bt BT_CLR &kp HOME &kp PGUP
// &trans &kp END &kp PGDN
// &trans &trans &trans .0
// &trans &trans &kp RET
// >;
nav_layer {
// --------------------------
// | BT_CLR | HOME | PGUP |
// | _ | END | PGDN |
// | _ | _ | _ |
// | _ | _ | _ |
// --------------------------
bindings = <
&bt BT_CLR &kp HOME &kp PGUP
&trans &kp END &kp PGDN
&trans &trans &trans
&trans &trans &trans
>;
// sensor-bindings = <&inc_dec_kp A B>;
// };
sensor-bindings = <&inc_dec_kp A B>;
};
};
};