mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-07 11:59:00 +00:00
Fix qmk cli isues'
This commit is contained in:
15
keyboards/handwired/pytest/macro/keymaps/default/keymap.json
Normal file
15
keyboards/handwired/pytest/macro/keymaps/default/keymap.json
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user