Skip to content

Commit

Permalink
Added LSHIFT and LCTRL to raised layer
Browse files Browse the repository at this point in the history
  • Loading branch information
tannakartikey committed May 14, 2024
1 parent ccbd141 commit 17a9331
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/boards/shields/corny/corny.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
raise_layer {
// ------------------------------------------------------------------------------------------------
// | TAB | ! | @ | # | $ | % | | ^ | -/_ | =/+ | ( | ) | BKSP |
// | CTRL | | | | | | | - | = | [ | ] | \ | ` |
// | SHFT | | | | | | | | boot | _ | + | { | } | "|" | ~ |
// | CTRL |LCTRL| | | | | | - | = | [ | ] | \ | ` |
// | SHFT |LSHFT| | | | | | | boot | _ | + | { | } | "|" | ~ |
// | GUI | | SPC | | ENT | | ALT |
bindings = <
&kp TAB &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp MINUS &kp EQUAL &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 LSHFT &trans &trans &trans &trans &trans &none &bootloader &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
&kp TAB &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp MINUS &kp EQUAL &kp LPAR &kp RPAR &kp BSPC
&kp LCTRL &kp LCTRL &trans &trans &trans &trans &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
&kp LSHFT &kp LSHFT &trans &trans &trans &trans &none &bootloader &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
&kp LGUI &trans &kp SPACE &kp RET &trans &kp LALT
>;

Expand Down

0 comments on commit 17a9331

Please sign in to comment.