Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-savard authored Dec 15, 2022
1 parent 6e7bb4d commit 218f0b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ Paste the following into the window:

```shell
[Unit]
Description=Disables media keys for the Keychron K2 and enables function keys
Description=Disable media keys and substitute in function keys

[Service]
Type=oneshot
Type=simple
RemainAfterExit=yes
ExecStart=/bin/bash -c "echo 0 > /sys/module/hid_apple/parameters/fnmode"
ExecStop=/bin/bash -c "echo 1 > /sys/module/hid_apple/parameters/fnmode"

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 218f0b6

Please sign in to comment.