diff options
author | Aman Gupta <aman@tmm1.net> | 2020-07-16 18:24:33 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2020-07-21 12:12:40 -0700 |
commit | 7b48e4023154c3d4780412acd31a3a114c7c9469 (patch) | |
tree | 279a370564b3e5dcab55a54cbf84af4be73c1bf6 /data/keyboards | |
parent | 6c984953eaaa1cfba860d97b5c49f00b3541225e (diff) |
Add KEYCODE_WINDOW mapping to USB HID Usage consumer page (0x0c/0x67) "Picture-in-Picture Toggle"
cc https://www.usb.org/sites/default/files/ce_devices_0.pdf
Change-Id: Iac94535823fa0a97e1a926d28d6f7376c11b8bf0
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'data/keyboards')
-rw-r--r-- | data/keyboards/Generic.kl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/keyboards/Generic.kl b/data/keyboards/Generic.kl index 9b45d7f04e61..6896d54e6dde 100644 --- a/data/keyboards/Generic.kl +++ b/data/keyboards/Generic.kl @@ -410,6 +410,7 @@ key 580 APP_SWITCH key 582 VOICE_ASSIST # Keys defined by HID usages +key usage 0x0c0067 WINDOW key usage 0x0c006F BRIGHTNESS_UP key usage 0x0c0070 BRIGHTNESS_DOWN |