1
0
Fork 0

Add some missing layout data (#19539)

This commit is contained in:
Joel Challis 2023-01-08 15:26:37 +00:00 committed by GitHub
parent f6023a36bc
commit 1c024bfa91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 212 additions and 1 deletions

View file

@ -8,5 +8,12 @@
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu"
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_ortho_1x1": {
"layout": [
{ "w": 1, "x": 0, "y": 0 }
]
}
}
}