Update QMK CLI to be inline with upstream

This commit is contained in:
Drashna Jael're
2020-09-07 13:28:27 -07:00
parent 849aa2fb9e
commit 12207daaff
5 changed files with 9 additions and 7 deletions

View File

@@ -77,7 +77,6 @@ def _extract_config_h(info_data):
'device_ver': config_c.get('DEVICE_VER'),
'manufacturer': config_c.get('MANUFACTURER'),
'product': config_c.get('PRODUCT'),
'description': config_c.get('DESCRIPTION'),
}
return info_data