I am in the initial phases of designing a fully addressable RGB TKL keyboard.
Ok, more like "I am in deep water trying to understand if it is possible and which components to use"
Atm the only thing that seems set are the switches, cherry MX rgb, mainly cos they have clear top and milky bottom, they are somewhat cheap and easily available. Anche the diodes, but i mean, those are pretty easy to find.
The leds are more complicated. From my understanding, the WS2812 doesn't fit with the switch (even cutting part of it, i think the space is around 3mm and this led is 5x5, so i'd have to have a hole on the PCB and have those mounted under it. Would that work?
Another issue i'm trying to clear is driving and powering up those. Can i do a fully 88 TKL iso keyboard AND drive the leds with the same teensy 3.2? Do i need to get a 3.5 and the OctoWS2811 (this last one might be mandatory...maybe?).
On the power consumption, iirc they are rated for max 60mA each, meaning more than 5A of current total at max brightness. Does this mean i'll have to have an external power source for them? I don't think USB can give more than 2A, so i either drop the full matrix or change led - correct?
Any suggestions on this?
Forgive me if i ask dumb questions, i must admit i am a bit over my head with this project - but i WANT to make it.