summaryrefslogtreecommitdiffstats
path: root/keyboards/tzarc/djinn/graphics/theme_djinn_default.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-307/+0
|
* Djinn theme, allow force redraws (#18558)Nick Brassel2022-10-011-2/+2
|
* [Fix] Patches after printf library update (#17584)Stefan Kerkmann2022-07-071-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
* Add Djinn. (#17382)Nick Brassel2022-06-201-0/+307
* Add Djinn. * Review comments. * Further cleanup.