Merge pull request #631 from guiksign/Apple_remote

adding Apple Remote Gen2 (https://en.wikipedia.org/wiki/Apple_Remote)
This commit is contained in:
UberGuidoZ 2023-12-19 18:25:48 -08:00 committed by GitHub
commit 1b8db90dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,46 @@
Filetype: IR signals file
Version: 1
#
# Apple Remote Gen2
#
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