prk_firmware icon indicating copy to clipboard operation
prk_firmware copied to clipboard

RGB Matrix

Open yswallow opened this issue 2 years ago • 0 comments

I implemented a pattern circle.

Set LED physical position by rgb.ws2812_set_pos().

The range of values is common to QMK. https://docs.qmk.fm/#/feature_rgb_matrix?id=common-configuration LED flag and LED position in Key Matrix is not implemented.

ex.

rgb.ws2812_set_pos( [ [188, 16], [187, 48], [149, 64], [112, 64], [37, 48], [38, 16] ] )

And split communication is not implemented yet.

#45

yswallow avatar Aug 13 '22 11:08 yswallow