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

Introduce new make targets to improve workflow #18

Closed tech2077 closed 4 years ago

tech2077 commented 4 years ago

New make behavior where default target creates both C15 and C18 builds. In addition, the targets make C15 and make C18 will compile just their respective versions.

The new outputs are in the build\<version> directories, and the .bin files are moved to build for convenient access. They're named annepro2-shine-C15.bin and annepro2-shine-C15.bin respectively.

Online instructions will need to be updated with this change.