carlossless / smk

A keyboard firmware for sinowealth-8051-based devices
GNU General Public License v2.0
46 stars 4 forks source link

Same chip on RK71 #1

Closed gauravmanmode closed 5 months ago

gauravmanmode commented 8 months ago

Hi, I have same chip BYK916 on my Rk71 keyboard, want to port QMK. Can i contribute with anything

carlossless commented 8 months ago

Hey @gauravmanmode,

Since this project uses sdcc and targets a 8051 target, it's very unlikely that this will ever become a true QMK port. That said, I aim to implement core functionality like keyboard layouts as close as possible to QMK to make porting them easier.

If you want this firmware to work on your RK71 then an obvious way to help would be to go ahead and port it, although I would only recommend doing that if you:

Also, I would ask to hold off trying to port anything until I fully implement usb functionality (most likely in around 2 weeks from now).

gauravmanmode commented 7 months ago

okay i will wait until you implement usb. also, do i need sinolink, is it really that brickable?

carlossless commented 7 months ago

@gauravmanmode yes, it's extremely easy to lose the ability to launch into ISP. I wouldn't recommend working on this experimental firmware without a way to restore the original firmware.

carlossless commented 7 months ago

@gauravmanmode I have pushed in working USB functionality, FYI

gauravmanmode commented 7 months ago

Amazing, you did it in such a few days. Thanks, I'm gonna try and make a port for RK71.