profet23 / atreus62

Design files for the atreus62 keyboard
GNU General Public License v3.0
219 stars 49 forks source link

Any way to add WS2812b support? Multiplex a pin? #7

Closed jsmestad closed 3 years ago

jsmestad commented 5 years ago

It appears all pins on the pro micro are used for the key matrix. Have you done any builds or mods to support RGB anywhere (like a WS2812b)? I am new to QMK and wasnt sure if the matrix scanning code could support pin multiplexing without impacting the matrix scanning code. Any ideas or am I out of luck?

profet23 commented 3 years ago

Yes. RGB can be supported. I recommend using an Elite-C controller instead of a pro-micro for this.

QMK firmware for elite-c and RGB underglow: https://github.com/profet23/qmk_firmware/tree/atreus62_rgb.

Uses Elite-C Pin B7 and 31 RGB LEDs from a WS2812B strip.