From 98621537fa0d4ae2cd864effca9fc05166410f48 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Wed, 5 Sep 2018 23:22:39 +0200 Subject: [PATCH] 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 --- distributions/LibreELEC/options | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index 78273bc91f..cb446938e4 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -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" +