forked from mirror/qmk_firmware
Added board hardware driver support for the Blackcat USB JTAG board (thanks to the PSGroove team).
This commit is contained in:
@@ -127,6 +127,8 @@
|
||||
#include "UNO/LEDs.h"
|
||||
#elif (BOARD == BOARD_CULV3)
|
||||
#include "CULV3/LEDs.h"
|
||||
#elif (BOARD == BOARD_BLACKCAT)
|
||||
#include "BLACKCAT/LEDs.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user