Need help wit a RC Remote

Hi Everyone,

A while ago i bought a MXQ Pro 4k (worst android player ever) :slight_smile:
Now i have a install sd card with
Libreelec ver 20200427213119-b7186bc
Arch: RK322x.arm
i tried to config my remote following this tutorial

i made my own remote.cfg file (cant upload it because i am new user)

table mecool, type: NEC

0x14e KEY_1
0x10d KEY_2
0x10c KEY_3
0x14a KEY_4
0x109 KEY_5
0x108 KEY_6
0x146 KEY_7
0x105 KEY_8
0x104 KEY_9
0x101 KEY_0
0x14c KEY_MENU
0x55 KEY_CHANNELUP
0x15 KEY_CHANNELDOWN
0x118 KEY_VOLUMEUP
0x110 KEY_VOLUMEDOWN
0x111 KEY_HOME
0x150 KEY_RIGHT
0x151 KEY_LEFT
0x116 KEY_UP
0x11a KEY_DOWN
0x113 KEY_ENTER
0x141 KEY_MUTE
0x119 KEY_BACK
0x KEY_INFO
0x44 KEY_STOP
0x08 KEY_PREVIOUSSONG
0x0b KEY_NEXTSONG
0x59 KEY_POWER
0x4a KEY_REWIND
0x48 KEY_FASTFORWARD
0x46 KEY_PLAYPAUSE
0x1f KEY_FAVORITES
0x4d KEY_EPG
0x04 KEY_RECORD
0x51 KEY_ESC
0x143 KEY_RED
0x40 KEY_GREEN
0x00 KEY_YELLOW
0x03 KEY_BLUE
0x01 KEY_LANGUAGE # audio
0x09 KEY_SUBTITLE # subtitle
0x100 KEY_CONTEXT_MENU # mouse
0x11 KEY_COMPOSE # DTV
0x10f KEY_CONFIG # APPS
0x18 KEY_TEXT # BROWSER

I placed this Cfg file into the map
/storage/.config/rc_keymaps

And now i am bit stuck, i need to do this

"You must also create the following file /storage/.config/rc_maps.cfg with the following contents.

meson-ir * YOURMAPNAME"

But i have no idea what i really need to do :smiley:
Can someone please help me out a bit?

Just look under Library\Samples\RC Maps\

Are You running CoreElec or LibreElec ?

Thank you for your reply, sorry for my late reply. Trying to get this running but its not woking.

Libreelec ver 20200427213119-b7186bc
Arch: RK322x.arm

So this is what i have.

In

/storage/.config/rc_keymaps

I have re_maps.cfg with the text

gpio_ir_recv * Remote

in

/storage/.config/rc_keymaps

i have a map with the name: Remote

In

/storage/.config/rc_keymaps/Remote

I have a file: Remote.cgf

With:

table mecool, type: NEC

0x14e KEY_1

0x10d KEY_2

0x10c KEY_3

0x14a KEY_4

0x109 KEY_5

0x108 KEY_6

0x146 KEY_7

0x105 KEY_8

0x104 KEY_9

0x101 KEY_0

0x14c KEY_MENU

0x55 KEY_CHANNELUP

0x15 KEY_CHANNELDOWN

0x118 KEY_VOLUMEUP

0x110 KEY_VOLUMEDOWN

0x111 KEY_HOME

0x150 KEY_RIGHT

0x151 KEY_LEFT

0x116 KEY_UP

0x11a KEY_DOWN

0x113 KEY_ENTER

0x141 KEY_MUTE

0x119 KEY_BACK

0x KEY_INFO

0x44 KEY_STOP

0x08 KEY_PREVIOUSSONG

0x0b KEY_NEXTSONG

0x59 KEY_POWER

0x4a KEY_REWIND

0x48 KEY_FASTFORWARD

0x46 KEY_PLAYPAUSE

0x1f KEY_FAVORITES

0x4d KEY_EPG

0x04 KEY_RECORD

0x51 KEY_ESC

0x143 KEY_RED

0x40 KEY_GREEN

0x00 KEY_YELLOW

0x03 KEY_BLUE

0x01 KEY_LANGUAGE # audio

0x09 KEY_SUBTITLE # subtitle

0x100 KEY_CONTEXT_MENU # mouse

0x11 KEY_COMPOSE # DTV

0x10f KEY_CONFIG # APPS

0x18 KEY_TEXT # BROWSER

​​​​

​

You are asking in CoreElec Forum about LibreElec.
Better ask in LibreElec Forum.

Oke Thanks