Skip to content

Commit

Permalink
chore: deactivate soft-off combos
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 17, 2024
1 parent 3a31f64 commit 590a2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions behaviors/soft-off.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
hold-time-ms = <3000>;
};

// FIXME: Combos don't work, only central side is turning off
// Soft off left half, active on navigation layer
ZMK_COMBO(off_left, &soft_off, LT3 LT4, NAV)

// ZMK_COMBO(off_left, &soft_off, LT3 LT4, NAV)
// Soft off right half, active on symbols layer
ZMK_COMBO(off_right, &soft_off, RT3 RT4, SYM)
// ZMK_COMBO(off_right, &soft_off, RT3 RT4, SYM)

0 comments on commit 590a2dd

Please sign in to comment.