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:
parent
f03e29ca13
commit
1425d0f2d9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
&default_transform {
|
||||
col-offset = <5>;
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&five_column_transform {
|
||||
|
|
Loading…
Add table
Reference in a new issue