Skip to content

Commit

Permalink
making wheel key1 less sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
limpkin committed Apr 11, 2015
1 parent 8e63d61 commit b853b0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file modified source_code/Mooltipass.atsuo
Binary file not shown.
2 changes: 1 addition & 1 deletion source_code/src/LOGIC/logic_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void mooltipassParametersInit(void)
setMooltipassParameterInEeprom(TOUCH_DI_PARAM, 6);
// Set touch wheel oversample (one bit gain)
setMooltipassParameterInEeprom(TOUCH_WHEEL_OS_PARAM0, 0x21);
setMooltipassParameterInEeprom(TOUCH_WHEEL_OS_PARAM1, 0x21);
setMooltipassParameterInEeprom(TOUCH_WHEEL_OS_PARAM1, 0x11);
setMooltipassParameterInEeprom(TOUCH_WHEEL_OS_PARAM2, 0x21);
// Set proximity sensing key settings
setMooltipassParameterInEeprom(TOUCH_PROX_OS_PARAM, 0x73);
Expand Down
2 changes: 1 addition & 1 deletion source_code/src/LOGIC/logic_eeprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// Total number of LUT entries. LUT is located near the end of the eeprom with reserved bytes at the end
#define NB_MAX_SMCID_UID_MATCH_ENTRIES ((EEPROM_SIZE - EEP_SMC_IC_USER_MATCH_START_ADDR - EEPROM_END_RESERVED)/SMCID_UID_MATCH_ENTRY_LENGTH)
// Correct key to prevent mooltipass settings reinit
#define USER_PARAM_CORRECT_INIT_KEY 0x15
#define USER_PARAM_CORRECT_INIT_KEY 0x25
// Mooltipass eeprom parameters define
#define USER_PARAM_INIT_KEY_PARAM 0
#define KEYBOARD_LAYOUT_PARAM 1
Expand Down
4 changes: 4 additions & 0 deletions source_code/src/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ RC2:
- speed improvement: look for free node starting after the taken one
- possibility to change charge time by setting param in eeprom
- solved bug when exciting management mode with screen saver
- individual control of the wheel keys pulse scl
- displaying service for fav & login menu
- decreased sensitivity of wheel key 1
- pushed due to delay to publish RC1

RC1:
- no service / login confirmation screen when selecting a service that only has one login in the login menu
Expand Down

0 comments on commit b853b0c

Please sign in to comment.