Skip to content

Commit

Permalink
remove 5col transform from urchin
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Dec 5, 2023
1 parent 656e985 commit 22225e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "../behaviors/mod-morph.dtsi"
#include "../behaviors/mouse.dtsi"

ZMK_LAYER_5COL(qwerty,
ZMK_LAYER(qwerty,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand All @@ -31,7 +31,7 @@ ZMK_LAYER_5COL(qwerty,
// ╰───────────┴─────────────╯ ╰───────────┴─────────────╯
)

ZMK_LAYER_5COL(accent,
ZMK_LAYER(accent,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
XXX XXX &TREM E XXX XXX XXX &TREM I &TREM O &TREM U &KPD ACC_TR
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand All @@ -43,7 +43,7 @@ ZMK_LAYER_5COL(accent,
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

ZMK_LAYER_5COL(symbol,
ZMK_LAYER(symbol,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&kp HASH &kp AT &kp LBRAC &kp RBRAC &kp PLUS XXX &kp TILDS &GRA &kp DLLR XXX
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand All @@ -55,7 +55,7 @@ ZMK_LAYER_5COL(symbol,
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

ZMK_LAYER_5COL(nav,
ZMK_LAYER(nav,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&out OUT_TOG ___ ___ ___ &bt BT_CLR ___ ___ ___ ___ ___
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand All @@ -67,7 +67,7 @@ ZMK_LAYER_5COL(nav,
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

ZMK_LAYER_5COL(nums,
ZMK_LAYER(nums,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&kp F1 &kp F2 &kp F3 &kp F4 &math_pm &math_1_4 &kp N7 &kp N8 &kp N9 &multi_div
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand All @@ -79,7 +79,7 @@ ZMK_LAYER_5COL(nums,
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

ZMK_LAYER_5COL(mouse,
ZMK_LAYER(mouse,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand Down

0 comments on commit 22225e6

Please sign in to comment.