From aee9e4ad12bfd8a3fbabab3b80e6ea03ead2c5e7 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 5 Jul 2023 22:11:33 +0200 Subject: [PATCH] fix scroll wheel net --- ergogen/config.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ergogen/config.yaml b/ergogen/config.yaml index 8dad603..8a9db34 100644 --- a/ergogen/config.yaml +++ b/ergogen/config.yaml @@ -207,12 +207,22 @@ pcbs: what: scrollwheel where: [scrollwheel] params: - from: col5 - to: row4 + from: "{{column_net}}" + to: "{{colrow}}" A: ENCB B: GND C: ENCA D: undefined + rotary: + what: rotary + where: [scrollwheel] + params: + from: "{{colrow}}" + to: "{{column_net}}" + A: ENCA + B: ENCB + C: GND + adjust.rotate: 90 scroll_diode: what: diode where: [scrollwheel] @@ -222,16 +232,6 @@ pcbs: adjust: shift: [-5, 9] rotate: 180 - rotary: - what: rotary - where: [scrollwheel] - params: - from: col5 - to: row4 - A: ENCA - B: ENCB - C: GND - adjust.rotate: 90 promicro: what: promicro where: mcu