65
63
#define AUXLED_RGB_DDR DDRA // DDRA or DDRB or DDRC
66
64
#define AUXLED_RGB_PUE PUEA // PUEA or PUEB or PUEC
68
71
// with so many pins, doing this all with #ifdefs gets awkward...
69
72
// ... so just hardcode it in each hwdef file instead
70
73
inline void hwdef_setup() {