I'm having some strange issue. I have an iris (split). I have the right side as master. I have a speaker on the left side.
When I flash both, and then connect the usb cable to the right/master, and press a key to play sound, it doesn't play it.
If I then connect the usb cable to the left(supposedly slave), and press the same key but mirrored, it does play the sound.
Is that a limitation, or bug, or just something that was forgotten?
As per the discussion on discord, audio wont happen when its on the slave side, due to it not processing key presses. To get both halves to process keycodes, that has its own rabbit hole of issues,
some of which are covered in #5998.
Indeed. I just wanted maybe some more documentation or code related to it, and the linked PR helps a bit. Thanks. I will close this issue.
Most helpful comment
As per the discussion on discord, audio wont happen when its on the slave side, due to it not processing key presses. To get both halves to process keycodes, that has its own rabbit hole of issues,
some of which are covered in #5998.