forked from mirror/qmk_firmware
Added board hardware driver support for the Minimus board (thanks to the PSGroove team).
This commit is contained in:
@@ -103,6 +103,8 @@
|
||||
#include "UDIP/Buttons.h"
|
||||
#elif (BOARD == BOARD_CULV3)
|
||||
#include "CULV3/Buttons.h"
|
||||
#elif (BOARD == BOARD_MINIMUS)
|
||||
#include "MINIMUS/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user