Joel Challis
Joel Challis
## Description ## Types of Changes - [x] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization - [x] Keyboard (addition or update) - [...
## Description ```bash $ qmk migrate -kb zvecr/split_blackpill -f VENDOR_ID -f PRODUCT_ID Ψ Migrating keyboard zvecr/split_blackpill. Ψ Migrating file keyboards/zvecr/split_blackpill/config.h Ψ Migrating PRODUCT_ID... Ψ Migrating VENDOR_ID... Ψ Migrating file keyboards/zvecr/split_blackpill/rules.mk...
Seem to be some etc/dev symlinks left. Maybe more if you use the environment in anger. Worse now that the default location has changed again, and all previous install files...
## Description * Avoid finding all keyboards when building a single board * Skipping git operations by default? Benchmarks performed on a 4970k, default `lets_split` compile, ```console $ time make...
## Description `mingw-w64-x86_64-mdloader-1.0.7-1` https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-mdloader-1.0.7-1-any.pkg.tar.zst `mdloader 1.0.7` https://github.com/qmk/homebrew-qmk/releases/tag/mdloader-1.0.7 ## Types of Changes - [ ] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization - [...
## Description * Avoid `LAYOUT` macros injected into every compilation unit * Avoid generating an extra file * One less round trip resolving info.json ### Future * Use entrypoint for...
## Description Initial steps at supporting additional converters. #### Overall goals - [x] Introduce consistent convention to be followed - [x] Avoid `pin_defs.h` from becoming a dumping ground * Split...
## Description * merge some tables to reduce overall wall of text * Move more advanced topics to later in the document? * Add diagrams for PIN_COMPATIBLE? * svg files...
## Description #18239 broke conversions which incorrectly relied on Elite-C pinouts for Pro Micro converters. ### Future iteration Potentially reduce duplication by inferring `promicro` compatibility when targeting `elite_c`. ## Types...
# QMK API, aka VIA+OpenRGB+other rawhid all bundled into one ## Feature Request Type - [x] Core functionality - [x] Add-on hardware support (eg. audio, RGB, OLED screen, etc.) -...