summaryrefslogtreecommitdiff
path: root/keyboards/handwired/pytest/macro/keymaps/default
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2022-01-21 11:18:09 -0800
committerDrashna Jael're <drashna@live.com>2022-01-21 11:18:09 -0800
commit0ebd0de6f62c50e74a72ad5260fe1b8b5f2d3758 (patch)
treefd71523aa21d1c0930ccdeac2886abbd36407cd1 /keyboards/handwired/pytest/macro/keymaps/default
parent00d0bd6c610303f42a855ae4d4c7f90dab40c39d (diff)
Fix qmk cli isues'
Diffstat (limited to 'keyboards/handwired/pytest/macro/keymaps/default')
-rw-r--r--keyboards/handwired/pytest/macro/keymaps/default/keymap.json15
1 files changed, 15 insertions, 0 deletions
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
+}