KMKfw / kmk_firmware

Clackety Keyboards Powered by Python
https://kmkfw.zulipchat.com
Other
1.4k stars 475 forks source link

[BUG] Split keyboard EE docs misguiding #808

Closed larryare closed 1 year ago

larryare commented 1 year ago

Describe the bug As per split keyboard docs, in EE section, it's noted that only this is enough:

# Wired
split = Split()

However i get the error: kmk.modules.split: during_bootup: AttributeError: 'KMKKeyboard' object has no attribute 'data_pin'. My UART pins are wired to default GP0 and GP1. I'm using two raspberry pi picos.

Expected behavior Docs should mention, at least at the EE section, that providing UART pins are required arguments.

xs5871 commented 1 year ago

Good point.