Skip to content

App to control then RGB on Cooler Master Masterkeys Keyboards

License

Notifications You must be signed in to change notification settings

Geoff-Roodt/Cooler-Master-RGB

 
 

Repository files navigation

Cooler-Master-RGB

App Preview

App to control the RGB on Cooler Master Masterkeys keyboards. Currently only supports the MasterKeys L keyboard and is aimed at the x64 platform with the target framework being the .NET Framework 4.5.2. This app utilizes the SDK that Cooler Master provides for their MasterKeys keyboards. The SDK is in the form of a .dll written in c++, the first version of this app was written using c++ however I decided to change it over to using C# as implementing certain features are much easier eg: Registering for system events such as unlock and lock of the pc. This project was mainly started as an experiment and has helped with learning how to optimise code and algorithims to create less of a load on the cpu.

For people who would like to just use the app without developing it I have included an EXE folder. Simply copy the .exe and .dll into your desired location and launch the app. Current .exe version: v1.0.01

  • Current Effects:
    • Line by line
    • Alternating lines
    • Snake line by line
    • Spiral
    • Wipe
    • Breathing
    • Random
    • Random lines
    • Random squares
    • Random selected lines
    • Ball
    • Color cycle
    • Vertical rainbow
    • Rainbow
    • Keypress
    • Lockscreen

About

App to control then RGB on Cooler Master Masterkeys Keyboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.6%
  • C 15.4%