Hi there, i'm new to Libreelec, and i have some questions...
I'm moving from a Raspberry pi2 with osmc to a Raspberry pi4 with Libreelec. on this pi2 i was using the remote control from Vero 4k and all was working ok, when i changed to raspberry pi4, i noticed that the remote control wasn't working as should, some keys didn't worked.
Looking at the OSMC forum, i see how to create a new "device" with the configs of the remote:
Code
evdev:input:b0003v2017p1689*
KEYBOARD_KEY_c0226=x
KEYBOARD_KEY_c00cd=p
KEYBOARD_KEY_7002e=volumeup
KEYBOARD_KEY_7002d=volumedown
evdev:input:b0003v2017p1688*
KEYBOARD_KEY_7004a=esc
KEYBOARD_KEY_c0060=i
KEYBOARD_KEY_10084=c
KEYBOARD_KEY_c0226=x
KEYBOARD_KEY_c00cd=p
KEYBOARD_KEY_7002e=volumeup
KEYBOARD_KEY_7002d=volumedown
evdev:input:b0003v2252p1037*
KEYBOARD_KEY_7004a=esc
KEYBOARD_KEY_c0060=i
KEYBOARD_KEY_10084=c
KEYBOARD_KEY_c0226=x
KEYBOARD_KEY_c00cd=p
KEYBOARD_KEY_c00b3=f
KEYBOARD_KEY_c00b4=r
Display More
This should be the osmcrf.hwdb, when i tried to create this file i had no success, how can i create a new profile of peripheral?
After that i have to configure the key mappings, in order to get all the keys working.
Code
(button) = (how Kodi sees it)
Home = escape
Info = i
Up = up
Down = down
Left = left
Right = right
OK = return
Back = browser_back
Menu = c
Play = p
Stop = x
Vol- = volume_down
Vol+ = volume_up
FF = f
RW = r
Display More
Is there any simple way to do this on libreelec?
Thanks in advance