Skip to content

A tool to program sinowealth mcu based keyboards

License

Notifications You must be signed in to change notification settings

donn/sinowealth-kb-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinowealth-kb-tool

A utility for reading and writing flash contents on Sinowealth 8051-based devices (keyboards and mice) since they all seem to have similar ISP bootloaders.

Disclaimer

This is an experimental tool, so use it at your own risk.

Supported Hardware

Keyboard ISP MD5 MCU Supported
NuPhy Air60 3e0ebd0c440af5236d7ff8872343f85d SH68F90A (labeled as BYK916)
NuPhy Halo65 3e0ebd0c440af5236d7ff8872343f85d
Hykker X Range 2017 (RE-K70-BYK800) 13df4ce2933f9654ffef80d6a3c27199 SH68F881 (labeled as BYK801)
Xinmeng K916 cfc8661da8c9d7e351b36c0a763426aa SH68F90

Prerequisites

Linux

To enable running this tool without superuser privileges add the following udev rule with xxxx and yyyy replaced with your device Vendor ID and Product ID respectively.

# /etc/udev/rules.d/plugdev.rule
SUBSYSTEMS=="usb", ATTRS{idVendor}=="xxxx", ATTRS{idProduct}=="yyyy", MODE="0660", GROUP="plugdev"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0603", ATTRS{idProduct}=="1020", MODE="0660", GROUP="plugdev"

Make sure your user is part of the plugdev group.

Acknowledgments

About

A tool to program sinowealth mcu based keyboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.1%
  • Nix 3.9%