X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fmousekey.c;h=1d35355b496fe919b65a9a3f49e97bceba65694f;hb=a112f3614e0e3204ce35dcdfbf2723c3382c4c35;hp=76bd0fd3630fcaa8d3744d3b88e60823e3605a01;hpb=f4125707399d11a7d80587659c464b9bcddb8c56;p=max%2Ftmk_keyboard.git diff --git a/common/mousekey.c b/common/mousekey.c old mode 100755 new mode 100644 index 76bd0fd3..1d35355b --- a/common/mousekey.c +++ b/common/mousekey.c @@ -121,12 +121,12 @@ void mousekey_clear_report(void) static void mousekey_debug(void) { if (!debug_mouse) return; - print("mousekey[btn|x y v h]: "); + print("mousekey [btn|x y v h]rep: ["); phex(report.buttons); print("|"); phex(report.x); print(" "); phex(report.y); print(" "); phex(report.v); print(" "); - phex(report.h); + phex(report.h); print("]"); phex(mousekey_repeat); print("\n"); }