Browse Source

snatchpad: update layout data (#16476)

Fixes key overlaps in QMK Configurator.
pull/16479/head
James Young 2 years ago
committed by GitHub
parent
commit
d1068b23ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      keyboards/handwired/snatchpad/info.json

+ 4
- 4
keyboards/handwired/snatchpad/info.json 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}
]
}
}


Loading…
Cancel
Save