Skip to content

Commit

Permalink
Merge pull request #44 from yfuku/master
Browse files Browse the repository at this point in the history
fix JSON(owl8)
  • Loading branch information
sekigon-gonnoc authored Jul 4, 2021
2 parents 461f1f1 + 00d375a commit 485ec57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AboutDefaultFirmware/keyboards/owl8/owl8_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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}
}}
}}

0 comments on commit 485ec57

Please sign in to comment.