mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-19 12:24:36 -04:00
Revise pins for SPI and RGB
This commit is contained in:
parent
5e8253465b
commit
5b32cf2500
2 changed files with 9 additions and 2 deletions
|
@ -212,9 +212,9 @@ module tk1 (
|
|||
.RGB1(led_g),
|
||||
.RGB2(led_b),
|
||||
.RGBLEDEN(1'h1),
|
||||
.RGB0PWM(muxed_led[LED_R_BIT]),
|
||||
.RGB0PWM(muxed_led[LED_B_BIT]),
|
||||
.RGB1PWM(muxed_led[LED_G_BIT]),
|
||||
.RGB2PWM(muxed_led[LED_B_BIT]),
|
||||
.RGB2PWM(muxed_led[LED_R_BIT]),
|
||||
.CURREN(1'b1)
|
||||
);
|
||||
/* verilator lint_on PINMISSING */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue