Changes

Jump to navigation Jump to search
510 bytes added ,  15:54, 3 August 2020
Line 60: Line 60:     
== Corsair K70 RGB MK.2 ==
 
== Corsair K70 RGB MK.2 ==
The K70 RGB MK.2 also has advanced backlight capabilities.
+
The K70 RGB MK.2 also has advanced backlight capabilities. The keyboard is similar to the K70 without RGB backlight, but has software controllable RGB backlighting.
 +
 
 +
Install the [https://github.com/ckb-next/ckb-next ckb-next] software. Open the user interface and select the [https://github.com/ckb-next/ckb-next/wiki/Animations#pipe 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)

Navigation menu