Khadas VIM: enable VIM IR remote in addition to default remotes

This commit is contained in:
5schatten 2018-09-20 16:57:50 +02:00
parent 56eae6877e
commit 12e788d8f2
2 changed files with 16 additions and 0 deletions

View 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

View File

@ -28,3 +28,6 @@
# Space separated list is supported,
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
ADDITIONAL_PACKAGES+=" autoscript-amlogic"
# add OOTB support for Khadas VIM IR remote
IR_REMOTE_KEYMAPS="$IR_REMOTE_KEYMAPS khadas_vim"