diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-07-04 18:04:59 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-04 18:04:59 -0700 |
commit | 090b4a81b98d0da1942483b77ef90ac4c5af3c5f (patch) | |
tree | 1a2c553a1e6cc640cbc7ddd0d37e42a588aa75f7 /keyboards/the_ruler/info.json | |
parent | 7eeb8932a17443fb6e94a6aeeaed895790b561d2 (diff) |
The Ruler QMK Configurator Support (#3308)
* Update KEYMAP macro to LAYOUT
* Add QMK Configurator support
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}] + } + } +} |