diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-29 02:59:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 09:59:40 -0700 |
commit | d983251c10c4bb152c746dc4e94bc954b1b82c8c (patch) | |
tree | 3a4832d82b2d68a9eb3ff1ca2e804a16c1aca152 /keyboards/bpiphany | |
parent | 6a28ceefcda58ec530469ac98c38b970ba4780ab (diff) |
Switch over MANUFACTURER and PRODUCT to string literals (#18183)
Diffstat (limited to 'keyboards/bpiphany')
-rw-r--r-- | keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h b/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h index 122627e88f..9ff01f7e84 100644 --- a/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h +++ b/keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h @@ -3,4 +3,4 @@ /* overridden settings: */ #undef PRODUCT -#define PRODUCT Pegasus Hoof Citadel +#define PRODUCT "Pegasus Hoof Citadel" |