Browse Source

fixed missing x coordinate on spacebar (#18330)

pull/18340/head
Vino Rodrigues 1 year ago
committed by GitHub
parent
commit
f46379f308
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/idobao/id80/v3/ansi/info.json

+ 1
- 1
keyboards/idobao/id80/v3/ansi/info.json View File

@ -108,7 +108,7 @@
{ "matrix": [0, 0], "x":0, "y":5.25, "w":1.25},
{ "matrix": [1, 0], "x":1.25, "y":5.25, "w":1.25},
{ "matrix": [2, 0], "x":2.5, "y":5.25, "w":1.25},
{ "matrix": [6, 0], "y":5.25, "w":6.25},
{ "matrix": [6, 0], "x":3.75, "y":5.25, "w":6.25},
{ "matrix": [8, 0], "x":10, "y":5.25, "w":1.5},
{ "matrix": [7, 0], "x":11.5, "y":5.25, "w":1.5},


Loading…
Cancel
Save