[Keyboard] Fix error_log complaint about handwired/onekey layout macro (#9263)

This commit is contained in:
Ryan
2020-06-08 15:49:18 +10:00
committed by GitHub
parent d7523c1260
commit 407d6a2b67
10 changed files with 44 additions and 50 deletions

View File

@@ -1,9 +1,9 @@
{
"keyboard":"handwired/onekey/pytest",
"keymap":"default_json",
"layout":"LAYOUT",
"layers":[["KC_A"]],
"author":"qmk",
"notes":"This file is a keymap.json file for handwired/onekey/pytest",
"version":1
"keyboard": "handwired/onekey/pytest",
"keymap": "default_json",
"layout": "LAYOUT_ortho_1x1",
"layers": [["KC_A"]],
"author": "qmk",
"notes": "This file is a keymap.json file for handwired/onekey/pytest",
"version": 1
}