Heyo!
I own a Cooler Master Masterkeys Pro L RGB and I tried out aurora on rocket league but it doesn't seem to be changing the color of my keyboard, it just stays on a static blue and isn't giving me a boost indicator or a score indicator.
I don't know if I am doing something wrong or if the program isn't optimized for the masterkeys pro L series yet.
If you'd like someone to test aurora on a cooler master masterkeys pro L I can help you out ;)
Rocket League support has been broken for ages. That's why it doesn't work.
On May 1, 2017, at 08:04, OrbitTurtle notifications@github.com wrote:
Heyo!
I own a Cooler Master Masterkeys Pro L RGB and I tried out aurora on rocket league but it doesn't seem to be changing the color of my keyboard, it just stays on a static blue and isn't giving me a boost indicator or a score indicator.
I don't know if I am doing something wrong or if the program isn't optimized for the masterkeys pro L series yet.If you'd like someone to test aurora on a cooler master masterkeys pro L I can help you out ;)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Rocket League support has been broken for ages. That's why it doesn't work.
So it should basically work on other games? Are you going to fix rocket league? Or is it something in the game that broke it?
Also, I just noticed the P1 to P4 keys aren't lighting up ;)
It should work with other games. I just can't be bothered to find new pointers for Rocket League.
On May 1, 2017, at 08:52, OrbitTurtle notifications@github.com wrote:
Also, I just noticed the P1 to P4 keys aren't lighting up ;)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Could you see if everything is working for other games?
Aurora seems working fine with Masterkeys Pro L on v0.6.0b except for a couple of things:
I could not try it out with v0.6.1-dev as it would not register the device at all.
I looked into the docs of the CoolerMasterSDK and line 92-94 seems to be correct according to the given numbers in the documentation.
Does anyone have the numpad lighting problem on Cooler Master devices other than the Masterkeys Pro L? As I might just add a minor change to the coords for the lighting of those numpad keys even though it should be correct according to the docs.
@hsnabn I've added a commit that hopefully will resolve the numpad mapping, however the P1-P4 keys and pause keys match the documentation just like the numpad ones. Could you try downloading the CM SDK and use the example to try setting the lights to see what coordinates work for those keys? You can find the listed coords under SDK in the zip.
Pause,P1-P4 works with the given coordinate
Pause 0,17
P1 0,18
.
.
P4 0,21
Also something else.
numpad 4-6 works with 3,18 3,19 3,20
all of this tested with the example exe found in the sdk folder.
@froe Hmm, I'm really unsure why it isn't working properly then because that would say that the coords given are correct, but the mapping we have is the same as what is listed. I'll try and look into this a bit more.
In the latest version v0.6.1-dev3, the P1-P4 keys light up correctly, as well as Numpad 4-5, but Numpad 6 does not work.
In the SDK example, coordinates work and light up the keys as per @froe's observations (i.e. according to the SDK document).
any solution yet ?
I had this problem with my 4 key (and P1-4) then I installed v0.6.1-dev3 and it switched to my 5 key. I then switched to v0.6.1-dev2 and everything seems to be in working order now (as far as keys lighting up).
I downloaded the v0.6.1-dev3 source and got it working:
{DeviceKeys.NUM_FOUR, new int [] {3, 18} },
{DeviceKeys.NUM_FIVE, new int [] {3, 19} },
{DeviceKeys.NUM_SIX, new int [] {3, 20} }, is what works for me
@kythre I'll try switching it back in the next build to what you have listed there. I don't know why it's such a hassle to get this working consistently.
Hello, when are you going to release the new build with the fixed lighting for 4-5-6 keys on the MasterKeys Pro L?
Thank you
@Millidan I'm not sure, I wanna fix a few more bugs then I'll try and get it out. I believe there are some more bugs with some of the stuff I've introduced so I don't want to release a really buggy dev build to be the goto one
@Millidan I've release v0.6.1-dev4. Could you try that and see if it sorts it out for you?
@simon-wh Hey, Unfortunately I had to RMA my CM keyboard and I will have it back within a week .
I've got my MK Pro L back and downloaded v0.6.1-dev4 and everything works perfectly, Thank you <3
@simon-wh Actually in this new build the Enter key doesn't light up anymore XD
@Millidan Could you try out this build from the commit above?
@simon-wh Tried that build, All the keys light up perfectly. Thank you for the effort.
Can someone with a Pro L try out this build to verify that Pro L support has not been affected by the changes for the MK750?