Add knops mini info json and implemented latest QMK standards (#2832)

* added info.json to knops mini keypad.

* updated the keyboard to follow the latest qmk standards.
This commit is contained in:
Pawnerd
2018-04-28 17:06:07 +02:00
committed by Drashna Jaelre
parent 01a85b780c
commit 5dc60c06a9
3 changed files with 31 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
{
"keyboard_name": "Knops Mini",
"url": "http://www.knops.io/knopsmini.html",
"maintainer": "Pawnerd",
"bootloader": "lufa-dfu",
"width": 3,
"height": 2,
"layouts": {
"KEYMAP": {
"layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}]
}
}
}