diff options
author | fauxpark <fauxpark@gmail.com> | 2021-09-12 14:10:26 +1000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-09-12 14:10:26 +1000 |
commit | 1895151a9c71fb870cfc37233a7e89fe88379358 (patch) | |
tree | 1c936be1817c31639d7a3ba394a4081f620072c8 /lib/python | |
parent | d0ac03ec8b2af7334ac657dadcf0601d6f3469c0 (diff) | |
parent | 4791cfae1af0bc15a0bd8417c5195bf482b87605 (diff) | |
download | qmk_firmware-1895151a9c71fb870cfc37233a7e89fe88379358.tar.gz qmk_firmware-1895151a9c71fb870cfc37233a7e89fe88379358.zip |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'lib/python')
-rw-r--r-- | lib/python/qmk/c_parse.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/qmk/c_parse.py b/lib/python/qmk/c_parse.py index 991373d56..e7d44a514 100644 --- a/lib/python/qmk/c_parse.py +++ b/lib/python/qmk/c_parse.py | |||
@@ -74,7 +74,6 @@ def find_layouts(file): | |||
74 | key['matrix'] = matrix_locations[key['label']] | 74 | key['matrix'] = matrix_locations[key['label']] |
75 | 75 | ||
76 | parsed_layouts[macro_name] = { | 76 | parsed_layouts[macro_name] = { |
77 | 'key_count': len(parsed_layout), | ||
78 | 'layout': parsed_layout, | 77 | 'layout': parsed_layout, |
79 | 'filename': str(file), | 78 | 'filename': str(file), |
80 | } | 79 | } |