Skip to content

Commit

Permalink
Fix symbol layer access on ortho bottom row config.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Sep 13, 2023
1 parent 33760df commit 3d3e031
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,16 @@
};
};

// Conditional layer only when we have less thumb keys
#ifdef TBLE_DUAL_2U
cond_layers {
compatible = "zmk,conditional-layers";
tri {
if-layers = <NUM_L NAV_L>;
then-layer = <SYM_L>;
};
};
#endif

keymap {
compatible = "zmk,keymap";
Expand Down

0 comments on commit 3d3e031

Please sign in to comment.