Added board hardware driver support for the Maximus board (thanks to the PSGroove...
[pub/lufa.git] / LUFA / Drivers / Board / LEDs.h
index dd9ec33..0be6552 100644 (file)
                #include "CULV3/LEDs.h"
        #elif (BOARD == BOARD_BLACKCAT)
                #include "BLACKCAT/LEDs.h"
+       #elif (BOARD == BOARD_MAXIMUS)
+               #include "MAXIMUS/LEDs.h"
        #elif (BOARD == BOARD_USER)
                #include "Board/LEDs.h"
        #endif