Mercurial > public > hwos_code
comparison src/ostc3.inc @ 220:effd7259f5a5
make button sensitivity configurable (cR hardware)
author | heinrichsweikamp |
---|---|
date | Mon, 05 Jan 2015 14:41:23 +0100 |
parents | 8fbd8c5ac51f |
children | 90923a081ae7 |
comparison
equal
deleted
inserted
replaced
219:4b2622e0fd50 | 220:effd7259f5a5 |
---|---|
540 opt_x_s1 res 2 ; calibration factor (Not stored in EEPROM) | 540 opt_x_s1 res 2 ; calibration factor (Not stored in EEPROM) |
541 opt_x_s2 res 2 ; calibration factor (Not stored in EEPROM) | 541 opt_x_s2 res 2 ; calibration factor (Not stored in EEPROM) |
542 opt_x_s3 res 2 ; calibration factor (Not stored in EEPROM) | 542 opt_x_s3 res 2 ; calibration factor (Not stored in EEPROM) |
543 opt_sensor_fallback res 1 ; =1: Fallback to SP1 when sensor is lost | 543 opt_sensor_fallback res 1 ; =1: Fallback to SP1 when sensor is lost |
544 opt_flip_screen res 1 ; =1: Flip the screen | 544 opt_flip_screen res 1 ; =1: Flip the screen |
545 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) | |
546 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) | |
545 | 547 |
546 ;-----------------------------EEPROM DATA ------------------------------------ | 548 ;-----------------------------EEPROM DATA ------------------------------------ |
547 ; Automatic reset of all options when this is changed: | 549 ; Automatic reset of all options when this is changed: |
548 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 550 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
549 | 551 |