Skip to content

Commit

Permalink
Cleanup layout ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Apr 10, 2024
1 parent 858deb6 commit 9d1d101
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/abyss.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
compatible = "zmk,keymap";

default_layer {
// -----------------------------------------------
// | , | . | P | Y | | F | G | C | R |
// | A | O | E | U | I | | D | H | T | N | S |
// | ' | Q | J | K | | M | W | V | L |
// | TAB | SCP | ESC | | RET | BCP | DEL |
bindings = <
&kp COMMA &kp DOT &kp P &kp Y &kp F &kp G &kp C &kp R
&kp A &kp O &kp E &kp U &kp I &kp D &kp H &kp T &kp N &kp S
&kp SQT &kp Q &kp J &kp K &kp M &kp W &kp V &kp L
&kp TAB &kp SPACE &kp ESC &kp RET &kp BSPC &kp DEL
// ╭─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────╮
&kp COMMA &kp DOT &kp P &kp Y &kp F &kp G &kp C &kp R
//╭─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────╮
&kp A &kp O &kp E &kp U &kp I &kp D &kp H &kp T &kp N &kp S
//├─────────────┼─────────────┼─────────────┼─────────────┼─────────────╯ ╰─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp SQT w&kp Q &kp J &kp K &kp M &kp W &kp V &kp L
//╰───────────────────────────┼─────────────┼─────────────┼─────────────╮ ╭─────────────┼─────────────┼─────────────┼───────────────────────────╯
&kp TAB &kp SPACE &kp ESC &kp RET &kp BSPC &kp DEL
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
};
Expand Down

0 comments on commit 9d1d101

Please sign in to comment.