Format code

This commit is contained in:
Miguel Ángel 2021-10-30 18:47:15 +00:00
parent 4b78c125db
commit 866c9dd96e

View file

@ -138,7 +138,8 @@ static const uint8_t zmk_hid_report_desc[] = {
#ifdef CONFIG_ZMK_USB_REPORT_LEDS
/* LED */
0x85, 0x01,
0x85,
0x01,
/* REPORT_COUNT (5) */
HID_GI_REPORT_COUNT,
0x05,
@ -149,9 +150,11 @@ static const uint8_t zmk_hid_report_desc[] = {
HID_GI_USAGE_PAGE,
0x08,
/* USAGE_MINIMUM (1) */
0x19, 0x01,
0x19,
0x01,
/* USAGE_MAXIMUM (5) */
0x29, 0x05,
0x29,
0x05,
/* OUTPUT (Data, Variable, Absolute), */
HID_MI_OUTPUT,
0x02,