From 8a39569e0d7d95fead3fdb83c8b00c98ce75cebd Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 19 May 2022 07:47:20 -0700 Subject: [PATCH] Adding Rega_IO receiver remote --- Audio Receivers/Rega/Rega_IO.ir | 62 +++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Audio Receivers/Rega/Rega_IO.ir diff --git a/Audio Receivers/Rega/Rega_IO.ir b/Audio Receivers/Rega/Rega_IO.ir new file mode 100644 index 00000000..570a1d9d --- /dev/null +++ b/Audio Receivers/Rega/Rega_IO.ir @@ -0,0 +1,62 @@ +Filetype: IR signals file +Version: 1 +# +name: Vol_up +type: parsed +protocol: RC5 +address: 10 00 00 00 +command: 10 00 00 00 +# +name: Vol_down +type: parsed +protocol: RC5 +address: 10 00 00 00 +command: 11 00 00 00 +# +name: Mute +type: parsed +protocol: RC5 +address: 10 00 00 00 +command: 0D 00 00 00 +# +name: Source +type: parsed +protocol: NEC +address: 6E 00 00 00 +command: 29 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 6E 00 00 00 +command: 08 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 6E 00 00 00 +command: 23 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 6E 00 00 00 +command: 24 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 6E 00 00 00 +command: 30 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 6E 00 00 00 +command: 32 00 00 00 +# +name: Enter +type: parsed +protocol: NEC +address: 6E 00 00 00 +command: 03 00 00 00