Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2023-01-08 15:27:43 +00:00
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 }
]
}
}
}