mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Add missing BOARD_POLOLUMICRO definition.
This commit is contained in:
parent
e3ff551659
commit
75b68126d0
@ -73,6 +73,7 @@ BOARD_STANGE_ISP = AVR8 : at90usb162 :
|
||||
BOARD_U2S = AVR8 : atmega32u2 :
|
||||
BOARD_YUN = AVR8 : atmega32u4 :
|
||||
BOARD_MICRO = AVR8 : atmega32u4 :
|
||||
BOARD_POLOLUMICRO = AVR8 : atmega32u4 :
|
||||
BOARD_XPLAINED_MINI = AVR8 : atmega32u4 :
|
||||
#
|
||||
# ----------------- XMEGA Boards -----------------
|
||||
|
@ -240,8 +240,11 @@
|
||||
/** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_MICRO 58
|
||||
|
||||
/** Selects the Pololu A-Star Micro specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_POLOLUMICRO 59
|
||||
|
||||
/** Selects the Atmel Xplained-MINI specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_XPLAINED_MINI 59
|
||||
#define BOARD_XPLAINED_MINI 60
|
||||
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define BOARD_ BOARD_NONE
|
||||
|
Loading…
Reference in New Issue
Block a user