config: Added pins for LCD encoder and button click on Creality Ender 3 (#574)
Signed-off-by: Gonzalo Ramírez <controla@gmail.com>
This commit is contained in:
parent
a27e82aef3
commit
e6208c6f02
|
@ -89,3 +89,5 @@ lcd_type: st7920
|
||||||
cs_pin: PA3
|
cs_pin: PA3
|
||||||
sclk_pin: PA1
|
sclk_pin: PA1
|
||||||
sid_pin: PC1
|
sid_pin: PC1
|
||||||
|
encoder_pins: ^PD2, ^PD3
|
||||||
|
click_pin: ^!PC0
|
||||||
|
|
Loading…
Reference in New Issue