Index: output/eeprom.dat
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/xzr_mouse_public_sdk_bt_133hz/output/eeprom.dat	(revision 4716)
+++ /YC1308AC/branch/mouse_project/XZR/xzr_mouse_public_sdk_bt_133hz/output/eeprom.dat	(working copy)
@@ -2557,14 +2557,6 @@
 60
 7f
 6f
-e0
-cc
-40
-c2
-80
-02
-82
-6f
 e4
 4b
 ab
@@ -2572,6 +2564,14 @@
 0a
 00
 00
+68
+48
+c8
+fd
+c1
+81
+00
+00
 20
 40
 02
@@ -6264,8 +6264,8 @@
 60
 00
 00
-ec
-1f
+53
+3e
 aa
 55
 40
Index: output/program.lis
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/xzr_mouse_public_sdk_bt_133hz/output/program.lis	(revision 4716)
+++ /YC1308AC/branch/mouse_project/XZR/xzr_mouse_public_sdk_bt_133hz/output/program.lis	(working copy)
@@ -834,10 +834,10 @@
 027d 2020607f branch gpio_set_high_impedance 
 
 p_mouse_adc_gpio_set_before_hibernate:
-027e 6fe0cc40 fetch 1 ,mem_mouse_led_new_interface_config 
-027f c2800282 bbit1 mouse_enable_1io2led ,p_mouse_adc_gpio_set_before_hibernate_next 
-0280 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0281 c40a0000 rtnbit0 mouse_enable_adc 
+027e 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
+027f c40a0000 rtnbit0 mouse_enable_adc 
+0280 6848c8fd fetcht 1 ,mem_adc_config_flag_init 
+0281 c1810000 rtnne adc_config_gpio 
 
 p_mouse_adc_gpio_set_before_hibernate_next:
 0282 20400286 call p_mouse_adc_gpio_set 
Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/xzr_mouse_public_sdk_bt_133hz/program/patch.prog	(revision 4716)
+++ /YC1308AC/branch/mouse_project/XZR/xzr_mouse_public_sdk_bt_133hz/program/patch.prog	(working copy)
@@ -1021,10 +1021,12 @@
 //	rtn
 
 p_mouse_adc_gpio_set_before_hibernate:	
-	fetch 1,mem_mouse_led_new_interface_config
-	bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_adc_gpio_set_before_hibernate_next
+	// fetch 1,mem_mouse_led_new_interface_config
+	// bbit1 MOUSE_ENABLE_1IO2LED,p_mouse_adc_gpio_set_before_hibernate_next
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_ENABLE_ADC
+	fetcht 1,mem_adc_config_flag_init
+	rtnne ADC_CONFIG_GPIO
 p_mouse_adc_gpio_set_before_hibernate_next:
 	call p_mouse_adc_gpio_set
 	fetch 1,mem_adc_channel_gpio	
