Skip to content

Commit

Permalink
add colemak toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jan 11, 2024
1 parent 1498f49 commit 2ed9102
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions behaviors/combos_34.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "../zmk-nodefree-config/helper.h"
#include "../zmk-nodefree-config/keypos_def/keypos_34keys.h"
#include "./combos.dtsi"
#include "../config/constants.h"

#pragma once

Expand All @@ -13,5 +14,11 @@
THUMBS
***********************/

// TAB - Inner right thumbs, active on all layer
ZMK_COMBO(tab_34, &kp TAB, RH0 RH1, 0)
// TAB - Right thumbs, active on base layer
ZMK_COMBO(tab_34, &kp TAB, RH0 RH1, DEF)

// 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)
11 changes: 9 additions & 2 deletions behaviors/combos_36.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "../zmk-nodefree-config/helper.h"
#include "../zmk-nodefree-config/keypos_def/keypos_36keys.h"
#include "./combos.dtsi"
#include "../config/constants.h"

#pragma once

Expand All @@ -13,5 +14,11 @@
THUMBS
***********************/

// TAB - Inner right thumbs, active on all layer
ZMK_COMBO(tab, &kp TAB, RH0 RH1, 0)
// TAB - Inner right thumbs, active on base layer
ZMK_COMBO(tab, &kp TAB, RH0 RH1, DEF)

// 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)

0 comments on commit 2ed9102

Please sign in to comment.