mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-09 15:33:24 +01:00
Strip decimals from RGB Matrix layout positions (#23943)
This commit is contained in:
@@ -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]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user