From c725f6f7680b7d8f89974676ce46dd94b74431c0 Mon Sep 17 00:00:00 2001 From: anubhav dhiman <104914147+anubhavd7@users.noreply.github.com> Date: Sat, 2 Jul 2022 17:16:29 +0530 Subject: Add new keyboard AT3 (#17431) Co-authored-by: zvecr Co-authored-by: Ryan --- keyboards/atset/at3/info.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 keyboards/atset/at3/info.json (limited to 'keyboards/atset/at3/info.json') diff --git a/keyboards/atset/at3/info.json b/keyboards/atset/at3/info.json new file mode 100644 index 0000000000..2cceb5cb84 --- /dev/null +++ b/keyboards/atset/at3/info.json @@ -0,0 +1,9 @@ +{ + "keyboard_name": "AT3", + "maintainer": "atset", + "layouts": { + "LAYOUT": { + "layout": [{"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}] + } + } +} \ No newline at end of file -- cgit v1.2.1 From 674422eb13a4f5c9c8238629e42f4fc1d7641ede Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 26 Jul 2022 10:52:18 +1000 Subject: Move keyboard USB IDs and strings to data driven: A (#17781) --- keyboards/atset/at3/info.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'keyboards/atset/at3/info.json') diff --git a/keyboards/atset/at3/info.json b/keyboards/atset/at3/info.json index 2cceb5cb84..6f8eab5e62 100644 --- a/keyboards/atset/at3/info.json +++ b/keyboards/atset/at3/info.json @@ -1,6 +1,12 @@ { "keyboard_name": "AT3", + "manufacturer": "Atset", "maintainer": "atset", + "usb": { + "vid": "0xFEED", + "pid": "0x6060", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [{"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}] -- cgit v1.2.1