bambash / sys76-kb

RGB keyboard controller for System76 laptops
20 stars 6 forks source link

Sets Keyboard to Off (Effectively) #7

Closed Ruscios closed 3 years ago

Ruscios commented 3 years ago

https://github.com/bambash/sys76-kb/blob/639bc197f99925a96a6fd37dd22964e6e2276056/pkg/keyboard.go#L25

This line sets the keyboard on the Oryx Pro 6 (Oryp6) to off, as white is (255, 255, 255). I have a hunch that this might be the case with other models as well.

Ruscios commented 3 years ago

8 Should fix this

bambash commented 3 years ago

Merged, cheers!