Close

Discussions

Mike wrote 11/18/2022 at 05:38 point

Do you have anything with a bit more information on the wiring?  Maybe what goes to what for which purpose?   I'm brand new at this and while this looks interesting it's a bit intimidating :)

  Are you sure? yes | no

Mapembert wrote 08/01/2021 at 23:18 point

This is great work! In theory how many keys could be used in one keyboard? Like the max?

  Are you sure? yes | no

Pedro Barbero wrote 08/02/2021 at 04:58 point

Hi Mapembert, thankyou for your comment and following my project.

theoretically each SK6812 4020 has a current consumption of 1mA (Page 5/15 of this PDF):

http://www.normandled.com/upload/201804/SK6812%204020%20SIDE%20LED%20Datasheet.pdf

USB can handle about 1A, so you can build a complete 104 ISO keys keyboard with these PCBs. Actually I'm driving 62 leds with a single USB with any problem.

I recommend set the max PWM in QMK software about 100 or lower (leds are too bright), pushing down the current consumption.

https://github.com/qmk/qmk_firmware/blob/master/docs/feature_rgblight.md

Here you have more information about neopixel configuration in QMK.

This information will be added to the building instruction 

  Are you sure? yes | no