From f91e113bdaf18be6fc3c9d196cf81165cde3441c Mon Sep 17 00:00:00 2001 From: Tom Maiaroto Date: Sat, 18 Nov 2023 21:35:48 -0800 Subject: [PATCH 1/4] add SMSL RC-8A (for model AO100) --- Audio_Receivers/SMSL/SMSL_RC-8A.ir | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Audio_Receivers/SMSL/SMSL_RC-8A.ir diff --git a/Audio_Receivers/SMSL/SMSL_RC-8A.ir b/Audio_Receivers/SMSL/SMSL_RC-8A.ir new file mode 100644 index 00000000..9a7b1997 --- /dev/null +++ b/Audio_Receivers/SMSL/SMSL_RC-8A.ir @@ -0,0 +1,64 @@ +Filetype: IR signals file +Version: 1 +# +# SMSL RC-8A +# +name: Power +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 01 FE 00 00 +# +name: Vol.up +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 0A F5 00 00 +# +name: Vol.down +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 0B F4 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 09 F6 00 00 +# +name: Input +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 07 F8 00 00 +# +name: FN +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 08 F7 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 02 FD 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 06 F9 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 03 FC 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 05 FA 00 00 From 750deb997b8d30c20240ea25017c34f99dc81d4e Mon Sep 17 00:00:00 2001 From: Tom Maiaroto Date: Sat, 18 Nov 2023 21:39:47 -0800 Subject: [PATCH 2/4] add center/select button --- Audio_Receivers/SMSL/SMSL_RC-8A.ir | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Audio_Receivers/SMSL/SMSL_RC-8A.ir b/Audio_Receivers/SMSL/SMSL_RC-8A.ir index 9a7b1997..53f3d06b 100644 --- a/Audio_Receivers/SMSL/SMSL_RC-8A.ir +++ b/Audio_Receivers/SMSL/SMSL_RC-8A.ir @@ -39,6 +39,12 @@ protocol: NECext address: 12 34 00 00 command: 08 F7 00 00 # +name: SELECT +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 04 FB 00 00 +# name: Up type: parsed protocol: NECext From 5c4163a76ae74725f9b1a056b3ec4dd1d81d3ce2 Mon Sep 17 00:00:00 2001 From: Tom Maiaroto Date: Sat, 18 Nov 2023 21:43:13 -0800 Subject: [PATCH 3/4] rename volume buttons to match naming scheme --- Audio_Receivers/SMSL/SMSL_RC-8A.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Audio_Receivers/SMSL/SMSL_RC-8A.ir b/Audio_Receivers/SMSL/SMSL_RC-8A.ir index 53f3d06b..f9de51f0 100644 --- a/Audio_Receivers/SMSL/SMSL_RC-8A.ir +++ b/Audio_Receivers/SMSL/SMSL_RC-8A.ir @@ -9,13 +9,13 @@ protocol: NECext address: 12 34 00 00 command: 01 FE 00 00 # -name: Vol.up +name: Vol_up type: parsed protocol: NECext address: 12 34 00 00 command: 0A F5 00 00 # -name: Vol.down +name: Vol_down type: parsed protocol: NECext address: 12 34 00 00 From 97bc616e63b47a40f4b05568163713f1973dc153 Mon Sep 17 00:00:00 2001 From: Tom Maiaroto Date: Sat, 18 Nov 2023 21:49:29 -0800 Subject: [PATCH 4/4] vol_dn --- Audio_Receivers/SMSL/SMSL_RC-8A.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Audio_Receivers/SMSL/SMSL_RC-8A.ir b/Audio_Receivers/SMSL/SMSL_RC-8A.ir index f9de51f0..612407f6 100644 --- a/Audio_Receivers/SMSL/SMSL_RC-8A.ir +++ b/Audio_Receivers/SMSL/SMSL_RC-8A.ir @@ -15,7 +15,7 @@ protocol: NECext address: 12 34 00 00 command: 0A F5 00 00 # -name: Vol_down +name: Vol_dn type: parsed protocol: NECext address: 12 34 00 00