Joel Challis
f56580404d
Minify content published to API ( #20285 )
2 years ago
Joel Challis
6ceff1367d
Tidy up use of keycode range helpers ( #19813 )
2 years ago
Jouke Witteveen
3137883956
Typographic updates to source generation ( #19160 )
2 years ago
Joel Challis
1d0b4c8d38
Tidy up use of keycode range helpers ( #19756 )
2 years ago
Pablo Martínez
d55b07696b
Add commit info to `version.h` ( #19542 )
...
* Initial commit
* Fix import order
* Fix deleted code instead of debug print line
* Format
* Update lib/python/qmk/cli/generate/version_h.py
Co-authored-by: Ryan <fauxpark@gmail.com>
* Renaming
* Update lib/python/qmk/cli/generate/version_h.py
Co-authored-by: Joel Challis <git@zvecr.com>
* Update lib/python/qmk/git.py
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2 years ago
Ryan
2c878b1b16
Clean up `qmk generate-autocorrect-data` ( #19710 )
2 years ago
Joel Challis
fe6502f12e
Publish keymap.json to API ( #19167 )
2 years ago
Joel Challis
20474ae232
Fix CLI community detection ( #19562 )
2 years ago
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.
2 years ago
Joel Challis
ab1898e660
Minor alignment of rgb_breathe_table generator ( #19403 )
2 years ago
Joel Challis
e5721bbd37
Remaining DD keymap_extras migration ( #19110 )
...
* Parse headers to data
* Regen headers from data
2 years ago
Stefan Kerkmann
962e4c0e18
[Test] Reset timer for every unit test and provide timestamps for log messages ( #17028 )
2 years ago
Joel Challis
9bc7e9afbd
Initial uk+us DD keymap_extras migration ( #19031 )
2 years ago
Joel Challis
dfa53900dc
Publish constants metadata to API ( #19143 )
...
* Publish metadata
* Ensure content is sorted
3 years ago
Drashna Jaelre
1a3f2130d5
Revert "Add pointing device support to data driven config ( #18215 )" ( #19063 )
3 years ago
Drashna Jaelre
d3073ef494
Add pointing device support to data driven config ( #18215 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
Joel Challis
7666c966d5
Publish hjson files as json ( #18996 )
3 years ago
Ryan
479d8de622
Format DD mappings and schemas ( #18924 )
3 years ago
Joel Challis
a69ab05dd6
Initial DD keycode migration ( #18643 )
...
* Initial DD keycode migration
* Sort magic keycodes
3 years ago
Joel Challis
345f19a5d7
Add converter support to keymap.json ( #18776 )
3 years ago
Joel Challis
aa8e0a3e7a
Build correctly when out of tree ( #18775 )
3 years ago
Ryan
675d91b813
Generate DD RGBLight/LED/RGB Matrix animation defines ( #18459 )
3 years ago
Ryan
2f48d300f4
Normalise info_config.h define generation ( #18439 )
...
* Normalise info_config.h define generation
* format
* Fix tests
* Update lib/python/qmk/cli/generate/config_h.py
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
Joel Challis
20f142a772
Tidy up LAYOUT macro generation ( #18262 )
3 years ago
Drashna Jaelre
fb29c0ae53
[Core] Add getreuer's Autocorrect feature to core ( #15699 )
...
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
3 years ago
Ryan
bc0756f294
Disconnect `usb.device_ver` ( #18259 )
3 years ago
Ryan
3adaf6a46a
Handle escaping of manufacturer/product strings ( #18194 )
3 years ago
Ryan
24720400a8
Update LUFA submodule ( #18168 )
3 years ago
Joel Challis
897403c4a7
Publish data as part of API generation ( #17020 )
3 years ago
Joel Challis
35d78aa8a4
More DD encoder fixes ( #17615 )
3 years ago
Joel Challis
81d317aa87
Fix rgbkb/sol/rev2 build issues ( #17601 )
3 years ago
Joel Challis
fa3dd373b4
Fix error message in generated code ( #17484 )
3 years ago
Joel Challis
1a400d8644
Allow encoder config from info.json ( #17295 )
3 years ago
Joel Challis
17ec1650fd
Additional schema fixes ( #17414 )
3 years ago
Joel Challis
608fa5154c
Data driven `g_led_config` ( #16728 )
3 years ago
Joel Challis
92a61aa0cd
Implement XAP 'secure' core requirements ( #16843 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
3 years ago
Ryan
64974a7f8f
yapf: disable arithmetic predecence indication ( #16749 )
3 years ago
Joel Challis
4f8cc32cf5
Extend 'qmk info' to handle keymap level overrides ( #16702 )
3 years ago
Joel Challis
ed773ab73c
Relocate CLI git interactions ( #16682 )
3 years ago
Joel Challis
e5823b5650
[CLI] Add common util for dumping generated content ( #16674 )
3 years ago
Ryan
75544d9127
Move Doxygen docs to subdirectory ( #16561 )
3 years ago
Ryan
ace0603f4f
Change data driven "str" type to represent a quoted string literal ( #16516 )
...
* Change data driven "str" type to represent a quoted string literal
* Update docs
3 years ago
Joel Challis
779c7debcf
Fix issues with data driven split keyboards ( #16457 )
3 years ago
Joel Challis
e4a6afa369
Rework generate-api CLI command to use .build directory ( #16441 )
3 years ago
Joel Challis
cf31355f08
Changelog 2022q1 ( #16380 )
...
* Initial changelog pass
* update generate-develop-pr-list content
* Fix bad word-ness
* Fix generate-develop-pr-list ignores
* Update docs/ChangeLog/20220226.md
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
3 years ago
Ryan
f30f963a0b
Internal docs generation updates ( #16411 )
3 years ago
Nick Brassel
8fd8b2dc92
Skip categorisation of PR if it's only for code formatting. ( #16215 )
3 years ago
Nick Brassel
db43e45077
Ensure `version.h` is recreated each build. ( #16188 )
3 years ago
Ryan
c72ed7c024
CLI: Parse USB device version BCD ( #14580 )
...
* CLI: Parse USB device version BCD
* Apply suggestions
3 years ago
Joel Challis
1a8a842cfb
Fix compilation-database command under MSYS ( #15652 )
...
* Fix compilation-database command under MSYS
* Add comment
3 years ago