Switch over MANUFACTURER and PRODUCT to string literals (#18183)

This commit is contained in:
Ryan 2022-08-29 02:59:40 +10:00 committed by GitHub
parent 6a28ceefcd
commit d983251c10
Failed to generate hash of commit
63 changed files with 113 additions and 928 deletions

View file

@ -28,7 +28,7 @@
#endif // RGBLIGHT_ENABLE
#undef PRODUCT
#define PRODUCT DrashnaDox - Hacked ErgoDox EZ Hybrid Monstrosity
#define PRODUCT "DrashnaDox - Hacked ErgoDox EZ Hybrid Monstrosity"
#undef DEBOUNCE
#define DEBOUNCE 20

View file

@ -17,5 +17,5 @@
#ifdef KEYBOARD_ergodox_ez
#undef PRODUCT
#define PRODUCT ErgoDox EZ - Modified by <@jjerrell>
#define PRODUCT "ErgoDox EZ - Modified by <@jjerrell>"
#endif

View file

@ -5,9 +5,9 @@
#undef DEVICE_VER
#define DEVICE_VER 0x0001
#undef MANUFACTURER
#define MANUFACTURER meagerfindings
#define MANUFACTURER "meagerfindings"
#undef PRODUCT
#define PRODUCT ErgoDox
#define PRODUCT "ErgoDox"
#define USB_MAX_POWER_CONSUMPTION 500

View file

@ -32,5 +32,5 @@
#if defined(KEYBOARD_primekb_prime_m)
# undef PRODUCT
# define PRODUCT Drashna Hacked Prime_M Macro Pad
# define PRODUCT "Drashna Hacked Prime_M Macro Pad"
#endif

View file

@ -70,11 +70,11 @@
#if defined(KEYBOARD_planck)
# undef PRODUCT
# if defined(KEYBOARD_planck_light)
# define PRODUCT Drashna Hacked RGB Beacon(Planck Light)
# define PRODUCT "Drashna Hacked RGB Beacon(Planck Light)"
# elif defined(KEYBOARD_planck_rev6)
# define PRODUCT Drashna Hacked Planck Rev6
# define PRODUCT "Drashna Hacked Planck Rev6"
# elif defined(KEYBOARD_planck_ez)
# define PRODUCT Drashna Hacked Planck EZ
# define PRODUCT "Drashna Hacked Planck EZ"
# define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 4095
# endif
#endif

View file

@ -32,7 +32,7 @@
#ifdef KEYBOARD_planck_ez_glow
#undef PRODUCT
#define PRODUCT Planck EZ Glow - Modified by <@jjerrell>
#define PRODUCT "Planck EZ Glow - Modified by <@jjerrell>"
#endif
/*

View file

@ -26,9 +26,9 @@
// Rebrand the PCB
# undef PRODUCT
# define PRODUCT Protorne Keyboard
# define PRODUCT "Protorne Keyboard"
# undef MANUFACTURER
# define MANUFACTURER Waffles
# define MANUFACTURER "Waffles"
// Remove OLED definitions?
# undef USE_I2C

View file

@ -87,9 +87,9 @@
#undef PRODUCT
#ifdef CONVERT_TO_PROTON_C
# define PRODUCT Drashna Hacked ARM Corne Keyboard
# define PRODUCT "Drashna Hacked ARM Corne Keyboard"
#else
# define PRODUCT Drashna Hacked Corne Keyboard
# define PRODUCT "Drashna Hacked Corne Keyboard"
#endif
#define TAPPING_TERM_PER_KEY