SonixQMK / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
515 stars 408 forks source link

[Feature Request] Add support for the Keychron K3 (White) #325

Closed danieljharris closed 1 year ago

danieljharris commented 1 year ago

Feature Request Type

Description

There is already support for the Keychron K3 RGB keyboard, but there seems to be no support for the white model yet.

Is there any documentation on how to convert/port from Keychron RGB versions to White versions? More than happy to try and implement it myself, just need to be pointed in the right direction on how to do it.

Many thanks!

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. For maintainers: Please label with bug, in progress, on hold, discussion or to do to prevent the issue from being re-flagged.

github-actions[bot] commented 1 year ago

This issue has been automatically closed because it has not had activity in the last 30 days. If this issue is still valid, re-open the issue and let us know. // [stale-action-closed]

HubKing commented 10 months ago

I came here to see if K3 White is supported. Too bad that it is not supported. I don't know how QMK works, so I am just guessing but, shouldn't the RGB version be more complex since it has 3 LED's compared to 1 LED that the white version has? I wonder why white LED version is not supported when RGB version is. Is it simply because almost no one is using it?

danieljharris commented 10 months ago

@HubKing I think the white and RGB versions are roughly the same difficulty to add QMK support for but they both have different chips inside so support needs to be added separately for each.

And yeah I'm guessing most people who want to add QMK support get the RGB version sadly.

From what I can tell the first step towards adding support is to disassemble the keyboard and find the exact chip that's inside. But I've not gotten around to doing that yet.

HubKing commented 10 months ago

We are talking about this "White backlight" version,

image

not this "White, non-backlight" version,

image

right?

danieljharris commented 10 months ago

Correct, I've got the first one (White backlight). I believe all 3 (White backlight, RGB backlight, and white non-backlight) have different chips.