qmk_sweep_skeletyl/lib/python/qmk
Purdea Andrei b68e89f846
Don't print error message when there are no row pins and no col pins (#20104)
* 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>
2023-12-02 21:50:34 +00:00
..
cli Fixup --no-temp for qmk mass-compile. (#22582) 2023-11-30 20:27:02 +11:00
tests Update json2c to use dump_lines (#21013) 2023-05-22 07:03:59 +01:00
__init__.py
build_targets.py QMK Userspace (#22222) 2023-11-28 07:53:43 +11:00
c_parse.py Slightly refine g_led_config parsing (#21170) 2023-06-08 21:08:02 +01:00
commands.py QMK Userspace (#22222) 2023-11-28 07:53:43 +11:00
comment_remover.py
constants.py QMK Userspace (#22222) 2023-11-28 07:53:43 +11:00
converter.py
datetime.py
decorators.py
errors.py
flashers.py feat, docs: WB32 flashing (#21217) 2023-07-08 00:48:45 +10:00
git.py
importers.py qmk format-json: Expose full key path and respect sort_keys (#20836) 2023-05-20 22:15:05 +10:00
info.py Don't print error message when there are no row pins and no col pins (#20104) 2023-12-02 21:50:34 +00:00
json_encoders.py QMK Userspace (#22222) 2023-11-28 07:53:43 +11:00
json_schema.py Reallocate user/kb keycode ranges (#19907) 2023-02-23 09:50:09 +11:00
keyboard.py QMK Userspace (#22222) 2023-11-28 07:53:43 +11:00
keycodes.py Reallocate user/kb keycode ranges (#19907) 2023-02-23 09:50:09 +11:00
keymap.py QMK Userspace (#22222) 2023-11-28 07:53:43 +11:00
makefile.py qmk find: usability improvements (#20440) 2023-05-20 22:14:43 +10:00
math.py
painter.py [Refactor] Python-ify QP's converter code (#20102) 2023-07-07 22:09:17 +10:00
painter_qff.py
painter_qgf.py [QP] Fix up delta frame boundaries (#20296) 2023-03-31 08:41:11 +11:00
path.py QMK Userspace (#22222) 2023-11-28 07:53:43 +11:00
search.py [CLI] Remove duplicates from search results (#22528) 2023-11-22 12:08:26 +11:00
submodules.py
userspace.py Attempt to fix configurator. (#22555) 2023-11-28 14:07:21 +00:00
util.py Allow for disabling of parallel processing of qmk find and qmk mass-compile. (#22160) 2023-10-17 09:43:50 +11:00