Nick Brassel

Results 244 comments of Nick Brassel

Consider this comment an official request to provide wireless code, in order to comply with the GPL. QMK's license -- the GPL -- requires full disclosure of sources upon such...

For reference: ![image](https://github.com/qmk/qmk_firmware/assets/2985843/2b977409-a2d0-442a-8e69-064000b71926)

Neither; you need to coordinate with ChibiOS and/or ChibiOS-Contrib to work out with them the best approach — you’ll be enabling BLE support within ChibiOS first, QMK will pick it...

> @tzarc As STM32wb is dual core mcu,BLE stack is in cpu2. cpu1 interface with cpu2 by HCI(ipcc). All the code can be under kb directory. No need to work...

The recommendation is to use the `docker-compose.yml` to start the services -- the storage of files uses MinIO, which is an S3-compatible service. I'd imagine you haven't started it? I've...

I'd hazard a guess and say https://github.com/qmk/qmk_configurator/pull/1312 is the cause here.

Seems someone may have made some sort of conversion script on the kint side of things: https://github.com/kinx-project/kint/issues/76

Yeah, and they're in breach of GPL by using QMK under the hood and not providing sources.

I think it'd be more likely we'd end up with per-keyboard environment variables added when invoking `qmk userspace-add`, with the usual `-e FORCE_LAYOUT=xxx` at that point -- resulting in something...