aura-sdk
aura-sdk copied to clipboard
Add support for the keyboard
Fixes #1
@enteryournamehere, @kekkokk could you try this branch? I don't have a ROG keyboard so I can't check this is working.
Please, execute the example/rainbow.js
and see if it works.
git clone [email protected]:DanielRamosAcosta/aura-sdk.git
cd aura-sdk
git checkout keyboard-support
Download ASUS SDK and place it in the root of the working directory, so it remains like this: https://i.imgur.com/rH9dXna.png
npm install
npm run compile:cpp
npm run compile:ts
node ./example/rainbow.js
Thank you, will try it ASAP when I'm home (next 24 hours)
Nope I cannot make it to run
`C:\Users\Duri\Desktop\aura-sdk-keyboard-support>node example\rainbow.js DRAM controller isn't supported Entering setupKeyboard I'm going to execute createClaymoreKeyboard
C:\Users\Duri\Desktop\aura-sdk-keyboard-support>`
Also including ClaymoreProtocol.dll (which is absolutely needed btw) no way to reach
printf("All ended OK\n");
Didn't know about that DLL, I'll try it when I arrive home
I managed to get it working! It's the same that with the GPU, the DLL has to be in the CWD.
Could you pull and try again plase @enteryournamehere , @kekkokk?
Ok so, running example, it seems it can take the control of the keyboard since it turns black when launching script but no colors are displayed
I've added some log, can you share the output?
yeah, this evening after work
I am getting this:
(...)\aura-sdk> node example\rainbow.js
warning: controllerCountMb < 1
DRAM controller isn't supported
warning: controllerCountKeyboard < 1
I do have a compatible keyboard, as far as I know - I have a ROG Strix GL503VD-FY127T with an Aura rgb keyboard.
Here is the output from npm install
, maybe those warnings have something to do with it? (of course I can paste the output here if you want)
@enteryournamehere That's an error that happens sometimes to me... Can you try changing the color with Aura software, and then execute the script again?
I've changed the colour with Aura software but the script still gives the same error.
I've no idea 😢. Sorry but I don't have that keyboard to test...