forked from kofal.net/zmk
fix(shields): Fix col-offset for splitkb.com corne
Same column offset for both transforms, since we use the same pins for both, just apply a different transform. Fixes: 1570
This commit is contained in:
committed by
Pete Johanson
parent
f03e29ca13
commit
1425d0f2d9
@@ -40,7 +40,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&default_transform {
|
&default_transform {
|
||||||
col-offset = <5>;
|
col-offset = <6>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&five_column_transform {
|
&five_column_transform {
|
||||||
|
|||||||
Reference in New Issue
Block a user