diff options
| author | QMK Bot <hello@qmk.fm> | 2025-11-27 13:37:29 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2025-11-27 13:37:29 +0000 |
| commit | 9acd127cc1318d761aac76a806189fadeaaa247a (patch) | |
| tree | af6649c0034b51d0595855cbb692256ae17d97dd /lib/python/qmk/info.py | |
| parent | 9ab8e4cd5a9d21f45c9f68c718c7c31765e0a321 (diff) | |
| parent | 9c2ca00074784dbee27b459d71cfc8e75f47b976 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/python/qmk/info.py')
| -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 a0b8fe72b6..e07fa0ccae 100644 --- a/lib/python/qmk/info.py +++ b/lib/python/qmk/info.py | |||
| @@ -15,7 +15,7 @@ from qmk.json_schema import deep_update, json_load, validate | |||
| 15 | from qmk.keyboard import config_h, rules_mk | 15 | from qmk.keyboard import config_h, rules_mk |
| 16 | from qmk.commands import parse_configurator_json | 16 | from qmk.commands import parse_configurator_json |
| 17 | from qmk.makefile import parse_rules_mk_file | 17 | from qmk.makefile import parse_rules_mk_file |
| 18 | from qmk.math import compute | 18 | from qmk.math_ops import compute |
| 19 | from qmk.util import maybe_exit, truthy | 19 | from qmk.util import maybe_exit, truthy |
| 20 | 20 | ||
| 21 | true_values = ['1', 'on', 'yes'] | 21 | true_values = ['1', 'on', 'yes'] |
