Skip to content

Commit

Permalink
Merge branch 'main' into soft-off-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Sep 13, 2023
2 parents 7699e0b + 3d3e031 commit bfa4c34
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 bfa4c34

Please sign in to comment.