summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/keymaps/default_json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-01-05 00:52:31 +0000
committerGitHub <noreply@github.com>2021-01-05 00:52:31 +0000
commitf03b10b6c1c9a5b0e07f7f78c6060610246b4a7f (patch)
tree7d9df975a5046b8d22b5f20694715287361f96a4 /keyboards/handwired/onekey/keymaps/default_json
parent810eafad121bda333c53490e2d8a29f3a83d9c19 (diff)
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
Diffstat (limited to 'keyboards/handwired/onekey/keymaps/default_json')
-rw-r--r--keyboards/handwired/onekey/keymaps/default_json/keymap.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/handwired/onekey/keymaps/default_json/keymap.json b/keyboards/handwired/onekey/keymaps/default_json/keymap.json
deleted file mode 100644
index ce4c4b474d..0000000000
--- a/keyboards/handwired/onekey/keymaps/default_json/keymap.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "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
-}