From 798cbfe6a3430be9f73d3bc7c76550394077ccdb Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 16 Apr 2023 15:37:24 +1000 Subject: Fix info.json LTO and format encoder definitions (#20456) --- keyboards/ghs/xls/info.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'keyboards/ghs') diff --git a/keyboards/ghs/xls/info.json b/keyboards/ghs/xls/info.json index 87ed376500..a3a4788015 100644 --- a/keyboards/ghs/xls/info.json +++ b/keyboards/ghs/xls/info.json @@ -29,10 +29,10 @@ "bootloader": "stm32-dfu", "encoder": { "rotary": [ - { "pin_a": "B3", "pin_b": "A15" }, - { "pin_a": "B4", "pin_b": "B5" }, - { "pin_a": "B9", "pin_b": "B8" }, - { "pin_a": "F0", "pin_b": "F1" } + {"pin_a": "B3", "pin_b": "A15"}, + {"pin_a": "B4", "pin_b": "B5"}, + {"pin_a": "B9", "pin_b": "B8"}, + {"pin_a": "F0", "pin_b": "F1"} ] }, "layouts": { -- cgit v1.2.3