OpenAnnePro / AnnePro2-Shine

Custom LED Matrix Firmware for Open Anne Pro 2 QMK Port
GNU General Public License v2.0
100 stars 51 forks source link

[Feature Request] Allow option to have LEDs on or off by default, and a default LED profile #35

Closed jmarmstrong1207 closed 3 years ago

jmarmstrong1207 commented 3 years ago

Currently, the LEDs are off by default and the first element in the profile array is the default profile. I wonder if it's possible to use Make to do this during compilation.

Codetector1374 commented 3 years ago

technically "yes" but I don't think this is an elegant solution. If you really want you can make QMK send a set profile command after LED init

jmarmstrong1207 commented 3 years ago

Makes sense. It seems like a much better solution would to just have the default keymap have commented out code for simple stuff like this to make it easier to customize. Basically better documentation