Skip to content

Commit bd20b71

Browse files
committed
Added a script file
1 parent 00c81db commit bd20b71

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

script/keychron.service

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Unit]
2+
Description=The command to make the Keychron K2 work
3+
4+
[Service]
5+
Type=oneshot
6+
ExecStart=echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode
7+
8+
[Install]
9+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)