mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
v4l-utils: add remote config for minix ir remote to libreelec_multi_amlogic
http://minix.com.hk/uploads/images/neo-row-04.jpg this config also makes the power button work on the Neo A3 remote
This commit is contained in:
parent
9fa97c0481
commit
d8c66afe7d
13
packages/sysutils/v4l-utils/keymaps/minix_neo
Normal file
13
packages/sysutils/v4l-utils/keymaps/minix_neo
Normal file
@ -0,0 +1,13 @@
|
||||
# table minix_neo, type: NEC
|
||||
0x118 KEY_POWER
|
||||
0x146 KEY_UP
|
||||
0x116 KEY_DOWN
|
||||
0x147 KEY_LEFT
|
||||
0x115 KEY_RIGHT
|
||||
0x155 KEY_ENTER
|
||||
0x110 KEY_VOLUMEDOWN
|
||||
0x140 KEY_BACK
|
||||
0x114 KEY_VOLUMEUP
|
||||
0x10d KEY_HOMEPAGE
|
||||
0x104 KEY_MENU
|
||||
0x112 KEY_CONFIG
|
@ -98,7 +98,7 @@ post_makeinstall_target() {
|
||||
|
||||
create_multi_keymap libreelec_multi "RC6 NEC" $default_multi_maps
|
||||
create_multi_keymap libreelec_multi_amlogic "RC6 NEC" $default_multi_maps \
|
||||
odroid wetek_hub wetek_play_2
|
||||
odroid wetek_hub wetek_play_2 minix_neo
|
||||
|
||||
# use multi-keymap instead of default one
|
||||
sed -i '/^\*\s*rc-rc6-mce\s*rc6_mce/d' $INSTALL/etc/rc_maps.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user