Skip to content

Commit

Permalink
fix function layer volume up and down
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoDM committed Nov 29, 2024
1 parent 7756f57 commit cf91149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/shields/swweeep/swweeep.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@

func_layer {
bindings = <
&bootloader &trans &trans &trans &kp K_VOL_UP &trans &kp F7 &kp F8 &kp F9 &kp F10
&kp LGUI &kp LALT &kp LCTL &kp LSHIFT &kp K_VOL_DN &trans &kp F4 &kp F5 &kp F6 &kp F11
&trans &trans &kp C_PLAY_PAUSE &trans &kp C_MUTE &trans &kp F1 &kp F2 &kp F3 &kp F12
&trans &trans &trans &trans &trans &trans
&bootloader &trans &trans &trans &kp C_VOL_UP &trans &kp F7 &kp F8 &kp F9 &kp F10
&kp LGUI &kp LALT &kp LCTL &kp LSHIFT &kp C_VOL_DN &trans &kp F4 &kp F5 &kp F6 &kp F11
&trans &trans &kp C_PLAY_PAUSE &trans &kp C_MUTE &trans &kp F1 &kp F2 &kp F3 &kp F12
&trans &trans &trans &trans &trans &trans
>;
};

Expand Down

0 comments on commit cf91149

Please sign in to comment.