Default layout for non standard remotes

This commit is contained in:
MX 2023-03-04 05:42:53 +03:00
parent dbee87a6c6
commit 1a9544778b
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83

View File

@ -392,6 +392,7 @@ static bool
break;
default:
btn = 0x1;
break;
}
}
@ -417,6 +418,7 @@ static bool
break;
default:
btn = 0x4;
break;
}
}
@ -442,6 +444,7 @@ static bool
break;
default:
btn = 0x8;
break;
}
}
@ -467,6 +470,7 @@ static bool
break;
default:
btn = 0x2;
break;
}
}