~ruther/qmk_firmware

24b17c96191d0791110ef6b51fa54f74d91075de — noroadsleft 6 years ago ca39fa8
Keyboard: handwired/maartenwut readme cleanup and Configurator support (#4624)

* handwired/maartenwut: readme cleanup

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

* handwired/maartenwut: Configurator support
2 files changed, 82 insertions(+), 2 deletions(-)

A keyboards/handwired/maartenwut/info.json
M keyboards/handwired/maartenwut/readme.md
A keyboards/handwired/maartenwut/info.json => keyboards/handwired/maartenwut/info.json +80 -0
@@ 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}
            ]
        }
    }
}

M keyboards/handwired/maartenwut/readme.md => keyboards/handwired/maartenwut/readme.md +2 -2
@@ 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).