removed evremap for keychron
This commit is contained in:
parent
e4e79cb1cf
commit
f3bcacf369
3 changed files with 1 additions and 43 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
# The name of the device to remap.
|
|
||||||
# Run `sudo evremap list-devices` to see the devices available
|
|
||||||
# on your system.
|
|
||||||
device_name = "Keychron Keychron Link Keyboard"
|
|
||||||
|
|
||||||
# If you have multiple devices with the same name, you can optionally
|
|
||||||
# specify the `phys` value that is printed by the `list-devices` subcommand
|
|
||||||
# phys = "usb-0000:07:00.3-2.1.1/input0"
|
|
||||||
|
|
||||||
# Configure CAPSLOCK as a Dual Role key.
|
|
||||||
# Holding it produces LEFTCTRL, but tapping it
|
|
||||||
# will produce ESC.
|
|
||||||
# Both `tap` and `hold` can expand to multiple output keys.
|
|
||||||
[[dual_role]]
|
|
||||||
input = "KEY_CAPSLOCK"
|
|
||||||
hold = ["KEY_LEFTMETA"]
|
|
||||||
tap = ["KEY_ESC"]
|
|
||||||
|
|
||||||
[[remap]]
|
|
||||||
input = ["KEY_RIGHTCTRL"]
|
|
||||||
output = ["KEY_LEFTMETA"]
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
# The name of the device to remap.
|
|
||||||
# Run `sudo evremap list-devices` to see the devices available
|
|
||||||
# on your system.
|
|
||||||
device_name = "Keychron Keychron Link Keyboard"
|
|
||||||
|
|
||||||
# If you have multiple devices with the same name, you can optionally
|
|
||||||
# specify the `phys` value that is printed by the `list-devices` subcommand
|
|
||||||
# phys = "usb-0000:07:00.3-2.1.1/input0"
|
|
||||||
|
|
||||||
# Configure CAPSLOCK as a Dual Role key.
|
|
||||||
# Holding it produces LEFTCTRL, but tapping it
|
|
||||||
# will produce ESC.
|
|
||||||
# Both `tap` and `hold` can expand to multiple output keys.
|
|
||||||
[[dual_role]]
|
|
||||||
input = "KEY_CAPSLOCK"
|
|
||||||
hold = ["KEY_LEFTMETA"]
|
|
||||||
tap = ["KEY_ESC"]
|
|
||||||
|
|
||||||
[[remap]]
|
|
||||||
input = ["KEY_RIGHTCTRL"]
|
|
||||||
output = ["KEY_LEFTMETA"]
|
|
||||||
|
|
@ -37,7 +37,7 @@ device {
|
||||||
}
|
}
|
||||||
|
|
||||||
device {
|
device {
|
||||||
name = keychron--keychron-link--keyboard
|
name = keychron-keychron-q10-max
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_variant = altgr-intl
|
kb_variant = altgr-intl
|
||||||
kb_options = fkeys:basic_13-24
|
kb_options = fkeys:basic_13-24
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue