Index: output/eeprom.dat
===================================================================
--- /YC1308AC/branch/mouse_project/BR_Project/Mouse_Public_BR/output/eeprom.dat	(revision 2629)
+++ /YC1308AC/branch/mouse_project/BR_Project/Mouse_Public_BR/output/eeprom.dat	(working copy)
@@ -1218,8 +1218,8 @@
 67
 20
 40
-41
-a7
+03
+37
 20
 75
 80
@@ -5668,8 +5668,8 @@
 20
 26
 f6
-06
-7c
+b6
+88
 aa
 55
 40
Index: output/program.lis
===================================================================
--- /YC1308AC/branch/mouse_project/BR_Project/Mouse_Public_BR/output/program.lis	(revision 2629)
+++ /YC1308AC/branch/mouse_project/BR_Project/Mouse_Public_BR/output/program.lis	(working copy)
@@ -397,7 +397,7 @@
 012c 793f8034 set0 mark_adc_enable ,mark 
 012d 20406df3 call enable_authrom 
 012e 20400167 call p_mouse_setting_config 
-012f 204041a7 call mouse_init_sunt 
+012f 20400337 call p_mouse_init_sunt 
 0130 20758000 rtn wake 
 0131 704ca600 jam 0 ,mem_mouse_dpi_led_blink_enable 
 0132 20400320 call p_mouse_seting_sensor_type 
Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/BR_Project/Mouse_Public_BR/program/patch.prog	(revision 2629)
+++ /YC1308AC/branch/mouse_project/BR_Project/Mouse_Public_BR/program/patch.prog	(working copy)
@@ -12,6 +12,7 @@
 //define COMMBINATION_DPI
 define G24_RETRANSMIT_DPI
 //define YJX_ICE_SELECT_ANGLE
+//define LOAD_DEFAULT_DPI
 
 	bbit1 8,pf_patch_ext
 	beq patch00_0,p_soft_reset
@@ -449,7 +450,10 @@
 	set0 mark_adc_enable,mark
 	call enable_authrom
 	call p_mouse_setting_config
-	call mouse_init_sunt
+ifdef LOAD_DEFAULT_DPI
+	ncall p_mouse_load_default_dpi,wake
+endif
+	call p_mouse_init_sunt
 	rtn wake
 	jam 0,mem_mouse_dpi_led_blink_enable
 	
@@ -468,6 +472,14 @@
 	call p_mouse_sensor_powerdown
 	branch mouse_init+8
 
+
+ifdef LOAD_DEFAULT_DPI
+p_mouse_load_default_dpi:
+	fetch 1,mem_config_sensor_dpi
+	store 1,mem_mouse_dpi
+	rtn
+endif
+
 ifdef DOUBLE_DPI_KEY
 p_mouse_double_dpi_judge:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -2499,7 +2511,11 @@
 p_mouse_dpi_store:
 	store 1,mem_mouse_dpi
 	call p_mouse_seting_dpi
+ifdef LOAD_DEFAULT_DPI
+	rtn
+else
 	branch mouse_store_eerpom_dpi
+endif
 
 ifdef DOUBLE_DPI_KEY
 p_mouse_double_dpi_check:
