diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-25 14:42:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-25 14:42:41 +0000 |
commit | c6aa9c4ad7b6192f88de440267aa57e86e6ee2b5 (patch) | |
tree | c89c0bc5dd6242cc35debb66bea3cc78c42d8cf8 /keyboards/lizard_trick/tenkey_plusplus/info.json | |
parent | f83eefba376ae94a0310130b3d7493c056d175a4 (diff) | |
parent | b7f640ca764b25e09bd0e60841bfd492bede036f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lizard_trick/tenkey_plusplus/info.json')
-rw-r--r-- | keyboards/lizard_trick/tenkey_plusplus/info.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/keyboards/lizard_trick/tenkey_plusplus/info.json b/keyboards/lizard_trick/tenkey_plusplus/info.json new file mode 100644 index 0000000000..b81f83763c --- /dev/null +++ b/keyboards/lizard_trick/tenkey_plusplus/info.json @@ -0,0 +1,38 @@ +{ + "keyboard_name": "tenkey_plusplus", + "url": "https://github.com/jonbobcar/tenkey_plusplus", + "maintainer": "Jonathon Carstens", + "width": 4, + "height": 5, + "layouts": { + "default": { + "LAYOUT": [ + {"label": "Mute", "x": 0, "y": 0, "w": 1.3}, + {"label": "MDPL", "x": 1.3, "y": 0, "w": 1.4}, + {"label": "MDNX", "x": 2.7, "y": 0, "w": 1.3}, + + {"label": "Num Lock", "x": 0, "y": 1}, + {"label": "/", "x": 1, "y": 1}, + {"label": "*", "x": 2, "y": 1}, + {"label": "-", "x": 3, "y": 1}, + + {"label": "7", "x": 0, "y": 2}, + {"label": "8", "x": 1, "y": 2}, + {"label": "9", "x": 2, "y": 2}, + {"label": "+", "x": 3, "y": 2, "h": 2}, + + {"label": "4", "x": 0, "y": 3}, + {"label": "5", "x": 1, "y": 3}, + {"label": "6", "x": 2, "y": 3}, + + {"label": "1", "x": 0, "y": 4}, + {"label": "2", "x": 1, "y": 4}, + {"label": "3", "x": 2, "y": 4}, + {"label": "Enter", "x": 3, "y": 4, "h" :2}, + + {"label": "0", "x": 0, "y": 5, "w": 2}, + {"label": ".", "x": 2, "y": 5} + ] + } + } +} |