Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix debug statement in charybdis.c #14

Closed
0xcharly opened this issue Jul 14, 2022 · 2 comments
Closed

Fix debug statement in charybdis.c #14

0xcharly opened this issue Jul 14, 2022 · 2 comments
Assignees

Comments

@0xcharly
Copy link
Collaborator

QMK's printf library was updated recently.

 dprintf("(charybdis) process_record_kb: config = {\n"
		"\traw = 0x%04X,\n"
		"\t{\n"
		"\t\tis_dragscroll_enabled=%d\n"
		"\t\tis_sniping_enabled=%d\n"
		"\t\tdefault_dpi=0x%02X (%u)\n"
		"\t\tsniping_dpi=0x%01X (%u)\n"
		"\t}\n"
		"}\n",
@0xcharly
Copy link
Collaborator Author

See eyalroz/printf#135.

@0xcharly 0xcharly self-assigned this Jul 14, 2022
@0xcharly
Copy link
Collaborator Author

Fixed by qmk@928bbde.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant