diff options
| author | 2022-04-19 06:57:40 +0000 | |
|---|---|---|
| committer | 2022-04-27 09:24:53 +0000 | |
| commit | df6c116b9a681c752f6dcbc2ffe1bbd500e246bb (patch) | |
| tree | cf011fdba8d54b0632b2b89f76d5b812bd422a47 | |
| parent | a63651d43e15856fc26a0dacb77f479965cc621a (diff) | |
Complete Reference RCU keylayout with all buttions
Reference RCU has 2 models with different numbers of keys.
And some keys have multiple HID key IDs used by different
partners.
This change lists all possible HID key values of reference RCU.
Change-Id: I9c3c93c17701f39b415989ccf066744fb314d29c
bug: 229692045
test: manually tested on tm-dev build
| -rw-r--r-- | data/keyboards/Vendor_0957_Product_0001.kl | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/data/keyboards/Vendor_0957_Product_0001.kl b/data/keyboards/Vendor_0957_Product_0001.kl index 13b4096ca82a..54f8808e2285 100644 --- a/data/keyboards/Vendor_0957_Product_0001.kl +++ b/data/keyboards/Vendor_0957_Product_0001.kl @@ -44,33 +44,37 @@ key 10 9 key 11 0 # custom keys -key usage 0x000c019C PROFILE_SWITCH -key usage 0x000c01A2 ALL_APPS key usage 0x000c01BB TV_INPUT + +key usage 0x000c0185 TV_TELETEXT +key usage 0x000c0061 CAPTIONS + +key usage 0x000c01BD INFO +key usage 0x000c0037 PERIOD + +key usage 0x000c0069 PROG_RED +key usage 0x000c006A PROG_GREEN +key usage 0x000c006C PROG_YELLOW +key usage 0x000c006B PROG_BLUE +key usage 0x000c00B4 MEDIA_SKIP_BACKWARD +key usage 0x000c00CD MEDIA_PLAY_PAUSE +key usage 0x000c00B2 MEDIA_RECORD +key usage 0x000c00B3 MEDIA_SKIP_FORWARD + key usage 0x000c022A BOOKMARK +key usage 0x000c01A2 ALL_APPS +key usage 0x000c019C PROFILE_SWITCH + key usage 0x000c0096 SETTINGS key usage 0x000c009F NOTIFICATION + key usage 0x000c008D GUIDE key usage 0x000c0089 TV + key usage 0x000c009C CHANNEL_UP key usage 0x000c009D CHANNEL_DOWN -key usage 0x000c00CD MEDIA_PLAY_PAUSE -key usage 0x000c00B2 MEDIA_RECORD -key usage 0x000c00B4 MEDIA_SKIP_BACKWARD -key usage 0x000c00B3 MEDIA_SKIP_FORWARD -key usage 0x000c0226 MEDIA_STOP key usage 0x000c0077 BUTTON_3 WAKE #YouTube key usage 0x000c0078 BUTTON_4 WAKE #Netflix -key usage 0x000c0079 BUTTON_6 WAKE #Disney+ -key usage 0x000c007A BUTTON_7 WAKE #HBOmax - -key usage 0x00070037 PERIOD -key usage 0x000c01BD INFO -key usage 0x000c0061 CAPTIONS -key usage 0x000c0185 TV_TELETEXT - -key usage 0x000c0069 PROG_RED -key usage 0x000c006A PROG_GREEN -key usage 0x000c006B PROG_BLUE -key usage 0x000c006C PROG_YELLOW
\ No newline at end of file +key usage 0x000c0079 BUTTON_6 WAKE +key usage 0x000c007A BUTTON_7 WAKE
\ No newline at end of file |