vial-kb / vial-qmk

QMK fork with Vial-specific features.
https://get.vial.today/
GNU General Public License v2.0
823 stars 2.37k forks source link

RGB matrix animations not propagating correctly with split keyboard #523

Open linkpy opened 1 year ago

linkpy commented 1 year ago

using keymap : https://github.com/linkpy/vial-qmk/tree/vial/keyboards/splitkb/aurora/sofle_v2/keymaps/vial

i enabled rgb matrix animations and for example for the reactive solid splash one, pressing a key on the right hand will make the splash animation propagate to the left hand, but not the other way around: the animation doesnt propagate to the right hand when i press a key on the left hand.

to reproduice

example :

https://github.com/vial-kb/vial-qmk/assets/2700596/89711e85-df1f-4a52-883d-3fe68a187e5f

(note: in this video the left hand doesnt have backlight leds but only underglow one)

lesshonor commented 1 year ago

Have you verified that this does work in vanilla QMK with identical configs? I only see one split data sync configuration setting set, and it wouldn't affect RGB.

linkpy commented 1 year ago

oh damn i had no idea these configuration existed. i am unable to try now but in the evening i'll give a try to SPLIT_TRANSPORT_MIRROR (which seems to be what i want).