Skip to content

Commit

Permalink
Fixing config issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chazragg committed Jan 26, 2024
1 parent a00d9db commit 59545e7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
};

raise_layer {
display-name = "raise";
lower_layer {
display-name = "lower";
// TODO: Some binds are waiting for shifted keycode support.
// ------------------------------------------------------------------------------------------------------------
// | | F1 | F2 | F3 | F4 | F5 | | F6 | F7 | F8 | F9 | F10 | F11 |
Expand All @@ -67,9 +67,8 @@

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
};

lower_layer {
display-name = "lower";
raise_layer {
display-name = "raise";
// ------------------------------------------------------------------------------------------------------------
// | BTCLR | BT1 | BT2 | BT3 | BT4 | BT5 | | | | | | | |
// | | INS | PSCR | GUI | | | | PGUP | | ^ | | | |
Expand Down

0 comments on commit 59545e7

Please sign in to comment.