diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-04-19 18:17:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 20:17:21 +1000 |
commit | 9f63bce70bd8e065e54de17c48994c3c008d2e0a (patch) | |
tree | 580aa20cd65eabf721603f03cb3d2815a1245c13 /keyboards/keyhive/navi10/info.json | |
parent | cff489bfdb2752956292c1e9adf1b4223814c267 (diff) |
move keyhive exclusive boards into /keyhive (#16084)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/keyhive/navi10/info.json')
-rw-r--r-- | keyboards/keyhive/navi10/info.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/keyhive/navi10/info.json b/keyboards/keyhive/navi10/info.json new file mode 100644 index 0000000000..e3fc49fbed --- /dev/null +++ b/keyboards/keyhive/navi10/info.json @@ -0,0 +1,10 @@ +{ + "keyboard_name": "Navi10", + "url": "", + "maintainer": "emdarcher", + "layouts": { + "LAYOUT": { + "layout": [{"label":"Fn", "x":0, "y":0}, {"label":"Home", "x":1, "y":0}, {"label":"PgUp", "x":2, "y":0}, {"label":"Del", "x":0, "y":1}, {"label":"End", "x":1, "y":1}, {"label":"PgDn", "x":2, "y":1}, {"label":"Up", "x":1, "y":3}, {"label":"Left", "x":0, "y":4}, {"label":"Down", "x":1, "y":4}, {"label":"Right", "x":2, "y":4}] + } + } +} |