aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/pjrc/usb_keyboard.h
diff options
context:
space:
mode:
authorGravatar skullY <skullydazed@gmail.com>2019-08-30 11:19:03 -0700
committerGravatar skullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commitb624f32f944acdc59dcb130674c09090c5c404cb (patch)
treebc13adbba137d122d9a2c2fb2fafcbb08ac10e25 /tmk_core/protocol/pjrc/usb_keyboard.h
parent61af76a10d00aba185b8338604171de490a13e3b (diff)
downloadqmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.gz
clang-format changes
Diffstat (limited to 'tmk_core/protocol/pjrc/usb_keyboard.h')
-rw-r--r--tmk_core/protocol/pjrc/usb_keyboard.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/tmk_core/protocol/pjrc/usb_keyboard.h b/tmk_core/protocol/pjrc/usb_keyboard.h
index 9b798e9a8..919685fde 100644
--- a/tmk_core/protocol/pjrc/usb_keyboard.h
+++ b/tmk_core/protocol/pjrc/usb_keyboard.h
@@ -22,19 +22,17 @@
*/
#ifndef USB_KEYBOARD_H
-#define USB_KEYBOARD_H 1
+#define USB_KEYBOARD_H 1
#include <stdint.h>
#include <stdbool.h>
#include "usb.h"
#include "host.h"
-
-extern uint8_t usb_keyboard_idle_count;
+extern uint8_t usb_keyboard_idle_count;
extern volatile uint8_t usb_keyboard_leds;
-
int8_t usb_keyboard_send_report(report_keyboard_t *report);
-void usb_keyboard_print_report(report_keyboard_t *report);
+void usb_keyboard_print_report(report_keyboard_t *report);
#endif