summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-03-22 06:19:01 +1100
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit0b34abe5b860b7819db885bded2993483d0f0df6 (patch)
tree7f9d61a3a2eb100f74ac2d89f359b64ef1021c71
parent5a20bb87ca119e60cde30f0f92ec75c7cb768c89 (diff)
Fix formatting for report.h (#8512)
-rw-r--r--tmk_core/common/report.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/report.h b/tmk_core/common/report.h
index af91718bdc..61ef6ea66c 100644
--- a/tmk_core/common/report.h
+++ b/tmk_core/common/report.h
@@ -21,6 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdbool.h>
#include "keycode.h"
+// clang-format off
+
/* HID report IDs */
enum hid_report_ids {
REPORT_ID_KEYBOARD = 1,
@@ -39,8 +41,6 @@ enum mouse_buttons {
MOUSE_BTN5 = (1 << 4)
};
-// clang-format off
-
/* Consumer Page (0x0C)
*
* See https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf#page=75