custom IR

This commit is contained in:
2025-09-27 22:35:56 +02:00
parent 98780e5d7f
commit f7d16e0f33
12 changed files with 9712 additions and 39 deletions

View File

@@ -0,0 +1,42 @@
{
"CUSTOM_BF00_AD52": {
"command": "button_1",
"description": "Button 1 (first decoded command)",
"repeatable": false
},
"CUSTOM_BF00_AF50": {
"command": "button_2",
"description": "Button 2 (second decoded command)",
"repeatable": false
},
"CUSTOM_BF00_A956": {
"command": "button_3",
"description": "Button 3 (third decoded command)",
"repeatable": false
},
"CUSTOM_BF00_E51A": {
"command": "button_4",
"description": "Button 4 (fourth decoded command)",
"repeatable": false
},
"CUSTOM_BF00_F40B": {
"command": "button_5",
"description": "Button 5 (fifth decoded command)",
"repeatable": false
},
"CUSTOM_BF00_B946": {
"command": "button_6",
"description": "Button 6 (sixth decoded command)",
"repeatable": false
},
"CUSTOM_BF00_F807": {
"command": "button_7",
"description": "Button 7 (seventh decoded command)",
"repeatable": false
},
"REPEAT": {
"command": "repeat_last",
"description": "Repeat last command",
"repeatable": false
}
}