summaryrefslogtreecommitdiff
path: root/keyboards/knops/mini/info.json
diff options
context:
space:
mode:
authorPawnerd <Pawnerd@users.noreply.github.com>2018-04-28 17:06:07 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-28 08:06:07 -0700
commit5dc60c06a9f513b177e3f432648265953fa14cd4 (patch)
tree83ae17e7d6d4a787d4b8875a7b6fb60ef88b16b4 /keyboards/knops/mini/info.json
parent01a85b780c3cea3ca2f585e547f376a82859712f (diff)
downloadqmk_firmware-5dc60c06a9f513b177e3f432648265953fa14cd4.tar.gz
qmk_firmware-5dc60c06a9f513b177e3f432648265953fa14cd4.zip
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.
Diffstat (limited to 'keyboards/knops/mini/info.json')
-rw-r--r--keyboards/knops/mini/info.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/knops/mini/info.json b/keyboards/knops/mini/info.json
new file mode 100644
index 0000000000..88fb88c29a
--- /dev/null
+++ b/keyboards/knops/mini/info.json
@@ -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}]
+ }
+ }
+} \ No newline at end of file