summaryrefslogtreecommitdiff
path: root/keyboards/bpiphany/four_banger/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bpiphany/four_banger/info.json')
-rw-r--r--keyboards/bpiphany/four_banger/info.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/bpiphany/four_banger/info.json b/keyboards/bpiphany/four_banger/info.json
index 57e8b04dc7..b958936ce3 100644
--- a/keyboards/bpiphany/four_banger/info.json
+++ b/keyboards/bpiphany/four_banger/info.json
@@ -18,11 +18,11 @@
"layouts": {
"LAYOUT_ortho_2x2": {
"layout": [
- {"x":0, "y":0},
- {"x":1, "y":0},
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
- {"x":0, "y":1},
- {"x":1, "y":1}
+ {"matrix": [1, 0], "x": 0, "y": 1},
+ {"matrix": [1, 1], "x": 1, "y": 1}
]
}
}