From 3a456223cb67027d066549d995e55535dc3b431e Mon Sep 17 00:00:00 2001 From: Ksign Date: Sat, 16 Dec 2023 11:24:26 +0100 Subject: [PATCH 1/2] 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 From 43ec894a2c94559a7b0d4e35618d676055e4ca5d Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:25:42 -0800 Subject: [PATCH 2/2] Fixed folder name and added description to comment --- {Computer => Computers}/Apple/Apple_Remote_Gen2.ir | 2 ++ 1 file changed, 2 insertions(+) rename {Computer => Computers}/Apple/Apple_Remote_Gen2.ir (96%) diff --git a/Computer/Apple/Apple_Remote_Gen2.ir b/Computers/Apple/Apple_Remote_Gen2.ir similarity index 96% rename from Computer/Apple/Apple_Remote_Gen2.ir rename to Computers/Apple/Apple_Remote_Gen2.ir index 629b552a..23923946 100644 --- a/Computer/Apple/Apple_Remote_Gen2.ir +++ b/Computers/Apple/Apple_Remote_Gen2.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# Apple Remote Gen2 +# name: Main type: parsed protocol: NECext