Skip to content

Commit

Permalink
faac rc add button B
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Apr 23, 2024
1 parent c3b59a9 commit 3108f07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/subghz/protocols/keeloq.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,9 @@ static bool
(strcmp(instance->manufacture_name, "Dea_Mio") == 0)) {
klq_last_custom_btn = 0xF;
}
if((strcmp(instance->manufacture_name, "FAAC_RC,XT") == 0)) {
klq_last_custom_btn = 0xB;
}

btn = subghz_protocol_keeloq_get_btn_code(klq_last_custom_btn);

Expand Down

0 comments on commit 3108f07

Please sign in to comment.