Skip to content

Commit

Permalink
fix: equal and plus
Browse files Browse the repository at this point in the history
  • Loading branch information
pongstr committed Nov 10, 2022
1 parent 9bb05c6 commit b251b09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
14 changes: 7 additions & 7 deletions config/lily58.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
lower_layer {
/** LOWER
* ,-----------------------------------------. ,-----------------------------------------.
* | | | | | | | | | | | - | = | DEL |
* | | | | | | | | | | | - | + | DEL |
* |------+------+------+------+------+------| |------+------+------+------+------+------|
* | | | ↑ | | | | | | | | [ | ] | \ |
* |------+------+------+------+------+------| |------+------+------+------+------+------|
Expand All @@ -60,11 +60,11 @@
*/

bindings = <
&kp GRAVE &trans &trans &trans &trans &trans &trans &trans &trans &kp MINUS &kp EQUAL &kp DEL
&trans &trans &kp UP &trans &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &kp BSLH
&trans &kp LEFT &kp DOWN &kp RIGHT &trans &trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6
&trans &kp K_MUTE &kp K_VOLUME_DOWN &kp K_VOLUME_UP &kp K_PLAY_PAUSE &kp F12 &trans &trans &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&trans &trans &trans &trans &trans &trans &trans &trans
&kp GRAVE &trans &trans &trans &trans &trans &trans &trans &trans &kp MINUS &kp PLUS &kp DEL
&trans &trans &kp UP &trans &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &kp BSLH
&trans &kp LEFT &kp DOWN &kp RIGHT &trans &trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6
&trans &kp K_MUTE &kp K_VOL_DN &kp K_VOL_UP &kp K_PP &kp F12 &trans &trans &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&trans &trans &trans &trans &trans &trans &trans &trans
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
Expand All @@ -73,7 +73,7 @@
raise_layer {
/** RAISE
* ,-----------------------------------------. ,-----------------------------------------.
* | BT0 | BT0 | BT1 | BT2 | BT3 | BT4 | | | | | | |BTCLR |
* | BTCLR| BT0 | BT1 | BT2 | BT3 | BT4 | | | | | | | |
* |------+------+------+------+------+------| |------+------+------+------+------+------|
* | TOG | ON | OFF | | | | | | | | | | |
* |------+------+------+------+------+------| |------+------+------+------+------+------|
Expand Down

0 comments on commit b251b09

Please sign in to comment.