diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2023-05-09 17:33:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 01:33:25 +0100 |
commit | 8819793f1be6a4ad4acbd679c8b74b1cd043e7ad (patch) | |
tree | d876036f2ddb80d947de0d264c52ab3dc62cd756 /keyboards/spaceholdings/nebula12b/info.json | |
parent | 075c08733e1324d85e1a227c67b8a8b43e072d73 (diff) |
Space Holdings Nebula12B (#20821)
* info.json: apply friendly formatting
* rename LAYOUT_all to LAYOUT_ortho_4x3
Diffstat (limited to 'keyboards/spaceholdings/nebula12b/info.json')
-rwxr-xr-x | keyboards/spaceholdings/nebula12b/info.json | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/keyboards/spaceholdings/nebula12b/info.json b/keyboards/spaceholdings/nebula12b/info.json index 765190eda3..9cbfcd1f86 100755 --- a/keyboards/spaceholdings/nebula12b/info.json +++ b/keyboards/spaceholdings/nebula12b/info.json @@ -21,24 +21,27 @@ "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "atmel-dfu", + "layout_aliases": { + "LAYOUT_all": "LAYOUT_ortho_4x3" + }, "layouts": { - "LAYOUT_all": { + "LAYOUT_ortho_4x3": { "layout": [ - {"matrix": [0, 0], "x": 0, "y": 0}, - {"matrix": [0, 1], "x": 1, "y": 0}, - {"matrix": [0, 2], "x": 2, "y": 0}, + {"label": "7", "matrix": [0, 0], "x": 0, "y": 0}, + {"label": "8", "matrix": [0, 1], "x": 1, "y": 0}, + {"label": "9", "matrix": [0, 2], "x": 2, "y": 0}, - {"matrix": [1, 0], "x": 0, "y": 1}, - {"matrix": [1, 1], "x": 1, "y": 1}, - {"matrix": [1, 2], "x": 2, "y": 1}, + {"label": "4", "matrix": [1, 0], "x": 0, "y": 1}, + {"label": "5", "matrix": [1, 1], "x": 1, "y": 1}, + {"label": "6", "matrix": [1, 2], "x": 2, "y": 1}, - {"matrix": [2, 0], "x": 0, "y": 2}, - {"matrix": [2, 1], "x": 1, "y": 2}, - {"matrix": [2, 2], "x": 2, "y": 2}, + {"label": "1", "matrix": [2, 0], "x": 0, "y": 2}, + {"label": "2", "matrix": [2, 1], "x": 1, "y": 2}, + {"label": "3", "matrix": [2, 2], "x": 2, "y": 2}, - {"matrix": [3, 0], "x": 0, "y": 3}, - {"matrix": [3, 1], "x": 1, "y": 3}, - {"matrix": [3, 2], "x": 2, "y": 3} + {"label": "Fn", "matrix": [3, 0], "x": 0, "y": 3}, + {"label": "0", "matrix": [3, 1], "x": 1, "y": 3}, + {"label": ".", "matrix": [3, 2], "x": 2, "y": 3} ] } } |