1
0
Fork 0

snatchpad: update layout data (#16476)

Fixes key overlaps in QMK Configurator.
This commit is contained in:
James Young 2022-02-28 15:32:33 -08:00 committed by GitHub
parent fbfd5312b9
commit d1068b23ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0},
{"x": 1, "y": 0},
{"x": 2, "y": 0},
{"x": 3, "y": 0},
{"x": 0, "y": 1},
{"x": 1, "y": 1},
{"x": 2, "y": 1},
{"x": 3, "y": 1},
{"x": 0, "y": 1},
{"x": 2, "y": 1}
{"x": 0, "y": 2},
{"x": 4, "y": 2}
]
}
}