Skip to content

Commit

Permalink
add more labels...
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermeletta committed Jul 4, 2024
1 parent dd2b1db commit 4160647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
};
left_encoder: encoder_left {
compatible = "alps,ec11";
label = "LEFT_ENCODER";
a-gpios = <&pro_micro_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&pro_micro_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
steps = <80> /* Change this to your encoder's number of detents times 4 */;
Expand Down Expand Up @@ -177,10 +178,13 @@
/ {
combos {
compatible = "zmk,combos";
label = "COMBOS";


// special combo for capital words

combo_caps {
label = "COMBO_CAPS";
timeout-ms = <40>;
key-positions = <35>;
bindings = <&caps_word>;
Expand Down

0 comments on commit 4160647

Please sign in to comment.