mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Formatting
This commit is contained in:
parent
edb15390d3
commit
d7bb731c34
@ -103,8 +103,8 @@ def augment_community_info(config, src, dest):
|
||||
if matrix_type == 'direct':
|
||||
info["matrix_pins"] = {
|
||||
"direct": [
|
||||
["C2"] * cols
|
||||
] * rows
|
||||
["C2"] * cols,
|
||||
] * rows,
|
||||
}
|
||||
elif matrix_type in ['COL2ROW', 'ROW2COL']:
|
||||
info["diode_direction"] = matrix_type
|
||||
|
Loading…
Reference in New Issue
Block a user