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/orthodox | |
parent | 6a28ceefcda58ec530469ac98c38b970ba4780ab (diff) |
Switch over MANUFACTURER and PRODUCT to string literals (#18183)
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r-- | keyboards/orthodox/keymaps/drashna/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/orthodox/keymaps/drashna/config.h b/keyboards/orthodox/keymaps/drashna/config.h index e3a89bce6a..caa69821a0 100644 --- a/keyboards/orthodox/keymaps/drashna/config.h +++ b/keyboards/orthodox/keymaps/drashna/config.h @@ -58,9 +58,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #undef PRODUCT #ifdef KEYBOARD_orthodox_rev1 -# define PRODUCT Drashna Hacked Orthodox Rev .1 +# define PRODUCT "Drashna Hacked Orthodox Rev .1" #elif KEYBOARD_orthodox_rev3 -# define PRODUCT Drashna Hacked Orthodox Rev .3 +# define PRODUCT "Drashna Hacked Orthodox Rev .3" #endif #define QMK_ESC_OUTPUT D7 // usually COL |