mattdibi / redox-keyboard

Ergonomic split mechanical keyboard
MIT License
1.78k stars 167 forks source link

RGB underglow on redox_w #30

Closed Pastitas closed 5 years ago

Pastitas commented 5 years ago

Hi! currently writing this from my newly built Redox rev-1 (with wich i'm falling in love, great design!) i was wondering if you have thought about a redox wireless with rgb underglow. I have found this repo that achieves somewhat the same thing.

So, have you tought about it? maybe i could get it working. Also haven't really looked into mitosis firmware deep, would a hardware mod be necesary for this to work? it does not look like it would from what i've seen in that repo

Thanks in advance, best regards!.

mattdibi commented 5 years ago

Hi,

I considered it and discarded the idea as the power consumption would skyrocket. Right now we have an average current draw of around 250 uA during use. Adding an RGB strip WS2812 based would mean adding 40 mA PER LED! Remember you only have 2200 mAh of battery! 5 LEDs would kill the battery in 10h (in reality this number is lower because the MCUs works for 1.7-3.3V range) which is two orders of magnitude less then current expected battery life.

If you want the LEDs that bad you actually need some hardware tinkering since there's the need to carry power (remember that the transmitters are 3.3V whereas WS2812 typically are 5V based) and data from the MCUs to drive them.

Hope this answer your question.

mattdibi commented 5 years ago

Closing as resolved.