Skip to content

Commit

Permalink
add missing keypad I2C plumbing #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 5, 2024
1 parent 63432a4 commit e826cd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/vhdl/machine.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ begin

porto_out => porto_out,
portp_out => portp_out,

-- Accessibility inputs for showing on visual keyboard
accessible_row => accessible_row,
accessible_key => accessible_key,
Expand Down Expand Up @@ -1948,6 +1948,9 @@ begin
tmpSCL => tmpSCL,
tmpInt => tmpInt,
tmpCT => tmpCT,

keypadSDA => keypadSDA,
keypadSCL => keypadSCL,

i2c1SDA => i2c1SDA,
i2c1SCL => i2c1SCL,
Expand Down

0 comments on commit e826cd4

Please sign in to comment.