From 0828d0f5c7e1f764688d85f07a70e023ebc66c7b Mon Sep 17 00:00:00 2001 From: Zach White Date: Sat, 27 Feb 2021 15:25:41 -0800 Subject: Fix compile errors (#12048) * fix compile errors * fix broken json files --- data/schemas/keyboard.jsonschema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/schemas/keyboard.jsonschema') diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index f5fb611bd2..749e8f1002 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -88,7 +88,7 @@ "oneOf": [ { "type": "string", - "enum": ["LAYOUT"] + "enum": ["LAYOUT", "LAYOUT_planck_1x2uC"] }, { "type": "string", -- cgit v1.2.3