diff options
author | John Mueller <softplus@users.noreply.github.com> | 2021-09-11 16:33:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 07:33:48 -0700 |
commit | 22dd68520b4f55ed7c953a67cfb904f85cc88982 (patch) | |
tree | b52a2183b3bfd2245eaf9cafa37a0d0f4e4cc976 /keyboards/3keyecosystem/2key2/info.json | |
parent | 99d465bee0d97d201e5883bde14f0ff0e4cf6e6b (diff) |
[Keyboard] Add 3keyecosystem and 2key2 keyboard (#14023)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/3keyecosystem/2key2/info.json')
-rw-r--r-- | keyboards/3keyecosystem/2key2/info.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/3keyecosystem/2key2/info.json b/keyboards/3keyecosystem/2key2/info.json new file mode 100644 index 0000000000..49caf91b5a --- /dev/null +++ b/keyboards/3keyecosystem/2key2/info.json @@ -0,0 +1,13 @@ +{ + "keyboard_name": "3-Key-Ecosystem 2key2: 2x1 macro-keyboard", + "url": "https://github.com/softplus/3keyecosystem/tree/main/2key2", + "maintainer": "softplus", + "layouts": { + "LAYOUT": { + "layout": [ + {"label": "k00", "x": 0, "y": 0}, + {"label": "k01", "x": 1, "y": 0} + ] + } + } +} |