1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/lib/python/qmk/cli/generate
Sergey Vlasov 4a7d65b9d7
Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix ()
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
..
__init__.py Ensure that safe_commands always run () 2021-06-14 16:51:58 -07:00
api.py Publish constants metadata to API () 2022-11-23 18:01:07 +00:00
autocorrect_data.py [Core] Add getreuer's Autocorrect feature to core () 2022-09-17 17:50:54 +10:00
compilation_database.py Fix compilation-database command under MSYS () 2021-12-30 08:35:35 +11:00
config_h.py Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix () 2023-01-05 23:40:53 +00:00
develop_pr_list.py Changelog 2022q1 () 2022-02-23 17:33:08 +00:00
dfu_header.py Update LUFA submodule () 2022-08-26 12:19:34 +10:00
docs.py Move Doxygen docs to subdirectory () 2022-03-07 11:22:22 +00:00
info_json.py Additional schema fixes () 2022-06-18 15:30:46 +10:00
keyboard_c.py Data driven g_led_config () 2022-05-16 07:39:29 +10:00
keyboard_h.py Tidy up LAYOUT macro generation () 2022-09-19 01:35:46 +01:00
keycodes.py Initial DD keycode migration () 2022-11-05 10:30:09 +00:00
rgb_breathe_table.py Minor alignment of rgb_breathe_table generator () 2022-12-23 11:11:56 +00:00
rules_mk.py Format DD mappings and schemas () 2022-11-08 01:05:08 +00:00
version_h.py Relocate CLI git interactions () 2022-03-18 16:02:24 +00:00