95
95
#define AUXLED_RGB_DDR DDRA // DDRA or DDRB or DDRC
96
96
#define AUXLED_RGB_PUE PUEA // PUEA or PUEB or PUEC
98
103
// with so many pins, doing this all with #ifdefs gets awkward...
99
104
// ... so just hardcode it in each hwdef file instead
100
105
inline void hwdef_setup() {