summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/pytest/macro/keymaps/default/keymap.json
blob: f319d862d83335f543d399b380a2abae19cda81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "keyboard": "handwired/pytest/basic",
    "keymap": "default_json",
    "layout": "LAYOUT_ortho_1x1",
    "layers": [["MACRO_0"]],
    "macros": [
        [
            "Hello, World!",
            {"action":"tap", "keycodes":["ENTER"]}
	]
    ],
    "author": "qmk",
    "notes": "This file is a keymap.json file for handwired/pytest/basic",
    "version": 1
}