mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-19 22:59:23 +00:00
Fix formatting for report.h (#8512)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user