keyboard interface #1

Closed
sirlilpanda wants to merge 10 commits from keyboard_interface into main
Owner

Added buffered interface for the keyboard as well as display and peripherals.

Keyboard interface is defined within the keyboard kicad project, it has:

  • left side controller interrupt
  • right side controller interrupt
  • scl
  • sda
  • led_din
  • Controller reset
    This interface should not only allow for the different keyboard configurations to be used but also split keyboard to be used as well

3 more interfaces were also added the display interface, a buffer uart line; and 2 i2c peripheral lines using a differnt bus from the keyboard to prevent peripherals from key logging.

Added buffered interface for the keyboard as well as display and peripherals. Keyboard interface is defined within the keyboard kicad project, it has: - left side controller interrupt - right side controller interrupt - scl - sda - led_din - Controller reset This interface should not only allow for the different keyboard configurations to be used but also split keyboard to be used as well 3 more interfaces were also added the display interface, a buffer uart line; and 2 i2c peripheral lines using a differnt bus from the keyboard to prevent peripherals from key logging.
sirlilpanda added 10 commits 2025-12-31 19:50:05 -08:00
sirlilpanda closed this pull request 2026-01-22 17:35:38 -08:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sirlilpanda/the-shrimpt-keyboard#1
No description provided.