From bab384df5ccdd10224979be513901d14d054d735 Mon Sep 17 00:00:00 2001 From: David Doan Date: Sat, 14 Dec 2024 20:41:36 -0800 Subject: [PATCH 1/4] init commit to add vector json file --- src/arrayperipherals/vector/vector.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/arrayperipherals/vector/vector.json diff --git a/src/arrayperipherals/vector/vector.json b/src/arrayperipherals/vector/vector.json new file mode 100644 index 0000000000..78a1b9f2ab --- /dev/null +++ b/src/arrayperipherals/vector/vector.json @@ -0,0 +1,24 @@ +{ + "name": "The Vector", + "vendorId": "0x4152", + "productId": "0x4F47", + "matrix": { + "rows": 1, + "cols": 5 + }, + "lighting": "none", + "layouts": { + "keymap": [ + [ + "0,0", + "0,1", + "0,2", + "0,3", + { + "x": 0.25 + }, + "0,4\n\n\n\n\n\n\n\n\ne0" + ] + ] + } +} \ No newline at end of file From e76f654ebcde2d6e528ace01fce191bbb02fed98 Mon Sep 17 00:00:00 2001 From: David Doan Date: Sat, 14 Dec 2024 20:51:02 -0800 Subject: [PATCH 2/4] remove lighting row that threw error --- src/arrayperipherals/vector/vector.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/arrayperipherals/vector/vector.json b/src/arrayperipherals/vector/vector.json index 78a1b9f2ab..2893242813 100644 --- a/src/arrayperipherals/vector/vector.json +++ b/src/arrayperipherals/vector/vector.json @@ -6,7 +6,6 @@ "rows": 1, "cols": 5 }, - "lighting": "none", "layouts": { "keymap": [ [ From 567d294d747b18337ebffade9c3bae5f0b8ad4ba Mon Sep 17 00:00:00 2001 From: David Doan Date: Wed, 18 Dec 2024 16:36:09 -0800 Subject: [PATCH 3/4] moved vector json to v3 from src folder --- src/arrayperipherals/vector/vector.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/arrayperipherals/vector/vector.json diff --git a/src/arrayperipherals/vector/vector.json b/src/arrayperipherals/vector/vector.json deleted file mode 100644 index 2893242813..0000000000 --- a/src/arrayperipherals/vector/vector.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "The Vector", - "vendorId": "0x4152", - "productId": "0x4F47", - "matrix": { - "rows": 1, - "cols": 5 - }, - "layouts": { - "keymap": [ - [ - "0,0", - "0,1", - "0,2", - "0,3", - { - "x": 0.25 - }, - "0,4\n\n\n\n\n\n\n\n\ne0" - ] - ] - } -} \ No newline at end of file From 81179f78e7ee50e12e112d217ffd494471a224ed Mon Sep 17 00:00:00 2001 From: David Doan Date: Wed, 18 Dec 2024 16:38:01 -0800 Subject: [PATCH 4/4] actually adding vector json to v3 --- v3/arrayperipherals/vector/vector.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 v3/arrayperipherals/vector/vector.json diff --git a/v3/arrayperipherals/vector/vector.json b/v3/arrayperipherals/vector/vector.json new file mode 100644 index 0000000000..2893242813 --- /dev/null +++ b/v3/arrayperipherals/vector/vector.json @@ -0,0 +1,23 @@ +{ + "name": "The Vector", + "vendorId": "0x4152", + "productId": "0x4F47", + "matrix": { + "rows": 1, + "cols": 5 + }, + "layouts": { + "keymap": [ + [ + "0,0", + "0,1", + "0,2", + "0,3", + { + "x": 0.25 + }, + "0,4\n\n\n\n\n\n\n\n\ne0" + ] + ] + } +} \ No newline at end of file