summaryrefslogtreecommitdiff
path: root/keyboards/ergotravel
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-15 13:30:12 +1000
committerGitHub <noreply@github.com>2022-08-15 13:30:12 +1000
commit51d5aad25b92a34bc051849616fcd93e3ae407fc (patch)
tree9c73ecbf89d0dcc3e2876355b02403816e60950e /keyboards/ergotravel
parent1027aed83a264d03cf3bbfd4a85ca7d240217b0f (diff)
Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)
Diffstat (limited to 'keyboards/ergotravel')
-rw-r--r--keyboards/ergotravel/rev1/config.h7
-rw-r--r--keyboards/ergotravel/rev1/info.json (renamed from keyboards/ergotravel/info.json)9
2 files changed, 7 insertions, 9 deletions
diff --git a/keyboards/ergotravel/rev1/config.h b/keyboards/ergotravel/rev1/config.h
index 096a85d370..3703884c67 100644
--- a/keyboards/ergotravel/rev1/config.h
+++ b/keyboards/ergotravel/rev1/config.h
@@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x4A50 //JP
-#define PRODUCT_ID 0x4554 //ET
-#define DEVICE_VER 0x0100
-#define MANUFACTURER JPConstantineau.com
-#define PRODUCT ErgoTravel Keyboard
-
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 8
diff --git a/keyboards/ergotravel/info.json b/keyboards/ergotravel/rev1/info.json
index 71e9cf7f4f..5170788eba 100644
--- a/keyboards/ergotravel/info.json
+++ b/keyboards/ergotravel/rev1/info.json
@@ -1,8 +1,13 @@
{
- "keyboard_name": "ErgoTravel",
- "identifier": "0x1256",
+ "keyboard_name": "ErgoTravel Keyboard",
+ "manufacturer": "JPConstantineau.com",
"url": "https://github.com/jpconstantineau/ErgoTravel",
"maintainer": "qmk",
+ "usb": {
+ "vid": "0x4A50",
+ "pid": "0x4554",
+ "device_version": "1.0.0"
+ },
"bootloader": "caterina",
"processor": "atmega32u4",
"layouts": {