mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 12:36:18 +00:00
47c07c60ba
* Latest 4.3 changes poorly merged * Build fixes * Squash? * Fix ppsspp on switch * Fix video recording, add base stuff for nvv4l2 decoder/encoder, but leave disabled for now * Clean up left over files * Switch: Dont build xpadneo driver, but install configs * FFMpeg: Add back L4T decoder Patches
20 lines
581 B
Plaintext
20 lines
581 B
Plaintext
|
|
# Automatically load the proper keymaps after the Remote Controller device
|
|
# creation.
|
|
#
|
|
# User-defined rules can be stored in /storage/.config/rc_maps.cfg. If that
|
|
# file doesn't exist the default rules from /etc/rc_maps.cfg are used.
|
|
|
|
ACTION=="add", KERNEL=="event*", SUBSYSTEM=="input", SUBSYSTEMS=="rc", ENV{.rc_sysdev}="$id", GOTO="begin"
|
|
GOTO="end"
|
|
|
|
LABEL="begin"
|
|
|
|
ENV{.rc_maps_cfg}="/etc/rc_maps.cfg"
|
|
TEST=="/storage/.config/rc_maps.cfg", ENV{.rc_maps_cfg}="/storage/.config/rc_maps.cfg"
|
|
|
|
RUN+="/usr/bin/ir-keytable -a $env{.rc_maps_cfg} -s $env{.rc_sysdev}"
|
|
|
|
LABEL="end"
|
|
|