diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-13 19:48:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-13 19:48:14 +0000 |
commit | bcd021263e1e89c67190130498b582358a0d8c86 (patch) | |
tree | dbd105ff794343f0259a066f560a50bba1344e6c /keyboards/keebio/bamfk4/info.json | |
parent | 97b610e16692fee7c3cc391f4d50264e775f396a (diff) | |
parent | a49bdd2659186e6ea0c888e91229260d7c849a2d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/bamfk4/info.json')
-rw-r--r-- | keyboards/keebio/bamfk4/info.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/keebio/bamfk4/info.json b/keyboards/keebio/bamfk4/info.json new file mode 100644 index 0000000000..1d04f4348b --- /dev/null +++ b/keyboards/keebio/bamfk4/info.json @@ -0,0 +1,20 @@ +{ + "keyboard_name": "BAMFK-4", + "url": "https://keeb.io", + "maintainer": "nooges", + "usb": { + "vid": "0xCB10", + "pid": "0x1114", + "device_version": "0.0.1" + }, + "layouts": { + "LAYOUT": { + "layout": [ + {"x": 0, "y": 0, "w": 2, "h": 2}, + {"x": 2, "y": 0, "w": 2, "h": 2}, + {"x": 4, "y": 0, "w": 2, "h": 2}, + {"x": 6, "y": 0, "w": 2, "h": 2} + ] + } + } +} |