mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
1.1 KiB
1.1 KiB
Keychron
Table of contents
TL;DR
-
set the keyboard to Windows mode using the side switch
-
hold
Fn + X + Lfor 4 seconds to set the function key row to fn mode -
ensure the
hid_applemodule is loadedsudo modprobe hid_apple # load at boot echo 'hid_apple' | sudo tee /etc/modules-load.d/keychron.conf -
configure the keyboard's fn mode:
echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode # load at boot echo 'options hid_apple fnmode=0' | sudo tee /etc/modprobe.d/keychron.conf