mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
v4l-utils: add Odroid and Wetek Hub keymaps
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
13
packages/sysutils/v4l-utils/keymaps/odroid
Normal file
13
packages/sysutils/v4l-utils/keymaps/odroid
Normal file
@@ -0,0 +1,13 @@
|
||||
# table odroid, type: NEC
|
||||
0xb2dc KEY_POWER
|
||||
0xb288 KEY_MUTE
|
||||
0xb282 KEY_HOME
|
||||
0xb2ce KEY_OK
|
||||
0xb2ca KEY_UP
|
||||
0xb299 KEY_LEFT
|
||||
0xb2c1 KEY_RIGHT
|
||||
0xb2d2 KEY_DOWN
|
||||
0xb2c5 KEY_MENU
|
||||
0xb29a KEY_BACK
|
||||
0xb281 KEY_VOLUMEDOWN
|
||||
0xb280 KEY_VOLUMEUP
|
||||
13
packages/sysutils/v4l-utils/keymaps/wetek_hub
Normal file
13
packages/sysutils/v4l-utils/keymaps/wetek_hub
Normal file
@@ -0,0 +1,13 @@
|
||||
# table wetek_hub, type: NEC
|
||||
0x77f1 KEY_POWER
|
||||
0x77f2 KEY_HOME
|
||||
0x77f3 KEY_MUTE
|
||||
0x77f4 KEY_UP
|
||||
0x77f5 KEY_DOWN
|
||||
0x77f6 KEY_LEFT
|
||||
0x77f7 KEY_RIGHT
|
||||
0x77f8 KEY_OK
|
||||
0x77f9 KEY_BACK
|
||||
0x77fa KEY_MENU
|
||||
0x77fb KEY_VOLUMEUP
|
||||
0x77fc KEY_VOLUMEDOWN
|
||||
@@ -95,5 +95,8 @@ post_makeinstall_target() {
|
||||
# use combined multi-table on MCE receivers
|
||||
# * rc-rc6-mce rc6_mce
|
||||
* rc-rc6-mce libreelec_multi
|
||||
# additional non-upstreamed keymaps
|
||||
* rc-odroid odroid
|
||||
* rc-wetek-hub wetek_hub
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user