Jump to content
Corsair Community

Re-Creating the "type lighting key" effect in the default profiles


pokelolmon

Recommended Posts

I'm just starting to learn the SDK, as an exercise I was trying to recreate the "Type lighting Key" effect under type lighting in the default profile.

I was able to make each individual key light up simultaneously as in the default effect using threads, but when I hit the same key twice, the color does not completely change like the default one, rather it goes into a weird color changing effect due to two threads being spawned (one thread per key stroke).

 

Can someone help me regarding how to fix this.

 

 

PS:- Im new to c++ but have a fair knowledge in coding. Attached some code as well.

text_highlight.txt

Edited by pokelolmon
typos
Link to comment
Share on other sites

×
×
  • Create New...