controller
controller copied to clipboard
Adding support for addressable LED strips
This is a relatively recent development from QMK, the ability to use the VCC Data and GND pins on the microcontrollers to enable support for these types of LEDs
It would be really useful for the IC family of boards also.
https://github.com/jackhumbert/qmk_firmware/pull/106
Hmm, that shouldn't be that difficult. In theory it should be possible to use any free pin (not sure if it's possible to make it more efficient utilizing a hardware module though). I had someone ping me more recently on helping out with something like this, perhaps it can be made to happen :D
Now that there is the PixelMap module and KLL support for aninamations this may be much more interesting to implement.