mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-05 12:10:42 +02:00

- Remove prog_char from xpritnf - Remove prog_macro_t from acton_macro avr-libc-1.8 removed 'prog_*' typedef because the usage of the __progmem__ attribute on a type is not supported in GCC. http://www.nongnu.org/avr-libc/changes-1.8.html