Skip to content

Commit

Permalink
add urchin game layer
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Dec 29, 2023
1 parent cdec76b commit 15a1ac1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,15 @@ ZMK_LAYER(mouse,
&mkp_rg &mkp_lf XXX XXX
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

ZMK_LAYER(game,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&kp TAB &kp Q &kp W &kp E &kp R &mkp_lf &mkp_md &mkp_rg &mwh_tg &kp AL
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&kp SL &kp A &kp S &kp D &kp F &kp N1 &kp N2 &kp N3 &kp N4 &kp N5
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&kp CL &kp Z &kp X &kp C &kp V &kp N6 &kp N7 &kp N8 &kp N9 &kp N0
// ╰───────────┴───────────┴───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┴────────────┴────────────╯
&kp SPACE &kp RETURN &kp ESC &kp M
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

0 comments on commit 15a1ac1

Please sign in to comment.