mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
#include "XMEGA/A3BU_XPLAINED/LEDs.h"
|
||||
#elif ((BOARD == BOARD_USB2AX) || (BOARD == BOARD_USB2AX_V3))
|
||||
#include "AVR8/USB2AX/LEDs.h"
|
||||
#elif (BOARD_MICROPENDOUS_32U2)
|
||||
#elif (BOARD == BOARD_MICROPENDOUS_32U2)
|
||||
#include "AVR8/MICROPENDOUS/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
|
||||
Reference in New Issue
Block a user