Strip decimals from RGB Matrix layout positions (#23943)

This commit is contained in:
Ryan
2024-06-17 20:12:26 +10:00
committed by GitHub
parent 4864d5afca
commit 3f44231d2d
15 changed files with 429 additions and 429 deletions
@@ -29,8 +29,8 @@
"rgb_matrix": {
"driver": "ws2812",
"layout": [
{"x": 0, "y": 0.375},
{"x": 16.5, "y": 0.38}
{"x": 0, "y": 0},
{"x": 16, "y": 0}
],
"split_count": [1, 1]
},