Skip to content

Commit

Permalink
save ext mode in preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill A. Kornilov committed Aug 21, 2019
1 parent 6d53695 commit 1000a5e
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 127 deletions.
2 changes: 2 additions & 0 deletions eepmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define EEP_ADDR_CONT_BEEP_P2 52 /* 2 */

#define EEP_ADDR_MODE 60 /* 2 */
#define EEP_ADDR_EXT_MODE 62

#define EEP_SIZE_BEEP_PERIOD 2
#define EEP_SIZE_CONT_BEEP_P1 2
Expand Down Expand Up @@ -57,6 +58,7 @@
#define EEP_DEF0_CONT_BEEP_P1 10000
#define EEP_DEF0_CONT_BEEP_P2 10000
#define EEP_DEF0_MODE 0
#define EEP_DEF0_EXT_MODE 0

/* set 1, used for the default .eep (only changes to set 0 are listed) */
#define EEP_DEF1_HP3478_EXT_EN 1
Expand Down
Loading

0 comments on commit 1000a5e

Please sign in to comment.