From 00d375ac80267916e0b59bbbc8a7954925efbc0e Mon Sep 17 00:00:00 2001 From: yfuku Date: Sun, 4 Jul 2021 15:22:49 +0900 Subject: [PATCH] Fixed a single quote in JSON that caused an error in the configurator. --- AboutDefaultFirmware/keyboards/owl8/owl8_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AboutDefaultFirmware/keyboards/owl8/owl8_config.json b/AboutDefaultFirmware/keyboards/owl8/owl8_config.json index 34f9745..44cfa43 100644 --- a/AboutDefaultFirmware/keyboards/owl8/owl8_config.json +++ b/AboutDefaultFirmware/keyboards/owl8/owl8_config.json @@ -5,8 +5,8 @@ "name":"owl8","manufacture":"yfuku","description":""}, "matrix":{"rows":1,"cols":16,"device_rows":1, "device_cols":16, "debounce":1,"is_left_hand":1,"diode_direction":0, - "row_pins":['NO_'], - "col_pins":[20, 17, 15, 13, 19, 18, 16, 14, 7, 8, 9, 10, 'NO_', 'NO_', 'NO_', 'NO_'], + "row_pins":[0], + "col_pins":[20, 17, 15, 13, 19, 18, 16, 14, 7, 8, 9, 10, 0, 0, 0, 0], "layout":[13, 14, 15, 16, 0, 9, 10, 11, 12, 0, 1, 2, 3, 4, 0, @@ -16,4 +16,4 @@ "central":{"max_interval":60,"min_interval":30,"slave_latency":0}, "led":{"pin":255, "num":0}, "keymap":{"locale":"US","use_ascii":0} -}} \ No newline at end of file +}}