Age | Commit message (Collapse) | Author |
|
* feature.lto -> build.lto
* keymaps too
|
|
|
|
|
|
|
|
|
|
|
|
* Ensure LED config is extracted when feature is disabled
* Only attempt LED search if dd led config is missing
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 25c16b3adeb15466d75691162763ce062b2c6e64.
|
|
* Add *_MATRIX_LED_COUNT parsing/validation
* Disable parsing for now
* Disable complexity check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.
|
|
|
|
|
|
* Ignore defaults.hjson values if already set
* Add warning when nothing is merged
|
|
|
|
* Extend layout lint checks
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix function comment
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
* Additional dd backlight config
* Update docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
applicable (#17604)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add support for more lint warnings/errors
* Develop currently needs extra deps installed
* Lint a few more scenarios
* fix tests
|