Skip to content

Commit

Permalink
game layer combo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Dec 29, 2023
1 parent ba0f4e8 commit 4996715
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion behaviors/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ ZMK_COMBO(tmux_cmd, &TMUX_CMD, LM2 LM3 RM4, DEF, HR_TIMEOUT)
// TMUX New Session - active on base layer
ZMK_COMBO(tmux_session, &TMUX_SESSION, LM2 LM3 LM4, DEF, HR_TIMEOUT)

// To Mouse Layer - active on base layer
// Toggle Mouse Layer - active on base and mouse layers
ZMK_COMBO(toggle_mouse, &tog MOU, LT1 LT4, DEF MOU)

// Toggle Game Layer - active on base and game layer
ZMK_COMBO(toggle_mouse, &tog MOU, RT1 RT4, DEF GAM)

/***********************
SYMBOL LAYER
***********************/
Expand Down

0 comments on commit 4996715

Please sign in to comment.