We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
charybdis.c
QMK's printf library was updated recently.
printf
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",
The text was updated successfully, but these errors were encountered:
See eyalroz/printf#135.
Sorry, something went wrong.
Fixed by qmk@928bbde.
0xcharly
No branches or pull requests
QMK's
printf
library was updated recently.The text was updated successfully, but these errors were encountered: