Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot
2026-06-09 18:28:13 +00:00
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ def generate_config_items(kb_info_json, config_h_lines):
try:
config_value = kb_info_json[info_key]
except KeyError:
except KeyError, IndexError:
continue
if key_type.startswith('array.array'):
+1 -1
View File
@@ -31,7 +31,7 @@ def process_mapping_rule(kb_info_json, rules_key, info_dict):
try:
rules_value = kb_info_json[info_key]
except KeyError:
except KeyError, IndexError:
return None
if key_type in ['array', 'list']: