options: define which IR remotes are supported out-of-the-box

By default Microsoft MCE, Xbox 360 and Xbox One remotes
are enabled for all devices.

Projects and devices can override or extend this via their
options files.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-09-05 23:22:39 +02:00
parent 30ad626808
commit 98621537fa

View File

@ -218,3 +218,10 @@
# Settings package name - blank if not required
DISTRO_PKG_SETTINGS="LibreELEC-settings"
# IR remote protocols supported in default config
IR_REMOTE_PROTOCOLS="RC6 NEC"
# IR remote keymaps supported in default config
IR_REMOTE_KEYMAPS="rc6_mce xbox_360 xbox_one"