]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - LUFA/Drivers/Board/AVR8/QMK/Board.h
Squashed 'lib/lufa/' changes from f2bd51f4e..bbdc9ac40
[qmk_firmware.git] / LUFA / Drivers / Board / AVR8 / QMK / Board.h
index 19a0f2dfeea9ace10209d3f7875778b3aeeb8c6c..b0d5ac447d0b630d64a755d628da07a69a3f7431 100644 (file)
@@ -1,65 +1,65 @@
-/*\r
-Copyright 2017 Jack Humbert\r
-\r
-This program is free software: you can redistribute it and/or modify\r
-it under the terms of the GNU General Public License as published by\r
-the Free Software Foundation, either version 2 of the License, or\r
-(at your option) any later version.\r
-\r
-This program is distributed in the hope that it will be useful,\r
-but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-GNU General Public License for more details.\r
-\r
-You should have received a copy of the GNU General Public License\r
-along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
-*/\r
-\r
-/** \file\r
- *  \brief General driver header for QMK-powered keyboards.\r
- *  \copydetails Group_BoardInfo_QMK\r
- *\r
- *  \note This file should not be included directly. It is automatically included as needed by the Board driver\r
- *        dispatch header located in LUFA/Drivers/Board/Board.h.\r
- */\r
-\r
-/** \ingroup Group_BoardInfo\r
- *  \defgroup Group_BoardInfo_QMK QMK\r
- *  \brief General driver header for QMK-powered keyboards.\r
- *\r
- *  General driver header for QMK-powered keyboards (http://qmk.fm).\r
- *\r
- *  @{\r
- */\r
-\r
-#ifndef __BOARD_QMK_H__\r
-#define __BOARD_QMK_H__\r
-\r
-       /* Includes: */\r
-               #include "../../../../Common/Common.h"\r
-               #include "../../LEDs.h"\r
-\r
-       /* Enable C linkage for C++ Compilers: */\r
-               #if defined(__cplusplus)\r
-                       extern "C" {\r
-               #endif\r
-\r
-       /* Preprocessor Checks: */\r
-               #if !defined(__INCLUDE_FROM_BOARD_H)\r
-                       #error Do not include this file directly. Include LUFA/Drivers/Board/Board.h instead.\r
-               #endif\r
-\r
-       /* Public Interface - May be used in end-application: */\r
-               /* Macros: */\r
-                       /** Indicates the board has hardware LEDs mounted. */\r
-                       #define BOARD_HAS_LEDS\r
-\r
-       /* Disable C linkage for C++ Compilers: */\r
-               #if defined(__cplusplus)\r
-                       }\r
-               #endif\r
-\r
-#endif\r
-\r
-/** @} */\r
-\r
+/*
+Copyright 2017 Jack Humbert
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/** \file
+ *  \brief General driver header for QMK-powered keyboards.
+ *  \copydetails Group_BoardInfo_QMK
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the Board driver
+ *        dispatch header located in LUFA/Drivers/Board/Board.h.
+ */
+
+/** \ingroup Group_BoardInfo
+ *  \defgroup Group_BoardInfo_QMK QMK
+ *  \brief General driver header for QMK-powered keyboards.
+ *
+ *  General driver header for QMK-powered keyboards (http://qmk.fm).
+ *
+ *  @{
+ */
+
+#ifndef __BOARD_QMK_H__
+#define __BOARD_QMK_H__
+
+       /* Includes: */
+               #include "../../../../Common/Common.h"
+               #include "../../LEDs.h"
+
+       /* Enable C linkage for C++ Compilers: */
+               #if defined(__cplusplus)
+                       extern "C" {
+               #endif
+
+       /* Preprocessor Checks: */
+               #if !defined(__INCLUDE_FROM_BOARD_H)
+                       #error Do not include this file directly. Include LUFA/Drivers/Board/Board.h instead.
+               #endif
+
+       /* Public Interface - May be used in end-application: */
+               /* Macros: */
+                       /** Indicates the board has hardware LEDs mounted. */
+                       #define BOARD_HAS_LEDS
+
+       /* Disable C linkage for C++ Compilers: */
+               #if defined(__cplusplus)
+                       }
+               #endif
+
+#endif
+
+/** @} */
+