Skip to content

Commit

Permalink
Fix / swap Game 3/4 momentary layers on Game 1/2
Browse files Browse the repository at this point in the history
  • Loading branch information
coryebner committed Dec 15, 2024
1 parent 0ba2157 commit 847a816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ ZMK_LAYER(game_1,
//├─────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
&kp LALT ___ &kp C ___ &kp V &kp B X_MB ___ ___ ___ ___ ___ X_RB
//├─────────┤ ╰─────────────┼─────────────┴─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┴───────────────────────────╯ ├──────┤
___ &mo GAME_3 ___ X_MH ___ ___ X_RH
___ &mo GAME_4 ___ X_MH ___ ___ X_RH
//╰─────────╯ ╰─────────────┴─────────────╯ ╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯
)

Expand All @@ -371,7 +371,7 @@ ZMK_LAYER(game_2,
//├─────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
&kp LALT ___ &kp Z ___ &kp X &kp 0 X_MB ___ ___ ___ ___ ___ X_RB
//├─────────┤ ╰─────────────┼─────────────┴─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┴───────────────────────────╯ ├──────┤
___ &mo GAME_4 ___ X_MH ___ ___ X_RH
___ &mo GAME_3 ___ X_MH ___ ___ X_RH
//╰─────────╯ ╰─────────────┴─────────────╯ ╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯
)

Expand Down

0 comments on commit 847a816

Please sign in to comment.