diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-07 18:32:26 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-07 18:32:26 -0500 |
commit | d40f951d6f6ef92821d36ea9d8e0d18fb8d4a93f (patch) | |
tree | bd4b4b917302e20f7047543e17161a88a9396f00 /config/example-extras.cfg | |
parent | 2d5c761101dbf01b53d669f41fa4edb71e8c5cc5 (diff) | |
download | kutter-d40f951d6f6ef92821d36ea9d8e0d18fb8d4a93f.tar.gz kutter-d40f951d6f6ef92821d36ea9d8e0d18fb8d4a93f.tar.xz kutter-d40f951d6f6ef92821d36ea9d8e0d18fb8d4a93f.zip |
buttons: Remove MCU_ADC_buttons debug capability
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 7e89e801..4dbf7254 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1746,10 +1746,6 @@ #analog_pullup_resistor: 4700 # The resistance (in ohms) of the pullup attached to the analog button. # The default is 4700 ohms. -#analog_pin_debug: -# When enabled it will output analog (ADC) button readings to the log. -# It's useful for finding analog button resistance range values. -# The default is False (disabled) #analog_range_click_pin: # The resistance range for a 'enter' button. Range minimum and maximum # comma-separated values must be provided when using analog button. |