From 944c5ffb98c455e55a2d430f090d49fb3e2d7c6f Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sun, 2 Nov 2025 22:13:16 +0300 Subject: [PATCH] anmotors at4 C button --- lib/subghz/protocols/keeloq.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/subghz/protocols/keeloq.c b/lib/subghz/protocols/keeloq.c index 22070f1ec..17872edf6 100644 --- a/lib/subghz/protocols/keeloq.c +++ b/lib/subghz/protocols/keeloq.c @@ -462,6 +462,8 @@ static bool klq_last_custom_btn = 0x9; } else if((strcmp(instance->manufacture_name, "EcoStar") == 0)) { klq_last_custom_btn = 0x6; + } else if((strcmp(instance->manufacture_name, "AN-Motors") == 0)) { + klq_last_custom_btn = 0xC; } btn = subghz_protocol_keeloq_get_btn_code(klq_last_custom_btn);