mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-15 20:31:27 +00:00
Fix typo in the LED dispatch header, breaking builds for Leonardo board or boards without a LUFA provided LED driver.
This commit is contained in:
parent
f0e5425208
commit
6fb6c628fa
@ -193,7 +193,7 @@
|
||||
#include "AVR8/OLIMEXT32U4/LEDs.h"
|
||||
#elif (BOARD == BOARD_OLIMEXISPMK2)
|
||||
#include "AVR8/OLIMEXISPMK2/LEDs.h"
|
||||
#elif (BOARD == BOARD_LEONDARDO)
|
||||
#elif (BOARD == BOARD_LEONARDO)
|
||||
#include "AVR8/LEONARDO/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
|
Loading…
Reference in New Issue
Block a user