aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/mousekey.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/mousekey.c')
-rw-r--r--tmk_core/common/mousekey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/mousekey.c b/tmk_core/common/mousekey.c
index d8cf63f77..63e74baa9 100644
--- a/tmk_core/common/mousekey.c
+++ b/tmk_core/common/mousekey.c
@@ -471,7 +471,7 @@ void mousekey_clear(void) {
471static void mousekey_debug(void) { 471static void mousekey_debug(void) {
472 if (!debug_mouse) return; 472 if (!debug_mouse) return;
473 print("mousekey [btn|x y v h](rep/acl): ["); 473 print("mousekey [btn|x y v h](rep/acl): [");
474 phex(mouse_report.buttons); 474 print_hex8(mouse_report.buttons);
475 print("|"); 475 print("|");
476 print_decs(mouse_report.x); 476 print_decs(mouse_report.x);
477 print(" "); 477 print(" ");