diff options
author | Ryan <fauxpark@gmail.com> | 2023-08-15 00:22:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 00:22:37 +1000 |
commit | 125a9039034610712dadf2dc4cb4e94ff405c100 (patch) | |
tree | a0a9ef7b9ad239268ad4bda95ad0bf421d424b1c /keyboards/handwired | |
parent | e6187b78762f070f142681c125fcf8cad57e56f0 (diff) |
Fix `keyboard` field for some JSON keymaps (#21752)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/pytest/macro/keymaps/default/keymap.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/pytest/macro/keymaps/default/keymap.json b/keyboards/handwired/pytest/macro/keymaps/default/keymap.json index 23c371aa34..3bef21a0b2 100644 --- a/keyboards/handwired/pytest/macro/keymaps/default/keymap.json +++ b/keyboards/handwired/pytest/macro/keymaps/default/keymap.json @@ -1,5 +1,5 @@ { - "keyboard": "handwired/pytest/basic", + "keyboard": "handwired/pytest/macro", "keymap": "default_json", "layout": "LAYOUT_ortho_1x1", "layers": [["QK_MACRO_0"]], |