Skip to content

Commit

Permalink
Fix brightness keys on mac (#1)
Browse files Browse the repository at this point in the history
Use F14 and F15 because `C_BRIGHTNESS_DEC` and `C_BRIGHTNESS_INC` do not work
  • Loading branch information
ali committed Apr 24, 2024
1 parent e55157e commit 80113ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/slicemk_ergodox.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
bindings = <
&bootloader
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &trans &to 0 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &trans
&kp CAPS &trans &trans &trans &trans &trans &trans &trans &kp F11 &kp F12 &kp F13 &kp C_BRIGHTNESS_DEC &kp C_BRIGHTNESS_INC &trans
&kp CAPS &trans &trans &trans &trans &trans &trans &trans &kp F11 &kp F12 &kp F13 &kp F14 &kp F15 &trans
&trans &kp C_VOL_DN &kp C_VOL_UP &kp C_MUTE &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&trans &kp C_PREV &kp C_NEXT &kp C_PP &trans &trans &none &none &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &none
Expand Down

0 comments on commit 80113ab

Please sign in to comment.