diff options
Diffstat (limited to 'keyboards/the_ruler/info.json')
-rw-r--r-- | keyboards/the_ruler/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/the_ruler/info.json b/keyboards/the_ruler/info.json new file mode 100644 index 0000000000..98190af487 --- /dev/null +++ b/keyboards/the_ruler/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "The Ruler", + "url": "", + "maintainer": "qmk", + "width": 7, + "height": 1, + "layouts": { + "LAYOUT": { + "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0, "w":2}] + } + } +} |