qmk_firmware/lib/python/qmk
Sergey Vlasov 4a7d65b9d7
Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508)
The code which generated the MATRIX_COLS and MATRIX_ROWS defines from
the JSON information was checking the presence of the `matrix_pins` key,
which may not exist if a custom matrix is used.  Check the presence of
`matrix_size` instead.
2023-01-05 23:40:53 +00:00
..
cli Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508) 2023-01-05 23:40:53 +00:00
tests
__init__.py
c_parse.py
commands.py
comment_remover.py
constants.py
converter.py
datetime.py
decorators.py
errors.py
flashers.py WSL qmk flash firmware.bin workaround (#19434) 2023-01-01 11:44:33 +11:00
git.py
importers.py
info.py Ignore some layout macro names from lint (#19207) 2022-11-30 06:39:41 +00:00
json_encoders.py
json_schema.py
keyboard.py
keycodes.py
keymap.py
makefile.py
math.py
painter_qff.py
painter_qgf.py
painter.py
path.py
submodules.py