mirror of
https://github.com/dnlbauer/corax-keyboard.git
synced 2026-09-10 13:15:29 +00:00
fix scroll wheel net
This commit is contained in:
@@ -207,12 +207,22 @@ pcbs:
|
|||||||
what: scrollwheel
|
what: scrollwheel
|
||||||
where: [scrollwheel]
|
where: [scrollwheel]
|
||||||
params:
|
params:
|
||||||
from: col5
|
from: "{{column_net}}"
|
||||||
to: row4
|
to: "{{colrow}}"
|
||||||
A: ENCB
|
A: ENCB
|
||||||
B: GND
|
B: GND
|
||||||
C: ENCA
|
C: ENCA
|
||||||
D: undefined
|
D: undefined
|
||||||
|
rotary:
|
||||||
|
what: rotary
|
||||||
|
where: [scrollwheel]
|
||||||
|
params:
|
||||||
|
from: "{{colrow}}"
|
||||||
|
to: "{{column_net}}"
|
||||||
|
A: ENCA
|
||||||
|
B: ENCB
|
||||||
|
C: GND
|
||||||
|
adjust.rotate: 90
|
||||||
scroll_diode:
|
scroll_diode:
|
||||||
what: diode
|
what: diode
|
||||||
where: [scrollwheel]
|
where: [scrollwheel]
|
||||||
@@ -222,16 +232,6 @@ pcbs:
|
|||||||
adjust:
|
adjust:
|
||||||
shift: [-5, 9]
|
shift: [-5, 9]
|
||||||
rotate: 180
|
rotate: 180
|
||||||
rotary:
|
|
||||||
what: rotary
|
|
||||||
where: [scrollwheel]
|
|
||||||
params:
|
|
||||||
from: col5
|
|
||||||
to: row4
|
|
||||||
A: ENCA
|
|
||||||
B: ENCB
|
|
||||||
C: GND
|
|
||||||
adjust.rotate: 90
|
|
||||||
promicro:
|
promicro:
|
||||||
what: promicro
|
what: promicro
|
||||||
where: mcu
|
where: mcu
|
||||||
|
|||||||
Reference in New Issue
Block a user