Custom keycodes in JSON (#19925)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"keyboard": "handwired/pytest/basic",
|
||||
"keymap": "default_json",
|
||||
"layout": "LAYOUT_ortho_1x1",
|
||||
"layers": [["EXAMPLE_1"]],
|
||||
"keycodes": [
|
||||
{ "key": "EXAMPLE_1" }
|
||||
],
|
||||
"author": "qmk",
|
||||
"notes": "This file is a keymap.json file for handwired/pytest/basic",
|
||||
"version": 1
|
||||
}
|
Reference in New Issue
Block a user