Skip to content

Commit

Permalink
Added TAB to GAME layer
Browse files Browse the repository at this point in the history
  • Loading branch information
timhansinger committed Nov 27, 2023
1 parent 25c27bf commit 4681c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ ZMK_LAYER(dvorak,

ZMK_LAYER(game,
//╭──────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭──────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭──────╮
X_LT &kp Q &kp W &kp E &kp R &kp T X_MT &kp Y &kp U &kp I &kp O &kp P X_RTG
X_LTG &kp Q &kp W &kp E &kp R &kp T X_MT &kp Y &kp U &kp I &kp O &kp P X_RTG
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
X_LMG &kp A &kp S &kp D &kp F &kp G X_MM &kp H &kp J &kp K &kp L &kp MINUS X_RM
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
Expand Down
3 changes: 2 additions & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
#define X_RH &none // thumb row, right

// Special for GAME layer
#define X_LTG &kp TAB // top row, left, GAME layer
#define X_LMG &kp LSHIFT // middle row, left, GAME layer
#define X_RTG &kp BSPC // top row, right
#define X_RTG &kp BSPC // top row, right, GAME layer

/* activate bluetooth */
#define CONFIG_WIRELESS 1
Expand Down

0 comments on commit 4681c7c

Please sign in to comment.