Ryan

Results 172 comments of Ryan

> Some of the KBDfans boards use "manufacturer": "KBDfans", and others are set to "manufacturer": "KBDFans" with a capital F. > Most boards with multiple revisions are now set to...

Yes: https://github.com/qmk/qmk_firmware/pull/16481

Depends on https://github.com/qmk/qmk_firmware/pull/16570

@muppetjones it's preferable to get things like this done *before* the PR is merged and is potentially copy-pasted into other users' code, bloating the repo. It's then harder for us...

I'd like to convert this board to Custom Matrix Lite first - this change should still be doable after that, but hopefully with a little less boilerplate.

> Shouldn't CI have picked that up? We don't have CI anymore, unfortunately. travis-ci.org is defunct, and the replacement doesn't really work for our needs.

How disruptive is this to the rest of the `info.json`? They often have varying or mixed indentation, and may not follow the rules of `InfoJSONEncoder`. I'm aiming to minimise the...

Wider key sizes will make most layouts unreadable on default terminal widths.

`XF86AudioMicMute` is not an HID keyboard keycode, it is an X keysym. The Linux kernel defines its own set of internal event codes, one of which is [`KEY_MICMUTE`](https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/input-event-codes.h#L339). These event...