Skip to content

Commit 6a7a9fa

Browse files
committed
Fix --no-keyboard option not doing anything
1 parent 6f47d1f commit 6a7a9fa

File tree

1 file changed

+2
-1
lines changed
  • python/src/mlogv32/preprocessor

1 file changed

+2
-1
lines changed

python/src/mlogv32/preprocessor/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ def add_with_label(block: Block, **labels: Unpack[Labels]):
455455
)
456456
)
457457

458-
add_peripheral(sortkb_schem, 14, 16)
458+
if include_keyboard:
459+
add_peripheral(sortkb_schem, 14, 16)
459460

460461
# CPU
461462

0 commit comments

Comments
 (0)