fix: zmk right side mirrored columns
This commit is contained in:
parent
26eed5d65b
commit
d098402571
2 changed files with 5 additions and 5 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
rows = <4>;
|
rows = <4>;
|
||||||
map = <
|
map = <
|
||||||
RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,5) RC(0,6) RC(0,7) RC(0,8) RC(0,9)
|
RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,5) RC(0,6) RC(0,7) RC(0,8) RC(0,9)
|
||||||
RC(3,0) RC(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(3,7)
|
RC(3,0) RC(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(3,9)
|
||||||
RC(3,1) RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9) RC(3,8)
|
RC(3,1) RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9) RC(3,8)
|
||||||
RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7)
|
RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7)
|
||||||
>;
|
>;
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
|
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&xiao_d 10 GPIO_ACTIVE_HIGH>
|
= <&xiao_d 6 GPIO_ACTIVE_HIGH>
|
||||||
, <&xiao_d 9 GPIO_ACTIVE_HIGH>
|
|
||||||
, <&xiao_d 8 GPIO_ACTIVE_HIGH>
|
|
||||||
, <&xiao_d 7 GPIO_ACTIVE_HIGH>
|
, <&xiao_d 7 GPIO_ACTIVE_HIGH>
|
||||||
, <&xiao_d 6 GPIO_ACTIVE_HIGH>
|
, <&xiao_d 8 GPIO_ACTIVE_HIGH>
|
||||||
|
, <&xiao_d 9 GPIO_ACTIVE_HIGH>
|
||||||
|
, <&xiao_d 10 GPIO_ACTIVE_HIGH>
|
||||||
;
|
;
|
||||||
|
|
||||||
row-gpios
|
row-gpios
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue