diff --git a/config/corne.keymap b/config/corne.keymap index 02a1274..9083988 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -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 */; @@ -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>;