Switch over MANUFACTURER and PRODUCT to string literals (#18183)
This commit is contained in:
parent
6a28ceefcd
commit
d983251c10
63 changed files with 113 additions and 928 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#ifdef PRODUCT
|
||||
# undef PRODUCT
|
||||
# define PRODUCT Iris Keyboard - pvinis
|
||||
# define PRODUCT "Iris Keyboard - pvinis"
|
||||
#endif
|
||||
|
||||
// Use I2C or Serial, not both.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue