Skip to content

Commit

Permalink
add colemak to combos
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jan 11, 2024
1 parent 2ed9102 commit 71c15b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions behaviors/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,37 +25,37 @@
***********************/

// CUT - Ctrl + X, active on base layer
ZMK_COMBO(cut, &kp LC(X), LB3 LB4, DEF)
ZMK_COMBO(cut, &kp LC(X), LB3 LB4, DEF COL)

// COPY - Ctrl + C, active on base layer
ZMK_COMBO(copy, &kp LC(C), LB2 LB3, DEF)
ZMK_COMBO(copy, &kp LC(C), LB2 LB3, DEF COL)

// PASTE - Ctrl + V, active on all layers
ZMK_COMBO(paste, &kp LC(V), LB1 LB2, DEF)
ZMK_COMBO(paste, &kp LC(V), LB1 LB2, DEF COL)

// PRINT SCREEN - PrintScreen, active on base layer
ZMK_COMBO(printscreen, &kp PRINTSCREEN, RT3 RT4, DEF)
ZMK_COMBO(printscreen, &kp PRINTSCREEN, RT3 RT4, DEF COL)

// CAPS WORD - Both HR Shifts, active on base & accent layers
ZMK_COMBO(capsword, &caps_word, LM1 RM1, DEF ACC)
ZMK_COMBO(capsword, &caps_word, LM1 RM1, DEF ACC COL)

// CAPS LOCK - Both HR Controls, active on base & accent layers
ZMK_COMBO(capslock, &kp CAPSLOCK, LM2 RM2, DEF ACC)
ZMK_COMBO(capslock, &kp CAPSLOCK, LM2 RM2, DEF ACC COL)

// TMUX Prefix - active on base layer
ZMK_COMBO(tmux, &kp TMUX, LM2 LM3, DEF, HR_TIMEOUT)
ZMK_COMBO(tmux, &kp TMUX, LM2 LM3, DEF COL, HR_TIMEOUT)

// TMUX Command - active on base layer
ZMK_COMBO(tmux_cmd, &TMUX_CMD, LM2 LM3 RM4, DEF, HR_TIMEOUT)
ZMK_COMBO(tmux_cmd, &TMUX_CMD, LM2 LM3 RM4, DEF COL, HR_TIMEOUT)

// TMUX New Session - active on base layer
ZMK_COMBO(tmux_session, &TMUX_SESSION, LM2 LM3 LM4, DEF, HR_TIMEOUT)
ZMK_COMBO(tmux_session, &TMUX_SESSION, LM2 LM3 LM4, DEF COL, HR_TIMEOUT)

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

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

/***********************
SYMBOL LAYER
Expand Down
4 changes: 2 additions & 2 deletions behaviors/combos_34.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
THUMBS
***********************/

// TAB - Right thumbs, active on base layer
ZMK_COMBO(tab_34, &kp TAB, RH0 RH1, DEF)
// TAB - Right thumbs, active on base and Colemak layers
ZMK_COMBO(tab_34, &kp TAB, RH0 RH1, DEF COL)

// COLEMAK - Inner thumbs, active on base layer
ZMK_COMBO(colemak_34, &to COL, LH0 RH0, DEF)
Expand Down
4 changes: 2 additions & 2 deletions behaviors/combos_36.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
THUMBS
***********************/

// TAB - Inner right thumbs, active on base layer
ZMK_COMBO(tab, &kp TAB, RH0 RH1, DEF)
// TAB - Inner right thumbs, active on base and Colemak layers
ZMK_COMBO(tab, &kp TAB, RH0 RH1, DEF COL)

// COLEMAK - Inner thumbs, active on base layer
ZMK_COMBO(colemak, &to COL, LH0 RH0, DEF)
Expand Down

0 comments on commit 71c15b8

Please sign in to comment.