diff options
author | Drashna Jael're <drashna@live.com> | 2022-01-21 11:18:09 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-01-21 11:18:09 -0800 |
commit | 0ebd0de6f62c50e74a72ad5260fe1b8b5f2d3758 (patch) | |
tree | fd71523aa21d1c0930ccdeac2886abbd36407cd1 /keyboards/handwired/pytest/macro | |
parent | 00d0bd6c610303f42a855ae4d4c7f90dab40c39d (diff) |
Fix qmk cli isues'
Diffstat (limited to 'keyboards/handwired/pytest/macro')
-rw-r--r-- | keyboards/handwired/pytest/macro/.noci | 0 | ||||
-rw-r--r-- | keyboards/handwired/pytest/macro/info.json | 10 | ||||
-rw-r--r-- | keyboards/handwired/pytest/macro/keymaps/default/keymap.json | 15 | ||||
-rw-r--r-- | keyboards/handwired/pytest/macro/readme.md | 0 | ||||
-rw-r--r-- | keyboards/handwired/pytest/macro/rules.mk | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/handwired/pytest/macro/.noci b/keyboards/handwired/pytest/macro/.noci new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/keyboards/handwired/pytest/macro/.noci diff --git a/keyboards/handwired/pytest/macro/info.json b/keyboards/handwired/pytest/macro/info.json new file mode 100644 index 0000000000..ed052a14a3 --- /dev/null +++ b/keyboards/handwired/pytest/macro/info.json @@ -0,0 +1,10 @@ +{ + "maintainer": "qmk", + "layouts": { + "LAYOUT_custom": { + "layout": [ + { "label": "KC_Q", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 } + ] + } + } +} diff --git a/keyboards/handwired/pytest/macro/keymaps/default/keymap.json b/keyboards/handwired/pytest/macro/keymaps/default/keymap.json new file mode 100644 index 0000000000..f319d862d8 --- /dev/null +++ b/keyboards/handwired/pytest/macro/keymaps/default/keymap.json @@ -0,0 +1,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 +} diff --git a/keyboards/handwired/pytest/macro/readme.md b/keyboards/handwired/pytest/macro/readme.md new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/keyboards/handwired/pytest/macro/readme.md diff --git a/keyboards/handwired/pytest/macro/rules.mk b/keyboards/handwired/pytest/macro/rules.mk new file mode 100644 index 0000000000..6b42774dbf --- /dev/null +++ b/keyboards/handwired/pytest/macro/rules.mk @@ -0,0 +1 @@ +MCU = atmega32u4 |