Skip to content

Commit

Permalink
use toggle for Colemak layer
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jan 11, 2024
1 parent 9bc0a03 commit 6c4a025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions behaviors/combos_34.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
// 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)

// QWERTY - Inner thumbs, active on Colemak layer
ZMK_COMBO(qwerty_34, &to DEF, LH0 RH0, COL)
// QWERTY/Colemak - Inner thumbs, active on base and Colemak layers
ZMK_COMBO(colemak_34, &tog COL, LH0 RH0, DEF COL)
7 changes: 2 additions & 5 deletions behaviors/combos_36.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
// 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)

// QWERTY - Inner thumbs, active on Colemak layer
ZMK_COMBO(qwerty, &to DEF, LH0 RH0, COL)
// QWERTY/Colemak - Inner thumbs, active on base and Colemak layers
ZMK_COMBO(colemak, &tog COL, LH0 RH0, DEF COL)

0 comments on commit 6c4a025

Please sign in to comment.