The Ruler QMK Configurator Support (#3308)

* Update KEYMAP macro to LAYOUT

* Add QMK Configurator support
This commit is contained in:
MechMerlin
2018-07-04 18:04:59 -07:00
committed by Drashna Jaelre
parent 7eeb8932a1
commit 090b4a81b9
3 changed files with 18 additions and 6 deletions

View File

@@ -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}]
}
}
}