diff options
author | Danny <nooges@users.noreply.github.com> | 2022-03-14 14:08:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 11:08:10 -0700 |
commit | a12d58c6c965254bdf40ae0f02a6644e183eb17c (patch) | |
tree | 9f59796c90fa7e6d2112605a2abc8643ac7bc649 /keyboards/keebio/bamfk1/info.json | |
parent | 6a6a333c75e60692c4497aafe949e6304b22f8b8 (diff) |
[Keyboard] Add BAMFK-1 (#16409)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebio/bamfk1/info.json')
-rw-r--r-- | keyboards/keebio/bamfk1/info.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/keebio/bamfk1/info.json b/keyboards/keebio/bamfk1/info.json new file mode 100644 index 0000000000..817eb98af0 --- /dev/null +++ b/keyboards/keebio/bamfk1/info.json @@ -0,0 +1,19 @@ +{ + "keyboard_name": "BAMFK-1", + "url": "https://keeb.io", + "maintainer": "nooges", + "layouts": { + "LAYOUT": { + "layout": [ + {"label": "k00", "x": 1.5, "y": 0, "h":2, "w": 2}, + {"label": "k01", "x": 0.5, "y": 2.25}, + {"label": "k02", "x": 3.5, "y": 2.25}, + + {"label": "k10", "x": 0, "y": 3.5}, + {"label": "k11", "x": 1, "y": 3.5}, + {"label": "k12", "x": 3, "y": 3.5}, + {"label": "k13", "x": 4, "y": 3.5} + ] + } + } +} |