Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Sep 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/sysutils/v4l-utils/keymaps/khadas_vim
@@ -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
3 changes: 3 additions & 0 deletions projects/Amlogic/devices/KVIM/options
Expand Up @@ -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"