diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-06 22:20:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-06 22:20:51 +0000 |
commit | 0aa963c740012715c150731bf53d02f3dba6747b (patch) | |
tree | 0e55bc3a7224976a70d8d139b1c6366adf2eb720 /keyboards/reviung5/info.json | |
parent | 2048c28f789e8942367bd7cca0d4d243784c7186 (diff) | |
parent | 09c4d536c31c7443c4355e749e72364262fdd454 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/reviung5/info.json')
-rw-r--r-- | keyboards/reviung5/info.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/reviung5/info.json b/keyboards/reviung5/info.json new file mode 100644 index 0000000000..a8dcc48678 --- /dev/null +++ b/keyboards/reviung5/info.json @@ -0,0 +1,18 @@ +{ + "keyboard_name": "reviung5", + "url": "", + "maintainer": "gtips", + "width": 5, + "height": 1, + "layouts": { + "LAYOUT_reviung5": { + "layout": [ + {"label": "k00", "x": 0, "y": 0}, + {"label": "k01", "x": 1, "y": 0.25}, + {"label": "k02", "x": 2, "y": 0.25}, + {"label": "k03", "x": 3, "y": 0.25}, + {"label": "k04", "x": 4, "y": 0} + ] + } + } +} |