Update branding in metadata files

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-03-23 11:37:57 +08:00
parent 1284828a07
commit 36731a4fb7
11 changed files with 20 additions and 17 deletions

View File

@ -1,5 +1,5 @@
{
"keyboard_name": "Lotus Keyboard",
"keyboard_name": "Laptop 16 ANSI Keyboard",
"manufacturer": "Framework Computer Inc",
"maintainer": "JohnAZoidberg",
"bootloader": "rp2040",
@ -14,7 +14,7 @@
},
"debounce": 5,
"processor": "RP2040",
"url": "https://frame.work",
"url": "https://fr.mw/FRAKDKEN",
"usb": {
"device_version": "0.1.3",
"pid": "0x0012",

View File

@ -1,5 +1,5 @@
{
"keyboard_name": "Lotus Gridpad",
"keyboard_name": "Laptop 16 Gridpad",
"manufacturer": "Framework Computer Inc",
"maintainer": "JohnAZoidberg",
"bootloader": "rp2040",
@ -14,7 +14,7 @@
},
"debounce": 5,
"processor": "RP2040",
"url": "https://frame.work",
"url": "https://fr.mw/FRAKDNEN",
"usb": {
"device_version": "0.1.3",
"pid": "0x0013",

View File

@ -1,5 +1,5 @@
{
"keyboard_name": "Lotus",
"keyboard_name": "Laptop 16 ISO Keyboard",
"manufacturer": "Framework Computer Inc",
"maintainer": "JohnAZoidberg",
"bootloader": "rp2040",
@ -14,7 +14,7 @@
},
"debounce": 5,
"processor": "RP2040",
"url": "https://frame.work",
"url": "https://fr.mw/FRAKDKEN",
"usb": {
"device_version": "0.1.3",
"pid": "0x0018",

View File

@ -1,5 +1,5 @@
{
"keyboard_name": "Lotus Keyboard",
"keyboard_name": "Laptop 16 JIS Keyboard",
"manufacturer": "Framework Computer Inc",
"maintainer": "JohnAZoidberg",
"bootloader": "rp2040",
@ -14,7 +14,7 @@
},
"debounce": 5,
"processor": "RP2040",
"url": "https://frame.work",
"url": "https://fr.mw/FRAKDKEN",
"usb": {
"device_version": "0.1.3",
"pid": "0x0019",

View File

@ -1,5 +1,5 @@
{
"name": "Framework Lotus ANSI Keyboard",
"name": "Framework Laptop 16 ANSI Keyboard",
"vendorId": "0x32AC",
"productId": "0x0012",
"matrix": {"rows": 8, "cols": 16},

View File

@ -1,5 +1,5 @@
{
"name": "Framework Lotus Gridpad",
"name": "Framework Laptop 16 Gridpad",
"vendorId": "0x32AC",
"productId": "0x0013",
"matrix": {"rows": 4, "cols": 8},

View File

@ -1,5 +1,5 @@
{
"name": "Framework Lotus ISO Keyboard",
"name": "Framework Laptop 16 ISO Keyboard",
"vendorId": "0x32AC",
"productId": "0x0018",
"matrix": {"rows": 8, "cols": 16},

View File

@ -1,5 +1,5 @@
{
"name": "Framework Lotus JIS Keyboard",
"name": "Framework Laptop 16 JIS Keyboard",
"vendorId": "0x32AC",
"productId": "0x0019",
"matrix": {"rows": 8, "cols": 16},

View File

@ -1,5 +1,5 @@
{
"name": "Framework Lotus Numpad",
"name": "Framework Laptop 16 Numpad",
"vendorId": "0x32AC",
"productId": "0x0014",
"matrix": {"rows": 4, "cols": 8},

View File

@ -43,6 +43,9 @@ uint16_t lotus_serial_number_string_len(void);
// 18-digit serial number. Must be programmed at factory
// TODO: Figure out how to do that. Probably a script to compile qmk
// Must be wide-string (UTF-16)
// LDL = Keyboard White Backlight
#define FALLBACK_SERIAL_NUMBER L"FRALDLENA100000000"
// KDK = Keyboard RGB Backlight
// KDW = Keyboard White Backlight
// KDN = Keyboard RGB Gridpad
// KDM = Keyboard White Numpad
#define FALLBACK_SERIAL_NUMBER L"FRAKDKEN0100000000"
_Static_assert(sizeof(FALLBACK_SERIAL_NUMBER) == (SERIALNUM_LEN+1)*2, "Fallback serial number must be same length");

View File

@ -1,5 +1,5 @@
{
"keyboard_name": "Lotus Numpad",
"keyboard_name": "Laptop 16 Numpad",
"manufacturer": "Framework Computer Inc",
"maintainer": "JohnAZoidberg",
"bootloader": "rp2040",
@ -14,7 +14,7 @@
},
"debounce": 5,
"processor": "RP2040",
"url": "https://frame.work",
"url": "https://fr.mw/FRAKDMEN",
"usb": {
"device_version": "0.1.4",
"pid": "0x0014",