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
|
@ -42,7 +42,7 @@
|
|||
#define SPI_DEBUG_SCAN_RATE
|
||||
|
||||
#undef MANUFACTURER
|
||||
#define MANUFACTURER Window of Fire
|
||||
#define MANUFACTURER "Window of Fire"
|
||||
|
||||
// Some keyboards enable BACKLIGHT_CAPS_LOCK without checking if backlight is enabled.
|
||||
// Undef as appropriate to avoid compiler warnings in that case.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue