b68e89f846
* Don't print error message when there are no row pins and no col pins This error message could be triggered for example if MATRIX_IO_DELAY is configured in config.h, but the matrix is a custom one. The custom matrix can still call back to existing delay functions that make use of the MATRIX_IO_DELAY macro. In this case 'matrix_pins' in info_data will be true, but there will be no 'direct' 'cols' or 'rows' in info_data['matrix_pins'], and without this commit it would trigger an invalid error. * Update lib/python/qmk/info.py Co-authored-by: Nick Brassel <nick@tzarc.org> --------- Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org> |
||
---|---|---|
.. | ||
cli | ||
tests | ||
__init__.py | ||
build_targets.py | ||
c_parse.py | ||
commands.py | ||
comment_remover.py | ||
constants.py | ||
converter.py | ||
datetime.py | ||
decorators.py | ||
errors.py | ||
flashers.py | ||
git.py | ||
importers.py | ||
info.py | ||
json_encoders.py | ||
json_schema.py | ||
keyboard.py | ||
keycodes.py | ||
keymap.py | ||
makefile.py | ||
math.py | ||
painter.py | ||
painter_qff.py | ||
painter_qgf.py | ||
path.py | ||
search.py | ||
submodules.py | ||
userspace.py | ||
util.py |