skylark-qmk/lib
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
..
arm_atsam/packs
chibios@11edb16109 Update ChibiOS to latest stable 21.11.x (#20470) 2023-04-19 16:05:06 +10:00
chibios-contrib@da78eb3759 [Core] Update ChibiOS-Contrib (#21553) 2023-07-17 19:55:31 +10:00
fnv
googletest@e2239ee604
lib8tion
lufa@549b97320d
lvgl@e19410f8f8
pico-sdk@a3398d8d3a Update pico-sdk to 1.5.0 (#19829) 2023-02-13 15:51:51 +01:00
printf@c2e3b4e10d
python Don't print error message when there are no row pins and no col pins (#20104) 2023-12-02 21:50:34 +00:00
usbhost
vusb@819dbc1e5d