Sync edgetx to Gitea

This commit is contained in:
2026-08-03 16:37:20 +08:00
commit 14eb5a3fb9
5364 changed files with 2835009 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
const hw_key_def _hw_key_defs[] = {
{% for key in keys %}
{ "{{ key.name }}", {{ key.key }} },
{% endfor %}
};
const char* const _hw_trim_defs[] = {
{% for trim in trims %}
"{{ trim.name }}",
{% endfor %}
};