Fix more `qmk generate-api` fallout from userspace support (#22619)
Fix JSON keymap URLs generated by the API (#22618)
Avoid exceptions when layouts contain OOB matrix values (#22609)
Fix `qmk doctor` not finding binaries on Windows (#22593)
Fixup `--no-temp` for `qmk mass-compile`. (#22582)
Fixup compilation with `qmk compile -kb zzz -km all`. (#22568)
`develop` -> `master`, 2023q4 edition
CLI parallel search updates (#22525)
CLI refactoring for common build target APIs (#22221)
Merge remote-tracking branch 'origin/master' into develop
Add `qmk license-check` developer-level CLI command. (#22075)
Improve argument handling of c2json (#22170)
* Improve argument handling of c2json
* Add automagic
Generate switch statement helpers for keycode ranges (#20059)
Implement data driven lighting defaults (#21825)
Add dd mapping for hardware based split handedness (#22369)
Remove use of broken split.main (#22363)
Fix 'to_c' for config.h mappings (#22364)
Implement data driven dip switches (#22017)
* Add data driven dip switches
* Autogen weak matrix_mask
Merge remote-tracking branch 'origin/master' into develop