Skip to content

Commit

Permalink
refactor: Use physical-layout chosen node.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Oct 25, 2024
1 parent 5ee6d30 commit 3101aeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/lpgalaxy_blank_slate.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

/ {
chosen {
zmk,matrix_transform =
zmk,physical-layout =
#ifdef TBLE_DUAL_2U
&dual_2u_transform;
&layout_ortho_4x12_2x2u;
#elif defined(TBLE_MIT)
&mit_transform;
&layout_ortho_4x12_1x2u;
#else
&ortho_transform;
&layout_ortho_4x12_all1u;
#endif
};

Expand Down

0 comments on commit 3101aeb

Please sign in to comment.