Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `tzarc/djinn` screen geometry. (#18478) | Nick Brassel | 2022-09-25 | 1 | -2/+2 |
| | |||||
* | [Fix] Patches after printf library update (#17584) | Stefan Kerkmann | 2022-07-07 | 1 | -5/+5 |
| | | | | | | | | | | | | * Add missing '(' to print_bin_reverse32 declaration * Fix insufficient character buffers on satisfaction75 * Remove \0 character in format string and use corrected offset math instead on rocketboard 16 * Replace snprintf_ with snprintf for djinn * Explicitly ignore format checks for tracktyl manuform that uses %b specifier * Print properly escaped version string in command.c, as PRODUCT or other defines can contain constructs like 'Vendor keyboard 66%' which will be interpreted as a format specifier | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-24 | 2 | -0/+37 |
|\ | |||||
| * | Fix up Djinn fuse handling. (#17465) | Nick Brassel | 2022-06-24 | 2 | -0/+37 |
| | | |||||
* | | Fixup SPI mode 3 => 0 on tzarc/djinn. (#17440) | Nick Brassel | 2022-06-21 | 1 | -1/+1 |
|/ | |||||
* | Add Djinn. (#17382) | Nick Brassel | 2022-06-20 | 42 | -0/+2142 |
* Add Djinn. * Review comments. * Further cleanup. |