Skip to content

Commit

Permalink
Fix formatting for report.h (qmk#8512)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and fdidron committed Jun 12, 2020
1 parent 5a20bb8 commit 0b34abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmk_core/common/report.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 0b34abe

Please sign in to comment.