remap icon indicating copy to clipboard operation
remap copied to clipboard

Lightning support for RGB_Matrix

Open ToastyStoemp opened this issue 4 years ago • 6 comments

Via currently does not support RGB_Matrix lightning controls (you can assign the keycodes to switches, but can't directly set the animation and colour from the app)

Would be a huge feature if this was possible through Remap

ToastyStoemp avatar Sep 12 '21 11:09 ToastyStoemp

@ToastyStoemp We recognize that Remap already have such lightning control feature like the following:

Screenshot_20210912_205032

Was the feature you mentioned like the above?

yoichiro avatar Sep 12 '21 11:09 yoichiro

This control is only for RGB lightning, Adding control for RGB Matrix lightning is what I'm hoping for.

RGB Matrix allows you to map LED's to specific switches, example from the KeyBee65 PCB: image

RGB Matrix also allows you to have per key LED and underglow in one chain of individually addressable led's.

ToastyStoemp avatar Sep 12 '21 12:09 ToastyStoemp

Mock-up image

ToastyStoemp avatar Sep 12 '21 12:09 ToastyStoemp

@ToastyStoemp Ah, I see. Yes, the RGB lightning and RGB Matrix are different. But, unfortunately, I guess that we cannot implement such feature currently. Because, Remap uses the VIA protocol to implement each feature, but I recognize that the VIA protocol does not support the RGB matrix.

yoichiro avatar Sep 12 '21 13:09 yoichiro

Ah so it's not something we could add without via supporting it

ToastyStoemp avatar Sep 12 '21 13:09 ToastyStoemp

It's supported now: https://github.com/qmk/qmk_firmware/blob/master/quantum/via.c#L637 Since: https://github.com/qmk/qmk_firmware/pull/16086

JohnAZoidberg avatar Feb 01 '23 10:02 JohnAZoidberg