diff options
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, 0 insertions, 26 deletions
diff --git a/keyboards/handwired/pytest/macro/.noci b/keyboards/handwired/pytest/macro/.noci deleted file mode 100644 index e69de29bb2..0000000000 --- a/keyboards/handwired/pytest/macro/.noci +++ /dev/null diff --git a/keyboards/handwired/pytest/macro/info.json b/keyboards/handwired/pytest/macro/info.json deleted file mode 100644 index ed052a14a3..0000000000 --- a/keyboards/handwired/pytest/macro/info.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "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 deleted file mode 100644 index f319d862d8..0000000000 --- a/keyboards/handwired/pytest/macro/keymaps/default/keymap.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "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 deleted file mode 100644 index e69de29bb2..0000000000 --- a/keyboards/handwired/pytest/macro/readme.md +++ /dev/null diff --git a/keyboards/handwired/pytest/macro/rules.mk b/keyboards/handwired/pytest/macro/rules.mk deleted file mode 100644 index 6b42774dbf..0000000000 --- a/keyboards/handwired/pytest/macro/rules.mk +++ /dev/null @@ -1 +0,0 @@ -MCU = atmega32u4 |