keyboard_interface_fix #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "keyboard_interface_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added buffered interface for the keyboard as well as display and peripherals.
Keyboard interface is defined within the keyboard kicad project, it has:
3 more interfaces were also added the display interface, a buffer uart line; and 2 i2c peripheral lines using a different bus from the keyboard to prevent peripherals from key logging.
Visually quite messy, seems electrically fine. A few questions:
KEYBOARD_PWRmade a separate net when it is used interchangeably with the +5V net? Should it be fused before the connector?PERIPHERAL_ENline?KEYBOARD_PWRis mainly there to show where the decoupling capacitors should be near too and yes it is just interchangeable with the 5v rail.multiple pull downs are there because i copied and pasted however they shouldnt effect the performance of the device, but ill remove the duplicates and add them to the MCU page instead.
ditto to the second one
Approved