diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-28 18:24:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-28 18:24:41 +0000 |
commit | ac33b7b0b3ed6a7679bdc9c0edc88f5e0f832332 (patch) | |
tree | 3ce5089ae799ff9f40864e321ad5cae4524267ca /data/schemas/keymap.jsonschema | |
parent | 10a84d6b93ad459560e5f21db315fb49921249bb (diff) | |
parent | d4a6ee1cad73ab88ac3faecf2d40204c8e706b5a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data/schemas/keymap.jsonschema')
-rw-r--r-- | data/schemas/keymap.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keymap.jsonschema b/data/schemas/keymap.jsonschema index 92a1ce533d..0a4fb5d453 100644 --- a/data/schemas/keymap.jsonschema +++ b/data/schemas/keymap.jsonschema @@ -31,7 +31,7 @@ "properties": { "action": { "type": "string", - "enum": ['beep', 'delay', 'down', 'tap', 'up'] + "enum": ["beep", "delay", "down", "tap", "up"] }, "keycodes": { "type": "array", |