diff options
| author | Joel Challis <git@zvecr.com> | 2021-10-09 14:48:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-09 14:48:27 +0100 |
| commit | dace4d5f0db758302c0df84a993583ca3cc46bbf (patch) | |
| tree | 453281b7f4a7f0da17c923aa6eadd64526a4999a /lib/python/qmk | |
| parent | 22cafb9a2046b0c6c7b9df8c719cd515bec4d798 (diff) | |
| download | qmk_firmware-dace4d5f0db758302c0df84a993583ca3cc46bbf.tar.gz qmk_firmware-dace4d5f0db758302c0df84a993583ca3cc46bbf.zip | |
Remove QWIIC_DRIVERS (#14174)
Diffstat (limited to 'lib/python/qmk')
| -rw-r--r-- | lib/python/qmk/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/info.py b/lib/python/qmk/info.py index 1b4c42ff4..edbf5d7c8 100644 --- a/lib/python/qmk/info.py +++ b/lib/python/qmk/info.py | |||
| @@ -113,7 +113,7 @@ def _extract_features(info_data, rules): | |||
| 113 | rules['BOOTMAGIC_ENABLE'] = 'on' | 113 | rules['BOOTMAGIC_ENABLE'] = 'on' |
| 114 | 114 | ||
| 115 | # Skip non-boolean features we haven't implemented special handling for | 115 | # Skip non-boolean features we haven't implemented special handling for |
| 116 | for feature in 'HAPTIC_ENABLE', 'QWIIC_ENABLE': | 116 | for feature in ('HAPTIC_ENABLE',): |
| 117 | if rules.get(feature): | 117 | if rules.get(feature): |
| 118 | del rules[feature] | 118 | del rules[feature] |
| 119 | 119 | ||
