From 090b4a81b98d0da1942483b77ef90ac4c5af3c5f Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Wed, 4 Jul 2018 18:04:59 -0700 Subject: The Ruler QMK Configurator Support (#3308) * Update KEYMAP macro to LAYOUT * Add QMK Configurator support --- keyboards/the_ruler/info.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 keyboards/the_ruler/info.json (limited to 'keyboards/the_ruler/info.json') 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}] + } + } +} -- cgit v1.2.3-24-g4f1b