Skip to content

Commit e22b903

Browse files
Fix error: 変換スクリプトのインデントがずれていたのを修正
1 parent d2c710a commit e22b903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AboutDefaultFirmware/keyboards/config_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def apply_default(self):
370370
lpme_col.extend([int(r) for r in config.col_pins_right.strip('[]').split(',')])
371371
mode = 'SINGLE'
372372
with open(config_name, 'w') as f:
373-
f.write(
373+
f.write(
374374
config_file_format.format(
375375
config.vid, config.pid, config.name, config.manufacture,
376376
config.description, config.row_num, config.col_num,

0 commit comments

Comments
 (0)