From b7f640ca764b25e09bd0e60841bfd492bede036f Mon Sep 17 00:00:00 2001 From: Jonathon Carstens Date: Fri, 25 Dec 2020 06:42:11 -0800 Subject: Adding new keyboard: Tenkey++ (tenkey_plusplus) (#11197) Co-authored-by: Ryan --- keyboards/lizard_trick/tenkey_plusplus/info.json | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 keyboards/lizard_trick/tenkey_plusplus/info.json (limited to 'keyboards/lizard_trick/tenkey_plusplus/info.json') 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} + ] + } + } +} -- cgit v1.2.3