diff src/option_table.asm @ 220:effd7259f5a5

make button sensitivity configurable (cR hardware)
author heinrichsweikamp
date Mon, 05 Jan 2015 14:41:23 +0100
parents f515712d8cd6
children 6c4ad243cb44
line wrap: on
line diff
--- a/src/option_table.asm	Sun Jan 04 21:24:01 2015 +0100
+++ b/src/option_table.asm	Mon Jan 05 14:41:23 2015 +0100
@@ -194,6 +194,8 @@
         OPTION_UINT8    oCalGasO2,      .21,.100,   .21,    tPercent, .149,    opt_calibration_O2_ratio         ; Calibration gas %O2
         OPTION_BOOL     oSensorFallback,1,                            .150,    opt_sensor_fallback              ; =1: Fallback to SP1 when sensor is lost
         OPTION_BOOL     oFlipScreen,    0,                            .151,    opt_flip_screen                  ; =1: Flip the screen
+        OPTION_UINT8p10 ocR_button_left,.20, .100,   .40,   tPercent, .152,    opt_cR_button_left               ; left button sensitivity
+        OPTION_UINT8p10 ocR_button_right,.20, .100,   .40,  tPercent, .153,    opt_cR_button_right              ; right button sensitivity
 
 ;=============================================================================
 ; Set Time/Set Date (RAM only)