summaryrefslogtreecommitdiffstats
path: root/keyboards/the_ruler/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-07-05 03:04:59 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-05 03:04:59 +0200
commit090b4a81b98d0da1942483b77ef90ac4c5af3c5f (patch)
tree1a2c553a1e6cc640cbc7ddd0d37e42a588aa75f7 /keyboards/the_ruler/info.json
parent7eeb8932a17443fb6e94a6aeeaed895790b561d2 (diff)
downloadqmk_firmware-090b4a81b98d0da1942483b77ef90ac4c5af3c5f.tar.gz
qmk_firmware-090b4a81b98d0da1942483b77ef90ac4c5af3c5f.tar.xz
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.json12
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 000000000..98190af48
--- /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}]
+ }
+ }
+}