diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-01 00:09:30 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-01 00:09:30 -0500 |
commit | 8446f28850ba8b7357f3cc1d8b525e80b5099156 (patch) | |
tree | 972b35133c44f2f07a4e721a0c630ff44fe48181 | |
parent | 5f5d39ef3fae1029cccbbcdf0ba0d009b89c0f09 (diff) | |
download | kutter-8446f28850ba8b7357f3cc1d8b525e80b5099156.tar.gz kutter-8446f28850ba8b7357f3cc1d8b525e80b5099156.tar.xz kutter-8446f28850ba8b7357f3cc1d8b525e80b5099156.zip |
config: Add buttons to printer-tronxy-x5s-2018.cfg
Reported by @blackyarr.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-tronxy-x5s-2018.cfg | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/printer-tronxy-x5s-2018.cfg b/config/printer-tronxy-x5s-2018.cfg index 781f449d..8c834500 100644 --- a/config/printer-tronxy-x5s-2018.cfg +++ b/config/printer-tronxy-x5s-2018.cfg @@ -88,7 +88,5 @@ lcd_type: st7920 cs_pin: PA1 sclk_pin: PC0 sid_pin: PA3 - -# buttons are: -# PD2, PD3: encoder -# PA5: click +encoder_pins: ^PD2, ^PD3 +click_pin: ^!PA5 |