Browse Source

doodboard/duckboard: fix info.json data (#10745)

pull/10752/head
James Young 3 years ago
committed by GitHub
parent
commit
4e30f4d102
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/doodboard/duckboard/info.json

+ 2
- 2
keyboards/doodboard/duckboard/info.json View File

@ -19,7 +19,7 @@
{"x": 1, "y": 2},
{"x": 2, "y": 2},
{"x": 3, "y": 2},
{"x": 4, "y": 2},
{"x": 4, "y": 1, "h": 2},
{"x": 1, "y": 3},
{"x": 2, "y": 3},
@ -29,7 +29,7 @@
{"x": 1, "y": 4},
{"x": 2, "y": 4},
{"x": 3, "y": 4},
{"x": 4, "y": 4}
{"x": 4, "y": 3, "h": 2}
]
}
}


Loading…
Cancel
Save