summaryrefslogtreecommitdiff
path: root/keyboards/caffeinated
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-07-26 09:04:09 +1000
committerGitHub <noreply@github.com>2022-07-26 00:04:09 +0100
commita939293aca697cb263f4972dbb1521d273fbf499 (patch)
treec582d4bf0a5937618d0f5cc12c6f70068bab56a5 /keyboards/caffeinated
parentb6ac0ecf824bccfdc4114a0a15fc2c95b0ccd14d (diff)
Move keyboard USB IDs and strings to data driven: C (#17789)
Diffstat (limited to 'keyboards/caffeinated')
-rw-r--r--keyboards/caffeinated/serpent65/config.h7
-rw-r--r--keyboards/caffeinated/serpent65/info.json8
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/caffeinated/serpent65/config.h b/keyboards/caffeinated/serpent65/config.h
index 358e7d0f4c..1d3e71d94a 100644
--- a/keyboards/caffeinated/serpent65/config.h
+++ b/keyboards/caffeinated/serpent65/config.h
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20#include "config_common.h" 20#include "config_common.h"
21 21
22/* USB Device descriptor parameter */
23#define VENDOR_ID 0x4353 // "CS" = Caffeinated Studios
24#define PRODUCT_ID 0x6501
25#define DEVICE_VER 0x0001
26#define MANUFACTURER Caffeinated Studios
27#define PRODUCT Serpent65
28
29/* key matrix size */ 22/* key matrix size */
30#define MATRIX_ROWS 10 23#define MATRIX_ROWS 10
31#define MATRIX_COLS 8 24#define MATRIX_COLS 8
diff --git a/keyboards/caffeinated/serpent65/info.json b/keyboards/caffeinated/serpent65/info.json
index 6e83b4b707..1808869438 100644
--- a/keyboards/caffeinated/serpent65/info.json
+++ b/keyboards/caffeinated/serpent65/info.json
@@ -1,7 +1,13 @@
1{ 1{
2 "keyboard_name": "Serpent65", 2 "keyboard_name": "Serpent65",
3 "url": "https", 3 "manufacturer": "Caffeinated Studios",
4 "url": "",
4 "maintainer": "jrfhoutx", 5 "maintainer": "jrfhoutx",
6 "usb": {
7 "vid": "0x4353",
8 "pid": "0x6501",
9 "device_version": "0.0.1"
10 },
5 "layouts": { 11 "layouts": {
6 "LAYOUT_all": { 12 "LAYOUT_all": {
7 "layout": [ 13 "layout": [