From 0b34abe5b860b7819db885bded2993483d0f0df6 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 22 Mar 2020 06:19:01 +1100 Subject: Fix formatting for report.h (#8512) --- tmk_core/common/report.h | 4 ++-- 1 file 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 . #include #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 -- cgit v1.2.3