summaryrefslogtreecommitdiff
path: root/keyboards/weirdo/naiping/nphhkb
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-06 05:50:30 +0000
committerQMK Bot <hello@qmk.fm>2022-08-06 05:50:30 +0000
commitec5186f0f9e2d1910331785f1410be5892058ee4 (patch)
tree3647aa4ca4bc826ec24fa1baf4e4a9e7cd79ccf5 /keyboards/weirdo/naiping/nphhkb
parent7bbc1b21dd97d0d1577b5ed288adc48475512497 (diff)
parent10ad2389442c00c32714f6e9a6766e9e7bdec2c2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/weirdo/naiping/nphhkb')
-rw-r--r--keyboards/weirdo/naiping/nphhkb/config.h8
-rw-r--r--keyboards/weirdo/naiping/nphhkb/info.json8
2 files changed, 7 insertions, 9 deletions
diff --git a/keyboards/weirdo/naiping/nphhkb/config.h b/keyboards/weirdo/naiping/nphhkb/config.h
index 26993eeb7f..25b4534a9a 100644
--- a/keyboards/weirdo/naiping/nphhkb/config.h
+++ b/keyboards/weirdo/naiping/nphhkb/config.h
@@ -16,14 +16,6 @@
#pragma once
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x7764
-#define PRODUCT_ID 0x7068
-#define DEVICE_VER 0x0001
-#define MANUFACTURER Weirdo
-#define PRODUCT NPhhkb
-
-
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
diff --git a/keyboards/weirdo/naiping/nphhkb/info.json b/keyboards/weirdo/naiping/nphhkb/info.json
index 4975aa3a41..8b69fcabb4 100644
--- a/keyboards/weirdo/naiping/nphhkb/info.json
+++ b/keyboards/weirdo/naiping/nphhkb/info.json
@@ -1,7 +1,13 @@
{
- "keyboard_name": "NP_hhkb",
+ "keyboard_name": "NPhhkb",
+ "manufacturer": "Weirdo",
"url": "",
"maintainer": "weirdo-f",
+ "usb": {
+ "vid": "0x7764",
+ "pid": "0x7068",
+ "device_version": "0.0.1"
+ },
"layout_aliases": {
"LAYOUT": "LAYOUT_60_tsangan_hhkb"
},