mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #2984 from 5schatten/KVIM_ir_remote
Khadas VIM: enable VIM IR remote in addition to default remotes
This commit is contained in:
commit
7d152ae656
13
packages/sysutils/v4l-utils/keymaps/khadas_vim
Normal file
13
packages/sysutils/v4l-utils/keymaps/khadas_vim
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# table kvim, type: NEC
|
||||||
|
0x14 KEY_POWER
|
||||||
|
0x07 KEY_OK
|
||||||
|
0x03 KEY_UP
|
||||||
|
0x02 KEY_DOWN
|
||||||
|
0x0e KEY_LEFT
|
||||||
|
0x1a KEY_RIGHT
|
||||||
|
0x13 KEY_MENU
|
||||||
|
0x01 KEY_BACK
|
||||||
|
0x0b KEY_VOLUMEUP
|
||||||
|
0x58 KEY_VOLUMEDOWN
|
||||||
|
0x48 KEY_HOME
|
||||||
|
0x5b KEY_CONTEXT_MENU
|
@ -28,3 +28,6 @@
|
|||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
|
||||||
ADDITIONAL_PACKAGES+=" autoscript-amlogic"
|
ADDITIONAL_PACKAGES+=" autoscript-amlogic"
|
||||||
|
|
||||||
|
# add OOTB support for Khadas VIM IR remote
|
||||||
|
IR_REMOTE_KEYMAPS="$IR_REMOTE_KEYMAPS khadas_vim"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user