forked from mfulz_github/qmk_firmware
Fix typos in the new board hardware information header files.
This commit is contained in:
parent
2cd4c5aaa1
commit
f8f8ac0b1a
|
@ -123,7 +123,7 @@
|
||||||
(BOARD == BOARD_MICROPENDOUS_1) || (BOARD == BOARD_MICROPENDOUS_2) || \
|
(BOARD == BOARD_MICROPENDOUS_1) || (BOARD == BOARD_MICROPENDOUS_2) || \
|
||||||
(BOARD == BOARD_MICROPENDOUS_3) || (BOARD == BOARD_MICROPENDOUS_4) || \
|
(BOARD == BOARD_MICROPENDOUS_3) || (BOARD == BOARD_MICROPENDOUS_4) || \
|
||||||
(BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
|
(BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
|
||||||
(BOARD == BOARD_MICROPENDOUS_DIP) || definied(__DOXYGEN__))
|
(BOARD == BOARD_MICROPENDOUS_DIP) || defined(__DOXYGEN__))
|
||||||
#include "../../Buttons.h"
|
#include "../../Buttons.h"
|
||||||
|
|
||||||
/** Indicates the board has a hardware Buttons mounted. */
|
/** Indicates the board has a hardware Buttons mounted. */
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
|
#if ((BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
|
||||||
(BOARD == BOARD_MICROPENDOUS_32U2) || definied(__DOXYGEN__))
|
(BOARD == BOARD_MICROPENDOUS_32U2) || defined(__DOXYGEN__))
|
||||||
#include "../../LEDs.h"
|
#include "../../LEDs.h"
|
||||||
|
|
||||||
/** Indicates the board has a hardware LEDs mounted. */
|
/** Indicates the board has a hardware LEDs mounted. */
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
/** \ingroup Group_BoardInfo
|
/** \ingroup Group_BoardInfo
|
||||||
* \defgroup Group_BoardInfo_USB2AX_V3 USB2AX_V3
|
* \defgroup Group_BoardInfo_USB2AX_V3 USB2AX_V3
|
||||||
* \briefBoard specific information header for the Xevelabs USB2AX revision 3.
|
* \brief Board specific information header for the Xevelabs USB2AX revision 3.
|
||||||
*
|
*
|
||||||
* See \ref Group_BoardInfo_USB2AX for more details.
|
* See \ref Group_BoardInfo_USB2AX for more details.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue