Add 'Keychron K2 configuration'

Matej Focko 2022-03-13 13:59:05 +01:00
parent 26c51b479d
commit cf51396e25

@ -0,0 +1,19 @@
# Keychron K2 configuration on Linux
## Function keys do not work
To make the change permanent, [[Kernel_modules#Setting_module_options|set]] the `hid_apple` `fnmode` option to 2:
#### `/etc/modprobe.d/hid_apple.conf`
options hid_apple fnmode=2
## Switching Cmd and Alt/AltGr
This will switch the left `Alt` and `Cmd` key as well as the right `Alt`/`AltGr` and `Cmd` key.
Permanent change, taking place at next reboot:
#### `/etc/modprobe.d/hid_apple.conf`
options hid_apple swap_opt_cmd=1
You then need to [[regenerate the initramfs]].