forked from mirrors/qmk_userspace
Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)
This commit is contained in:
parent
4706231831
commit
9c74fd14bc
5 changed files with 30 additions and 24 deletions
|
@ -3,6 +3,7 @@
|
|||
#if defined(__AVR__)
|
||||
# include <avr/pgmspace.h>
|
||||
#else
|
||||
# include <string.h>
|
||||
# define PROGMEM
|
||||
# define PSTR(x) x
|
||||
# define PGM_P const char*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue