aboutsummaryrefslogtreecommitdiff
path: root/lircd.conf.d/amplifier.conf
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2021-12-22 15:02:39 +0000
committerdakkar <dakkar@thenautilus.net>2021-12-22 15:02:39 +0000
commitf673ed7ed761635e5efe3bc393c9299a35e0a1a7 (patch)
tree46ffebf42880711faf2b5b9f5359b1a2a2daacdd /lircd.conf.d/amplifier.conf
parentnicer error handling (diff)
downloadmedia-control-f673ed7ed761635e5efe3bc393c9299a35e0a1a7.tar.gz
media-control-f673ed7ed761635e5efe3bc393c9299a35e0a1a7.tar.bz2
media-control-f673ed7ed761635e5efe3bc393c9299a35e0a1a7.zip
intergrated IR control
* PWA files * lirc wrapper * lircd config files
Diffstat (limited to 'lircd.conf.d/amplifier.conf')
-rw-r--r--lircd.conf.d/amplifier.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/lircd.conf.d/amplifier.conf b/lircd.conf.d/amplifier.conf
new file mode 100644
index 0000000..85b8cdb
--- /dev/null
+++ b/lircd.conf.d/amplifier.conf
@@ -0,0 +1,35 @@
+begin remote
+
+ name amplifier
+ bits 32
+ flags SPACE_ENC|CONST_LENGTH
+ eps 30
+ aeps 100
+
+ header 8903 4489
+ one 558 1646
+ zero 558 546
+ ptrail 560
+ repeat 8901 2256
+ gap 107251
+ toggle_bit_mask 0x0
+
+ begin codes
+ KEY_VOLUMEDOWN 0x5EA1D827
+ KEY_VOLUMEUP 0x5EA158A7
+ KEY_POWER 0x7E8154AB
+ KEY_HDMI1 0x5EA1E21C
+ KEY_HDMI2 0x5EA152AC
+ KEY_HDMI3 0x5EA1B24C
+ KEY_HDMI4 0x5EA10AF4
+ KEY_AV1 0x5EA1CA34
+ KEY_AV2 0x5EA16A94
+ KEY_AV3 0x5EA19A64
+ KEY_AV4 0x5EA13AC4
+ KEY_AV5 0x5EA1FA04
+ KEY_AUDIO1 0x5EA1A658
+ KEY_AUDIO2 0x5EA116E8
+ KEY_VAUX 0x5EA1AA55
+ end codes
+
+end remote