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:
CvH 2018-09-28 07:30:03 +02:00 committed by GitHub
commit 7d152ae656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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, # 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"