From 4160647d3b2026c3bd8e506bcc22526ef6f9df02 Mon Sep 17 00:00:00 2001 From: Roger Meletta Date: Thu, 4 Jul 2024 09:10:46 +0200 Subject: [PATCH] add more labels... --- config/corne.keymap | 4 ++++ 1 file changed, 4 insertions(+) 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>;