QMK Bot
a465d3dee4
Merge remote-tracking branch 'origin/develop' into xap
2024-07-03 07:18:57 +00:00
Ryan
bc0c69570b
Rename encoder pins defines ( #24003 )
2024-07-03 17:18:27 +10:00
zvecr
33b84e7f24
Merge remote-tracking branch 'origin/develop' into xap
2024-06-18 03:56:01 +01:00
Joel Challis
53a0cdc446
Implement data driven joysticks ( #22947 )
2024-06-18 03:44:22 +01:00
QMK Bot
6fbf78dca1
Merge remote-tracking branch 'origin/develop' into xap
2024-06-15 09:38:45 +00:00
Nick Brassel
0262161914
[CLI] Don't exit()
when certain exceptions occur. ( #23442 )
2024-06-15 10:37:47 +01:00
QMK Bot
e5a35cb3ae
Merge remote-tracking branch 'origin/develop' into xap
2024-04-01 23:48:59 +00:00
Joel Challis
573db7a0ee
Produce warning if keyboard is not configured via keyboard.json
( #23321 )
2024-04-02 00:48:30 +01:00
QMK Bot
67d8a41312
Merge remote-tracking branch 'origin/develop' into xap
2024-03-31 20:39:28 +00:00
Joel Challis
ea71945441
Align encoder layout validation with encoder.h logic ( #23330 )
2024-03-31 21:38:58 +01:00
QMK Bot
a80d3784d4
Merge remote-tracking branch 'origin/develop' into xap
2024-03-30 10:43:47 +00:00
Joel Challis
426bb9c651
Migrate features and LTO from rules.mk to data driven ( #23302 )
2024-03-30 10:43:15 +00:00
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