From f03b10b6c1c9a5b0e07f7f78c6060610246b4a7f Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 5 Jan 2021 00:52:31 +0000 Subject: Migrate python tests away from onekey (#11367) * Migrate python tests away from onekey * Add stub files to stop lint complaints * Make all the pytest keymaps compile --- .../handwired/pytest/basic/keymaps/default_json/keymap.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 keyboards/handwired/pytest/basic/keymaps/default_json/keymap.json (limited to 'keyboards/handwired/pytest/basic/keymaps/default_json/keymap.json') diff --git a/keyboards/handwired/pytest/basic/keymaps/default_json/keymap.json b/keyboards/handwired/pytest/basic/keymaps/default_json/keymap.json new file mode 100644 index 0000000000..e162e41399 --- /dev/null +++ b/keyboards/handwired/pytest/basic/keymaps/default_json/keymap.json @@ -0,0 +1,9 @@ +{ + "keyboard": "handwired/pytest/basic", + "keymap": "default_json", + "layout": "LAYOUT_ortho_1x1", + "layers": [["KC_A"]], + "author": "qmk", + "notes": "This file is a keymap.json file for handwired/pytest/basic", + "version": 1 +} -- cgit v1.2.3