metal: enable keyboard LEDs
This commit is contained in:
parent
0e51b9469b
commit
11c10fde70
14 changed files with 188 additions and 22 deletions
|
|
@ -33,6 +33,8 @@ cenum! {
|
|||
LIBINPUT_LED_NUM_LOCK = 1 << 0,
|
||||
LIBINPUT_LED_CAPS_LOCK = 1 << 1,
|
||||
LIBINPUT_LED_SCROLL_LOCK = 1 << 2,
|
||||
LIBINPUT_LED_COMPOSE = 1 << 3,
|
||||
LIBINPUT_LED_KANA = 1 << 4,
|
||||
}
|
||||
|
||||
cenum! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue