-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is anyone working on making this keyboard work with QMK? #148
Comments
https://github.com/wgwoods/gk64-python this has a decent amount of documentation on the firmware of GK64. But it's always going to be a huge effort to fully reverse engineer something like this, and I believe there are a lot of variants of the GK6X firmware. As for this repo, it just interacts with the communication protocol of the GK6X keyboards, and doesn't really give much insight to the internals of the firmware. The link above already has annotations of this on the firmware side. Another problem is that firmwares aren't available online for most of the GK6X keyboards. Which most likely means physically dumping. |
Sadly, if you would find a way to flash your own firmware, the chip is a FWIW, I found this comment by @wgwoods a very cool read on his reverse engineering journey wgwoods/gk64-python#1 (comment) |
I find the data sheet for the weltered controller, the bluethot rerceiver (my keyboard is sk68 will have to see if the same receiver for all gk/sk6x keyboards, because the software is the same only changes the firmware) and kinda find the datasheet for the led controller but is in Chinese RGB led controller website: https://g-area.pro/sunmoon-ic-drivers/ |
I figured that I'd ask here, so people can know if there's any effort using what's been gleaned here about the firmware to just, y'know, make QMK work on it.
The text was updated successfully, but these errors were encountered: