Skip to content

Commit

Permalink
⌨️ Align Mods (#8)
Browse files Browse the repository at this point in the history
* ⌨️ Align Mods

The Ctrl and Command keys were swapping on layer changes. This stabilizes the location across layers.

* Update Keymap SVGs

* ♻️ Removed redundant keymap diagrams

The keymap diagrams in the configuration file were removed as they were redundant and not synced with the code.

---------

Co-authored-by: jeffwilde <[email protected]>
  • Loading branch information
jeffwilde and jeffwilde authored Jul 8, 2023
1 parent 7af9888 commit 3c0e58b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
26 changes: 4 additions & 22 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
default_layer {
label = "QWERTY";

// --------------------------------------------------------------------------------
// | TAB | Q | W | E | R | T | | Y | U | I | O | P | BKSP |
// | CTRL | A | S | D | F | G | | H | J | K | L | ; | ' |
// | SHFT | Z | X | C | V | B | | N | M | , | . | / | ESC |
// | GUI | LWR | SPC | | ENT | RSE | ALT |

bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
&kp LWIN &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
Expand All @@ -41,34 +35,22 @@
lower_layer {
label = "NUMBER";

// -----------------------------------------------------------------------------------------
// | TAB | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | BKSP |
// | BTCLR| BT1 | BT2 | BT3 | BT4 | BT5 | | LFT | DWN | UP | RGT | | |
// | SHFT | | | | | | | | | | | | |
// | GUI | | SPC | | ENT | | ALT |

bindings = <
&kp TAB &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BSPC
&trans &trans &trans &trans &trans &trans &trans &trans &kp UP &trans &trans &trans
&kp LWIN &trans &trans &trans &trans &trans &trans &trans &kp UP &trans &trans &trans
&kp LSHFT &trans &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp RIGHT &trans &to 3
&kp LGUI &trans &kp SPACE &kp RET &trans &kp RALT
&kp LCTRL &trans &kp SPACE &kp RET &trans &kp RALT
>;
};

raise_layer {
label = "SYMBOL";

// -----------------------------------------------------------------------------------------
// | TAB | ! | @ | # | $ | % | | ^ | & | * | ( | ) | BKSP |
// | CTRL | | | | | | | - | = | [ | ] | \ | ` |
// | SHFT | | | | | | | _ | + | { | } | "|" | ~ |
// | GUI | | SPC | | ENT | | ALT |

bindings = <
&kp TAB &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp KP_MULTIPLY &kp LPAR &kp RPAR &kp BSPC
&kp LCTRL &trans &trans &trans &trans &trans &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
&kp LWIN &trans &trans &trans &trans &trans &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
&kp LSHFT &trans &trans &trans &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
&kp LGUI &trans &kp SPACE &kp RET &trans &kp RALT
&kp LCTRL &trans &kp SPACE &kp RET &trans &kp RALT
>;
};

Expand Down
10 changes: 5 additions & 5 deletions svg/corneish_zen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c0e58b

Please sign in to comment.