Corsair K70 RGB MK.2
Revision as of 14:37, 3 February 2026 by E.vandenberge (talk | contribs) (Created page with "The Corsair K70 RGB Mk.2 is an upgraded version of the Corsair Vengeance K70, with full programmable RGB backlights. ==Backlight Programming== Install the [https://github...")
The Corsair K70 RGB Mk.2 is an upgraded version of the Corsair Vengeance K70, with full programmable RGB backlights.
Backlight Programming
Install the ckb-next software. Open the user interface and select the Pipe animation. From your experiment you can now simply make the g key red with (in bash):
echo "rgb g:ff0000ff" > /tmp/ckbpipe000
or (in Python):
with open("/tmp/ckbpipe000", "w") as k70:
print("rgb g:ff0000ff", file=k70)