summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/ps2_mouse.c
diff options
context:
space:
mode:
authorOfer Plesser2016-12-03 13:09:42 +0200
committerOfer Plesser2016-12-03 13:09:42 +0200
commit9f41544e1de12b92bdc15538ec7a9e66a4af0c43 (patch)
tree50192c08c4683de262dbfacc2192a3d73ccd28a3 /tmk_core/protocol/ps2_mouse.c
parentd639e08a3131892c608760df4e3806d843a91176 (diff)
Added back PS2_MOUSE_INIT_DELAY define
Diffstat (limited to 'tmk_core/protocol/ps2_mouse.c')
-rw-r--r--tmk_core/protocol/ps2_mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/ps2_mouse.c b/tmk_core/protocol/ps2_mouse.c
index f247ba8dc..04c15dd4f 100644
--- a/tmk_core/protocol/ps2_mouse.c
+++ b/tmk_core/protocol/ps2_mouse.c
@@ -283,4 +283,4 @@ static inline void ps2_mouse_scroll_button_task(report_mouse_t *mouse_report) {
}
RELEASE_SCROLL_BUTTONS;
-} \ No newline at end of file
+}