prk_firmware
prk_firmware copied to clipboard
RGB Matrix
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