Skip to content

Commit 485ec57

Browse files
Merge pull request #44 from yfuku/master
fix JSON(owl8)
2 parents 461f1f1 + 00d375a commit 485ec57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AboutDefaultFirmware/keyboards/owl8/owl8_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"name":"owl8","manufacture":"yfuku","description":""},
66
"matrix":{"rows":1,"cols":16,"device_rows":1, "device_cols":16,
77
"debounce":1,"is_left_hand":1,"diode_direction":0,
8-
"row_pins":['NO_'],
9-
"col_pins":[20, 17, 15, 13, 19, 18, 16, 14, 7, 8, 9, 10, 'NO_', 'NO_', 'NO_', 'NO_'],
8+
"row_pins":[0],
9+
"col_pins":[20, 17, 15, 13, 19, 18, 16, 14, 7, 8, 9, 10, 0, 0, 0, 0],
1010
"layout":[13, 14, 15, 16, 0,
1111
9, 10, 11, 12, 0,
1212
1, 2, 3, 4, 0,
@@ -16,4 +16,4 @@
1616
"central":{"max_interval":60,"min_interval":30,"slave_latency":0},
1717
"led":{"pin":255, "num":0},
1818
"keymap":{"locale":"US","use_ascii":0}
19-
}}
19+
}}

0 commit comments

Comments
 (0)