-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
something wrong #185
Comments
And what base layer is? it's not the driver layer, yes? Can i change driver layer (not fn functions)? |
The mapper can silently fail. And if there are syntax errors it currently doesn't warn you about them #138 The base layer is the default layer (i.e. when you hold down your FN key it wont highlight the active layer as it's in the base layer). Layer1-3 will highlight the given layer key when the FN key is held down. The driver layer isn't implemented as it requires constant communication with the software which wasn't something I was interested in. To use the driver layer try out the official software which does support it. There are some samples of lighting in the sample txt file https://github.com/pixeltris/GK6X/blob/master/Build/UserData/Sample.txt Newer keyboards only support mapping lighting to the base layer (it carries over to all the other layers). So the first lighting example in that file is worth trying out. There isn't any support for complex lighting effects such as when you press individual keys. However, there are in-built lighting effects which do that. Check our user manual on how to change between the two lighting effect modes. |
It worked after i reset keyboard and then map from official firmware 🤷♂️ |
Unfortunately it isn't possible to map key combos like that. You can do something like:
But the protocol doesn't support doing it the other way around. |
That's so sad.. It almost the best keyboard in the world.. Oh.. Anyway, thank you! |
for some reason mapper doesn't map all the time.. and i want to ask how i choose what lighting effect to use?
and another question.. does lighting effect which works when you press on key exist with single color, and not this rainbow mess.. btw, software is really cool, thank you!
The text was updated successfully, but these errors were encountered: