diff options
author | Joel Challis <git@zvecr.com> | 2023-03-27 20:01:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 20:01:07 +0100 |
commit | 79b0f9168eafef1642f3223500197bf630a2433f (patch) | |
tree | f73f4b61d1e635f7aac380c99bf98571e1eeb2f9 /keyboards/handwired | |
parent | e35bb8ebfad8b8ce40de98e9607fb6dbf8d8fff4 (diff) |
Custom keycodes in JSON (#19925)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/pytest/basic/keymaps/dd_keycodes/keymap.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/handwired/pytest/basic/keymaps/dd_keycodes/keymap.json b/keyboards/handwired/pytest/basic/keymaps/dd_keycodes/keymap.json new file mode 100644 index 0000000000..a64a65a80a --- /dev/null +++ b/keyboards/handwired/pytest/basic/keymaps/dd_keycodes/keymap.json @@ -0,0 +1,12 @@ +{ + "keyboard": "handwired/pytest/basic", + "keymap": "default_json", + "layout": "LAYOUT_ortho_1x1", + "layers": [["EXAMPLE_1"]], + "keycodes": [ + { "key": "EXAMPLE_1" } + ], + "author": "qmk", + "notes": "This file is a keymap.json file for handwired/pytest/basic", + "version": 1 +} |