Skip to content

Commit

Permalink
change up a few keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrepka committed Dec 25, 2024
1 parent 9899165 commit 47a868c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/splitkb_aurora_sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
lower_layer {
// ------------------------------------------------------------------------------------------------------------
// | ` | BT1 | BT2 | BT3 | BT4 | BT5 | | | | | | | BTCLR |
// | F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | F12 |
// | ` | ! | @ | # | $ | % | | ^ | & | * | ( | ) | ~ |
// | F1 | F2 | F3 | F4 | F5 | F6 | | | | | [ | ] | = |
// | F7 | F8 | F9 | F10 | F11 | F12 | | ^ | & | * | ( | ) | ~ |
// | | | | | | | | | | | _ | + | { | } | "|" |
// | | | | | | | | | DELETE| | |
bindings = <
&kp GRAVE &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR &trans &trans &trans &trans &trans
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp GRAVE &kp EXCL &kp AT &kp HASH &kp DOLLAR &kp PRCNT &kp CARET &kp AMPS &kp STAR &kp LPAR &kp RPAR &kp TILDE
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &trans &trans &trans &kp LBKT &kp RBKT &kp EQUAL
&kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &kp CARET &kp AMPS &kp STAR &kp LPAR &kp RPAR &kp TILDE
&trans &ext_power EP_ON &ext_power EP_OFF &ext_power EP_TOG &trans &trans &trans &trans &trans &kp MINUS &kp PLUS &kp LBRC &kp RBRC &kp PIPE
&trans &trans &trans &trans &trans &trans &trans &kp DELETE &trans &trans
>;
Expand All @@ -61,14 +61,14 @@
// -------------------------------------------------------------------------------------------------------------
// | | | | | | | | | | | | |RC_EMOJI|
// | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | |
// | F1 | F2 | F3 | F4 | F5 | F6 | | | <- | v | ^ | -> | |
// | F7 | F8 | F9 | F10 | F11 | F12 | | | | + | - | = | [ | ] | \ |
// | CAPS | | | | | | | | <- | v | ^ | -> | |
// | | | | | | | | | | + | - | = | [ | ] | \ |
// | | | | | | | | | | | |
bindings = <
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &kp LG(LC(SPACE))
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &trans &trans &kp KP_PLUS &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH
&kp CAPS &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &kp KP_PLUS &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>;

Expand Down

0 comments on commit 47a868c

Please sign in to comment.