From 3a456223cb67027d066549d995e55535dc3b431e Mon Sep 17 00:00:00 2001 From: Ksign Date: Sat, 16 Dec 2023 11:24:26 +0100 Subject: [PATCH] adding Apple Remote Gen2 (https://en.wikipedia.org/wiki/Apple_Remote) --- Computer/Apple/Apple_Remote_Gen2.ir | 44 +++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Computer/Apple/Apple_Remote_Gen2.ir diff --git a/Computer/Apple/Apple_Remote_Gen2.ir b/Computer/Apple/Apple_Remote_Gen2.ir new file mode 100644 index 00000000..629b552a --- /dev/null +++ b/Computer/Apple/Apple_Remote_Gen2.ir @@ -0,0 +1,44 @@ +Filetype: IR signals file +Version: 1 +# +name: Main +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 5D AA 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 02 AA 00 00 +# +name: Play_pause +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 5E AA 00 00 +# +name: Up +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 0B AA 00 00 +# +name: Down +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 0D AA 00 00 +# +name: Left +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 08 AA 00 00 +# +name: Right +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 07 AA 00 00