Skip to content
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

Remapping lighting effects keys #50

Closed
skibbipl opened this issue Jul 1, 2020 · 2 comments
Closed

Remapping lighting effects keys #50

skibbipl opened this issue Jul 1, 2020 · 2 comments

Comments

@skibbipl
Copy link

skibbipl commented Jul 1, 2020

I would like to remap Fn+Backspace (turn on/off lighting) to some other FN combination. But I cannot find key codes for lighting effects in the source code. Is it possible at all?

@pixeltris
Copy link
Owner

Unfortunately the fn key set on the base layer cannot be mapped (firmware limitation). But these can be used to map keys to control the lighting:

        NextLightingEffect = 0x09010010,// NOTE: Only works on base layer
        NextReactiveLightingEffect = 0x09010011,// NOTE: Only works on base layer
        BrightnessUp = 0x09020001,
        BrightnessDown = 0x09020002,
        LightingSpeedDecrease = 0x09030002,
        LightingSpeedIncrease = 0x09030001,
        LightingPauseResume = 0x09060001,
        ToggleLighting = 0x09060002,

@skibbipl
Copy link
Author

skibbipl commented Jul 2, 2020

Yeah, I want to remap keys on Layer1 so I guess this will solve my issues.

@skibbipl skibbipl closed this as completed Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants