summaryrefslogtreecommitdiff
path: root/keyboards/frooastboard/info.json
diff options
context:
space:
mode:
authorSimon <47527944+Frooastside@users.noreply.github.com>2021-08-13 20:21:32 +0200
committerGitHub <noreply@github.com>2021-08-13 11:21:32 -0700
commit0014c3237556b8c94bbf6d287d53a7b55534fa69 (patch)
tree0ee1897122ca72040030aa6286f620a694ddc451 /keyboards/frooastboard/info.json
parent0967d4c8a93e412b85caf1aceb11995416c4cd25 (diff)
[Keyboard] Added Frooastboard (#13970)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/frooastboard/info.json')
-rw-r--r--keyboards/frooastboard/info.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/keyboards/frooastboard/info.json b/keyboards/frooastboard/info.json
new file mode 100644
index 0000000000..43ea3cae74
--- /dev/null
+++ b/keyboards/frooastboard/info.json
@@ -0,0 +1,44 @@
+{
+ "keyboard_name": "Frooastboard",
+ "url": "https://github.com/frooastside/qmk_firmware/tree/master/keyboards/frooastboard",
+ "maintainer": "frooastside",
+ "width": 2,
+ "height": 2,
+ "debounce": 5,
+ "diode_direction": "COL2ROW",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {
+ "label": "Z",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "label": "X",
+ "x": 1,
+ "y": 0
+ },
+ {
+ "label": "Esc",
+ "x": 0,
+ "y": 1
+ },
+ {
+ "label": "~",
+ "x": 1,
+ "y": 1
+ }
+ ]
+ },
+ },
+ "matrix_pins": {
+ "rows": ["B0", "B1"],
+ "cols": ["B2", "B3"]
+ },
+ "usb": {
+ "vid": "0x4642",
+ "pid": "0x6F21",
+ "device_ver": "0x0001"
+ }
+}