diff options
Diffstat (limited to 'tmk_core/common/mousekey.c')
-rw-r--r-- | tmk_core/common/mousekey.c | 2 |
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) { | |||
471 | static void mousekey_debug(void) { | 471 | static 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(" "); |