Skip to content

Commit

Permalink
system76: Fix udev hwdb
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Oct 10, 2023
1 parent 2a8def0 commit fccef5b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
evdev:input:*v0001p*eab54* # thinkpad keyboard
evdev:input:*v0001p*eAB54* # thinkpad keyboard
KEYBOARD_KEY_3a=leftctrl # 0x3a caps
KEYBOARD_KEY_36=tab # 0x36 RShift
KEYBOARD_KEY_0f=pause # 0x0f Tab
Expand All @@ -11,15 +11,15 @@ evdev:input:*v0001p*eab54* # thinkpad keyboard
#evdev:input:*v04FEp* # hhkb hybrid
# KEYBOARD_KEY_700e7=henkan # 0x7e RWin

evdev:input:*v0001p*eab83* # System76 Lemur
evdev:input:*v0001p*eAB83* # System76 Lemur
KEYBOARD_KEY_3a=leftctrl # 0x3a caps
KEYBOARD_KEY_36=tab # 0x36 RShift
KEYBOARD_KEY_0f=pause # 0x0f Tab
KEYBOARD_KEY_b7=insert # 0xb7 Prt Sc
KEYBOARD_KEY_9d=esc # 0x9d RCtrl

# how to
# # 0. check vendor, product, version `cat /proc/bus/input/devices`
# # 0. check vendor, product, version `cat /proc/bus/input/devices`. Alphabets are capitalized
# # 1. check kyecode `sudo evtest`
# # 2. edit `KEYBOARD_KEY_xx=xx`. key name is here https://hal.freedesktop.org/quirk/quirk-keymap-list.txt
# # 3. sudo udevadm hwdb --update
Expand Down

0 comments on commit fccef5b

Please sign in to comment.