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
|
|
@ -17,7 +17,7 @@
|
|||
#pragma once
|
||||
|
||||
#undef MANUFACTURER
|
||||
#define MANUFACTURER Trner
|
||||
#define MANUFACTURER "Trner"
|
||||
|
||||
/* Select hand configuration */
|
||||
#define MASTER_LEFT
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue