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
63 changed files with 113 additions and 928 deletions

View File

@@ -17,7 +17,7 @@
#pragma once
#undef MANUFACTURER
#define MANUFACTURER Trner
#define MANUFACTURER "Trner"
/* Select hand configuration */
#define MASTER_LEFT

View File

@@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_FORCE_HOLD
#define TAPPING_TERM 150
#undef PRODUCT
#define PRODUCT CRKBD Loose Transistor Ed.
#define PRODUCT "CRKBD Loose Transistor Ed."
#ifdef RGBLIGHT_ENABLE
//#undef RGBLED_NUM

View File

@@ -131,7 +131,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define NO_ACTION_ONESHOT
#undef PRODUCT
#define PRODUCT Corne Keyboard
#define PRODUCT "Corne Keyboard"
#define LCPC_KEYS KC_LCTL, KC_LSFT, KC_9
#define RCPC_KEYS KC_RCTL, KC_RSFT, KC_0