QMK Bot
a64fe9fee2
Merge remote-tracking branch 'origin/develop' into xap
2024-03-13 23:05:23 +00:00
Joel Challis
af1ac6b1bd
Reject duplicate matrix locations in LAYOUT macros ( #23273 )
2024-03-13 23:04:49 +00:00
QMK Bot
39b65594d1
Merge remote-tracking branch 'origin/develop' into xap
2024-03-12 04:29:03 +00:00
QMK Bot
2756912a0d
Merge remote-tracking branch 'origin/master' into develop
2024-03-12 04:28:31 +00:00
Joel Challis
ae38bdd5dc
Flag LAYOUT macros still defined in .h files ( #23260 )
2024-03-12 15:28:02 +11:00
QMK Bot
16271f8f1d
Merge remote-tracking branch 'origin/develop' into xap
2024-03-10 05:20:58 +00:00
Joel Challis
9f4a9d5826
Enable 'keyboard.json' as a build target ( #22891 )
2024-03-10 16:20:25 +11:00
Drashna Jael're
5a9481b831
Merge remote-tracking branch 'origin/develop' into xap
2024-02-03 01:06:39 -08:00
Joel Challis
3a13c2120a
Ensure LTO is enabled as a info.json
build config option ( #22932 )
...
* feature.lto -> build.lto
* keymaps too
2024-02-01 15:45:58 +00:00
QMK Bot
f2d2f07e7e
Merge remote-tracking branch 'origin/develop' into xap
2024-01-22 11:36:54 +00:00
QMK Bot
2655ce58f9
Merge remote-tracking branch 'origin/master' into develop
2024-01-22 11:36:23 +00:00
Joel Challis
58721a433b
Move layout macro OOB checks to lint ( #22610 )
2024-01-22 11:35:51 +00:00
QMK Bot
528007cc58
Merge remote-tracking branch 'origin/develop' into xap
2024-01-14 10:34:28 +00:00
Ryan
1bebaa310a
CLI: Allow generation of both LED and RGB Matrix config ( #22896 )
2024-01-14 10:33:58 +00:00
QMK Bot
3264469cf9
Merge remote-tracking branch 'origin/develop' into xap
2024-01-09 10:00:06 +00:00
Joel Challis
455cd65e80
Prevent qmk migrate
processing unparsed info.json values ( #22374 )
2024-01-09 20:59:36 +11:00
QMK Bot
f328bb4618
Merge remote-tracking branch 'origin/develop' into xap
2024-01-06 13:16:52 +00:00
Joel Challis
71257e21e6
Generate true/false for _DEFAULT_ON options ( #22829 )
2024-01-06 13:16:23 +00:00
QMK Bot
848f4d5991
Merge remote-tracking branch 'origin/develop' into xap
2024-01-04 05:48:21 +00:00
Joel Challis
5267329caa
Ensure LED config is extracted when feature is disabled ( #22809 )
...
* Ensure LED config is extracted when feature is disabled
* Only attempt LED search if dd led config is missing
2024-01-04 05:47:52 +00:00
QMK Bot
3b8612dc04
Merge remote-tracking branch 'origin/develop' into xap
2023-12-02 21:51:33 +00:00
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
QMK Bot
8ee25dd9f2
Merge remote-tracking branch 'origin/develop' into xap
2023-11-20 15:42:20 +00:00
Joel Challis
e279c78ba3
Enable linking of encoders to switch within layout macros ( #22264 )
2023-11-20 15:41:48 +00:00
zvecr
60cf8ba553
Merge remote-tracking branch 'origin/develop' into xap
2023-11-01 01:19:30 +00:00
Joel Challis
a19ae3d784
Add dd mapping for hardware based split handedness ( #22369 )
2023-11-01 00:55:48 +00:00
Joel Challis
17c3182b1c
Remove use of broken split.main ( #22363 )
2023-10-30 00:49:56 +00:00
QMK Bot
4fd1117fbe
Merge remote-tracking branch 'origin/develop' into xap
2023-10-21 00:48:45 +00:00
Joel Challis
e4c54a9612
Support additional split sync items for info.json ( #22193 )
2023-10-21 01:48:05 +01:00
QMK Bot
35079d1fb0
Merge remote-tracking branch 'origin/develop' into xap
2023-09-27 02:58:10 +00:00
Joel Challis
4e86dca49d
Fix parsing/validation for 21939 ( #22148 )
2023-09-27 03:57:37 +01:00
QMK Bot
c2324ff646
Merge remote-tracking branch 'origin/develop' into xap
2023-08-27 03:00:54 +00:00
Joel Challis
95681b8ff4
Add *_MATRIX_LED_COUNT generation ( #21110 )
2023-08-27 04:00:14 +01:00
QMK Bot
e7040fbd6f
Merge remote-tracking branch 'origin/develop' into xap
2023-06-02 01:46:27 +00:00
Joel Challis
aa33fb00fd
Revert "Add *_MATRIX_LED_COUNT generation/validation ( #19515 )" ( #21109 )
...
This reverts commit 25c16b3ade
.
2023-06-02 02:45:48 +01:00
QMK Bot
36fe36201e
Merge remote-tracking branch 'origin/develop' into xap
2023-06-02 01:43:31 +00:00
Joel Challis
25c16b3ade
Add *_MATRIX_LED_COUNT generation/validation ( #19515 )
...
* Add *_MATRIX_LED_COUNT parsing/validation
* Disable parsing for now
* Disable complexity check
2023-06-02 02:42:49 +01:00
QMK Bot
16ea347817
Merge remote-tracking branch 'origin/develop' into xap
2023-04-04 00:16:13 +00:00
Ryan
81f321d331
qmk info
: account for ISO enter when calculating layout X offset (#20325 )
2023-04-04 01:15:35 +01:00
QMK Bot
ad33b072f5
Merge remote-tracking branch 'origin/develop' into xap
2023-03-28 01:54:05 +00:00
Joel Challis
f186abdf29
Reduce _validate complexity ( #20274 )
2023-03-28 02:53:28 +01:00
QMK Bot
5572a5eb99
Merge remote-tracking branch 'origin/develop' into xap
2023-03-27 19:01:46 +00:00
Joel Challis
79b0f9168e
Custom keycodes in JSON ( #19925 )
2023-03-27 20:01:07 +01:00
QMK Bot
6efd26bb57
Merge remote-tracking branch 'origin/develop' into xap
2023-03-09 22:40:26 +00:00
Ryan
76fb534269
qmk info
: add warning when layout is offset (#20070 )
2023-03-09 20:27:04 +00:00
zvecr
d8988ead43
Handle 19925
2023-03-08 23:42:19 +00:00
zvecr
2731667ff4
Custom keycodes in JSON
2023-03-08 10:25:55 +00:00
Joel Challis
90f3d6201a
Reduce false positives in layout name validation ( #19646 )
2023-02-11 20:36:11 +00:00
Joel Challis
0b25528b6b
Fix 'No LAYOUTs defined' check ( #19537 )
2023-01-19 00:27:11 +00:00
Joel Challis
0ce3f6bcfe
De-duplicate platform detection ( #19603 )
2023-01-19 00:27:00 +00:00