docs: update reference/keyboard-mapping
This commit is contained in:
parent
0540dc0927
commit
03bc946bc9
|
@ -2,7 +2,7 @@
|
|||
title: Keyboard Mapping
|
||||
description: Changing keyboard mapping at the hwdb level
|
||||
published: true
|
||||
date: 2024-03-07T22:50:17.227Z
|
||||
date: 2024-03-09T03:27:27.730Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-03-07T22:50:15.696Z
|
||||
|
@ -30,7 +30,7 @@ The code you will need to use in the udev hwdb config file is the `MSC_SCAN` val
|
|||
|
||||
## Get Hardware ID
|
||||
|
||||
Next you will need the hardware Vendor and Product ids from `lsusb(1)`. These are two sets of four hexidecimal digits separated by a colon (:) printed right before the device name.
|
||||
Next you will need the hardware Vendor and Product ids from `lsusb(1)`. These are two sets of four hexidecimal digits separated by a colon (`:`) printed right before the device name.
|
||||
|
||||
```
|
||||
Bus 001 Device 005: ID 258a:1006 <keyboard name here>
|
||||
|
|
Loading…
Reference in New Issue