]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: handwired/maartenwut readme cleanup and Configurator support (#4624)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Thu, 13 Dec 2018 01:56:29 +0000 (17:56 -0800)
committerDrashna Jaelre <drashna@live.com>
Thu, 13 Dec 2018 01:56:29 +0000 (17:56 -0800)
* handwired/maartenwut: readme cleanup

- Fixed typo (Maarten's last name was misspelled)
- Updated Docs links

* handwired/maartenwut: Configurator support

keyboards/handwired/maartenwut/info.json [new file with mode: 0644]
keyboards/handwired/maartenwut/readme.md

diff --git a/keyboards/handwired/maartenwut/info.json b/keyboards/handwired/maartenwut/info.json
new file mode 100644 (file)
index 0000000..98720d2
--- /dev/null
@@ -0,0 +1,80 @@
+{
+    "keyboard_name": "Maartenwut Ortho",
+    "url": "",
+    "maintainer": "maartenwut",
+    "width": 14,
+    "height": 5,
+    "layouts": {
+        "LAYOUT": {
+            "layout": [
+                {"label":"`", "x":0, "y":0},
+                {"label":"1", "x":1, "y":0},
+                {"label":"2", "x":2, "y":0},
+                {"label":"3", "x":3, "y":0},
+                {"label":"4", "x":4, "y":0},
+                {"label":"5", "x":5, "y":0},
+                {"label":"6", "x":6, "y":0},
+                {"label":"7", "x":7, "y":0},
+                {"label":"8", "x":8, "y":0},
+                {"label":"9", "x":9, "y":0},
+                {"label":"0", "x":10, "y":0},
+                {"label":"-", "x":11, "y":0},
+                {"label":"=", "x":12, "y":0},
+                {"label":"Backspace", "x":13, "y":0},
+                {"label":"Esc", "x":0, "y":1},
+                {"label":"Q", "x":1, "y":1},
+                {"label":"W", "x":2, "y":1},
+                {"label":"E", "x":3, "y":1},
+                {"label":"R", "x":4, "y":1},
+                {"label":"T", "x":5, "y":1},
+                {"label":"Y", "x":6, "y":1},
+                {"label":"U", "x":7, "y":1},
+                {"label":"I", "x":8, "y":1},
+                {"label":"O", "x":9, "y":1},
+                {"label":"P", "x":10, "y":1},
+                {"label":"[", "x":11, "y":1},
+                {"label":"]", "x":12, "y":1},
+                {"label":"\\", "x":13, "y":1},
+                {"label":"Tab", "x":0, "y":2},
+                {"label":"A", "x":1, "y":2},
+                {"label":"S", "x":2, "y":2},
+                {"label":"D", "x":3, "y":2},
+                {"label":"F", "x":4, "y":2},
+                {"label":"G", "x":5, "y":2},
+                {"label":"H", "x":6, "y":2},
+                {"label":"J", "x":7, "y":2},
+                {"label":"K", "x":8, "y":2},
+                {"label":"L", "x":9, "y":2},
+                {"label":";", "x":10, "y":2},
+                {"label":"'", "x":11, "y":2},
+                {"label":"Delete", "x":12, "y":2},
+                {"label":"Enter", "x":13, "y":2},
+                {"label":"Shift", "x":0, "y":3},
+                {"label":"Z", "x":1, "y":3},
+                {"label":"X", "x":2, "y":3},
+                {"label":"C", "x":3, "y":3},
+                {"label":"V", "x":4, "y":3},
+                {"label":"B", "x":5, "y":3},
+                {"label":"N", "x":6, "y":3},
+                {"label":"M", "x":7, "y":3},
+                {"label":",", "x":8, "y":3},
+                {"label":".", "x":9, "y":3},
+                {"label":"/", "x":10, "y":3},
+                {"label":"Shift", "x":11, "y":3},
+                {"label":"Up", "x":12, "y":3},
+                {"label":"Print Screen", "x":13, "y":3},
+                {"label":"Ctrl", "x":0, "y":4},
+                {"label":"GUI", "x":1, "y":4},
+                {"label":"Alt", "x":2, "y":4},
+                {"label":"Fn", "x":3, "y":4},
+                {"label":"Fn3 / Space", "x":4, "y":4, "w":2.25},
+                {"label":"Space", "x":6.25, "y":4, "w":2.75},
+                {"label":"Fn2", "x":9, "y":4},
+                {"label":"Alt", "x":10, "y":4},
+                {"label":"Left", "x":11, "y":4},
+                {"label":"Down", "x":12, "y":4},
+                {"label":"Right", "x":13, "y":4}
+            ]
+        }
+    }
+}
index 31fc76743c65e6fa366ab46af44c40f1efe9955e..0ae738271123535517a3dc74632da8bf442e49d6 100644 (file)
@@ -2,7 +2,7 @@
 
 Custom handwired keyboard for maartenwut.
 
-Keyboard Maintainer: [Maarten Dekekrs](https://github.com/maartenwut)  
+Keyboard Maintainer: [Maarten Dekkers](https://github.com/maartenwut)  
 Hardware Supported: Custom handwired  
 Hardware Availability: 
 
@@ -10,4 +10,4 @@ Make example for this keyboard (after setting up your build environment):
 
     make handwired/maartenwut:default
 
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
\ No newline at end of file
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).