diff options
Diffstat (limited to 'keyboards/tau4')
-rw-r--r-- | keyboards/tau4/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tau4/info.json b/keyboards/tau4/info.json index 0f19b19eac..b89a647221 100644 --- a/keyboards/tau4/info.json +++ b/keyboards/tau4/info.json @@ -13,8 +13,8 @@ "lto": true }, "matrix_pins": { - "rows": [ "F4", "F5", "F6", "F7" ], - "cols": [ "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F1", "F0", "B0", "B1" ] + "rows": ["F4", "F5", "F6", "F7"], + "cols": ["D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F1", "F0", "B0", "B1"] }, "processor": "atmega32u4", "features": { @@ -26,7 +26,7 @@ "oled": true, "rgblight": true }, - "community_layouts": [ "ortho_4x12" ], + "community_layouts": ["ortho_4x12"], "diode_direction": "COL2ROW", "encoder": { "rotary": [ |