forked from mirror/qmk_firmware
Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.
Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
This commit is contained in:
@@ -81,6 +81,8 @@
|
||||
#include "ATAVRUSBRF01/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
#elif (BOARD == BOARD_BUMBLEB)
|
||||
#include "BUMBLEB/Buttons.h"
|
||||
#else
|
||||
#error The selected board does not contain any GPIO buttons.
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user