diff options
author | Drashna Jael're <drashna@live.com> | 2022-08-14 01:54:23 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-08-14 01:54:23 -0700 |
commit | ac31e429741a640b0d03d2ebd76554b7fe9247e0 (patch) | |
tree | 8d21aa6f2b7e0c3ee75b37e4f2edb1ae010db525 /keyboards/buzzard/rev1 | |
parent | e948fa6f6e184a3c9a317a7aa680e33e7629b0d4 (diff) | |
parent | 4195eb8fe1de39855b622ee282950c10fdbf0988 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/buzzard/rev1')
-rw-r--r-- | keyboards/buzzard/rev1/config.h | 7 | ||||
-rw-r--r-- | keyboards/buzzard/rev1/info.json | 16 |
2 files changed, 16 insertions, 7 deletions
diff --git a/keyboards/buzzard/rev1/config.h b/keyboards/buzzard/rev1/config.h index 7e4628c6ec..66c1a9a42e 100644 --- a/keyboards/buzzard/rev1/config.h +++ b/keyboards/buzzard/rev1/config.h @@ -3,13 +3,6 @@ #pragma once -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0xB077 -#define DEVICE_VER 0x0001 -#define MANUFACTURER crehmann -#define PRODUCT Buzzard - /* key matrix size */ /* Rows are doubled up */ #define MATRIX_ROWS 8 diff --git a/keyboards/buzzard/rev1/info.json b/keyboards/buzzard/rev1/info.json new file mode 100644 index 0000000000..6ee2226758 --- /dev/null +++ b/keyboards/buzzard/rev1/info.json @@ -0,0 +1,16 @@ +{ + "keyboard_name": "Buzzard", + "manufacturer": "crehmann", + "url": "https://github.com/crehmann/buzzard", + "maintainer": "crehmann", + "usb": { + "vid": "0xFEED", + "pid": "0xB077", + "device_version": "0.0.1" + }, + "layouts": { + "LAYOUT": { + "layout": [{"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"x":15, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":11, "y":1}, {"x":12, "y":1}, {"x":13, "y":1}, {"x":14, "y":1}, {"x":15, "y":1}, {"x":16, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":11, "y":2}, {"x":12, "y":2}, {"x":13, "y":2}, {"x":14, "y":2}, {"x":15, "y":2}, {"x":16, "y":2}, {"x":5, "y":3}, {"x":6, "y":3}, {"x":7, "y":3}, {"x":9, "y":3}, {"x":10, "y":3}, {"x":11, "y":3}] + } + } +}
\ No newline at end of file |