Keyboard: Initial commit of WT8-A implementation (#4674)

This commit is contained in:
Wilba
2018-12-19 03:28:31 +11:00
committed by Drashna Jaelre
parent 20e134e681
commit eeda99bf2e
7 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"keyboard_name": "wilba.tech WT8-A",
"url": "https://wilba.tech",
"maintainer": "Wilba",
"bootloader": "atmel-dfu",
"width": 4,
"height": 2,
"layouts": {
"LAYOUT": {
"layout": [{"label":"x", "x":0, "y":0}, {"label":"x", "x":1, "y":0}, {"label":"x", "x":2, "y":0}, {"label":"x", "x":3, "y":0}, {"label":"x", "x":0, "y":1}, {"label":"x", "x":1, "y":1}, {"label":"x", "x":2, "y":1}, {"label":"x", "x":3, "y":1}]
}
}
}