Open amacleod opened 4 weeks ago
ZMK is moving towards preferring physical-layout over matrix-transform, and for builds that include ZMK Studio, physical-layout is required (see https://github.com/zmkfirmware/zmk/commit/7276fd525ff90a82444a9c6e8e29906bb124fa53).
physical-layout
matrix-transform
In order to make it easier for people to add ZMK Studio to their firmware builds, and to set a good example, the Corne 5-column configuration should switch to using chosen { zmk,physical-layout = &foostan_corne_5col_layout; };
chosen { zmk,physical-layout = &foostan_corne_5col_layout; };
ZMK is moving towards preferring
physical-layout
overmatrix-transform
, and for builds that include ZMK Studio,physical-layout
is required (see https://github.com/zmkfirmware/zmk/commit/7276fd525ff90a82444a9c6e8e29906bb124fa53).In order to make it easier for people to add ZMK Studio to their firmware builds, and to set a good example, the Corne 5-column configuration should switch to using
chosen { zmk,physical-layout = &foostan_corne_5col_layout; };