Skip to content

Commit

Permalink
Fix typo in split_keyboards.md
Browse files Browse the repository at this point in the history
  • Loading branch information
regicidalplutophage authored Jul 12, 2024
1 parent 35f2a69 commit 0064558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/split_keyboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ If you want to plug USB in on either side, or are using Bluetooth, this is for y
For wired connections you need to pass the UART pins. For Bluetooth, remove the `split_side` like this
```python
# Wired, adjust the pins to fit your hardware
split = Split(data_pin=board.D0,gddata_pin2=board.D1,)
split = Split(data_pin=board.D0,data_pin2=board.D1,)
# Wireless
split = Split(split_type=SplitType.BLE)
```

0 comments on commit 0064558

Please sign in to comment.