Nano refactor and Configurator update (#3275)

* Matrix refactor

* Keymap refactor

* Configurator support
This commit is contained in:
noroadsleft
2018-07-01 11:05:10 -07:00
committed by Drashna Jaelre
parent 738eab0bb1
commit 29954efd06
3 changed files with 24 additions and 14 deletions

12
keyboards/nano/info.json Normal file
View File

@@ -0,0 +1,12 @@
{
"keyboard_name": "Nano",
"url": "",
"maintainer": "qmk",
"width": 4,
"height": 2,
"layouts": {
"LAYOUT": {
"layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}]
}
}
}