diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/qmk/info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/qmk/info.py b/lib/python/qmk/info.py index e1ace5d51..de7632e37 100644 --- a/lib/python/qmk/info.py +++ b/lib/python/qmk/info.py | |||
| @@ -77,7 +77,6 @@ def _extract_config_h(info_data): | |||
| 77 | 'device_ver': config_c.get('DEVICE_VER'), | 77 | 'device_ver': config_c.get('DEVICE_VER'), |
| 78 | 'manufacturer': config_c.get('MANUFACTURER'), | 78 | 'manufacturer': config_c.get('MANUFACTURER'), |
| 79 | 'product': config_c.get('PRODUCT'), | 79 | 'product': config_c.get('PRODUCT'), |
| 80 | 'description': config_c.get('DESCRIPTION'), | ||
| 81 | } | 80 | } |
| 82 | 81 | ||
| 83 | return info_data | 82 | return info_data |
