Index: output/eeprom.dat
===================================================================
--- /YC1308AF/branch/mouse/YDN_Project/Multi_Mode/PB_3m_3ch_pair_G903-FS/output/eeprom.dat	(revision 4436)
+++ /YC1308AF/branch/mouse/YDN_Project/Multi_Mode/PB_3m_3ch_pair_G903-FS/output/eeprom.dat	(working copy)
@@ -6479,9 +6479,9 @@
 18
 41
 7e
-09
+11
 c0
-04
+08
 c1
 4e
 20
@@ -6491,17 +6491,17 @@
 18
 41
 7e
-12
+0a
 c0
-09
+05
 41
 4e
 20
 60
 00
 00
-c3
-18
+72
+e8
 aa
 55
 40
@@ -6673,8 +6673,8 @@
 00
 11
 49
-0f
 0e
+0f
 0d
 ff
 ff
@@ -7831,8 +7831,8 @@
 55
 8e
 8f
-32
-6c
+8a
+82
 ff
 ff
 ff
Index: output/program.lis
===================================================================
--- /YC1308AF/branch/mouse/YDN_Project/Multi_Mode/PB_3m_3ch_pair_G903-FS/output/program.lis	(revision 4436)
+++ /YC1308AF/branch/mouse/YDN_Project/Multi_Mode/PB_3m_3ch_pair_G903-FS/output/program.lis	(working copy)
@@ -2183,18 +2183,18 @@
 064c 704baa00 jam 0 ,mem_mouse_matrix_key_row_count 
 064d 704bab00 jam 0 ,mem_mouse_ghost_flag 
 064e 1fe20400 copy pdata ,temp 
-064f 20400652 call p_mouse_ghost_key_check_l_bk 
-0650 20400655 call p_mouse_ghost_key_check_r_fw 
+064f 20400652 call p_mouse_ghost_key_check_l_fw 
+0650 20400655 call p_mouse_ghost_key_check_r_bk 
 0651 20204133 branch mouse_ghost_key_check + 6 
 
-p_mouse_ghost_key_check_l_bk:
-0652 18417e09 and temp ,mouse_l_bk_button ,pdata 
-0653 c004c14e beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+p_mouse_ghost_key_check_l_fw:
+0652 18417e11 and temp ,mouse_l_fw_button ,pdata 
+0653 c008c14e beq mouse_l_fw_button ,mouse_matrix_cow_more_than_one_key 
 0654 20600000 rtn 
 
-p_mouse_ghost_key_check_r_fw:
-0655 18417e12 and temp ,mouse_r_fw_button ,pdata 
-0656 c009414e beq mouse_r_fw_button ,mouse_matrix_cow_more_than_one_key 
+p_mouse_ghost_key_check_r_bk:
+0655 18417e0a and temp ,mouse_r_bk_button ,pdata 
+0656 c005414e beq mouse_r_bk_button ,mouse_matrix_cow_more_than_one_key 
 0657 20600000 rtn 
               org 0x800
 
Index: program/patch.prog
===================================================================
--- /YC1308AF/branch/mouse/YDN_Project/Multi_Mode/PB_3m_3ch_pair_G903-FS/program/patch.prog	(revision 4436)
+++ /YC1308AF/branch/mouse/YDN_Project/Multi_Mode/PB_3m_3ch_pair_G903-FS/program/patch.prog	(working copy)
@@ -2469,18 +2469,18 @@
 	jam 0,mem_mouse_matrix_key_row_count
 	jam 0,mem_mouse_ghost_flag
 	copy pdata,temp
-	call p_mouse_ghost_key_check_L_BK
-	call p_mouse_ghost_key_check_R_FW
+	call p_mouse_ghost_key_check_L_FW
+	call p_mouse_ghost_key_check_R_BK
 	branch mouse_ghost_key_check+6
 
-p_mouse_ghost_key_check_L_BK:
-	and temp,MOUSE_L_BK_BUTTON,pdata
-	beq MOUSE_L_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+p_mouse_ghost_key_check_L_FW:
+	and temp,MOUSE_L_FW_BUTTON,pdata
+	beq MOUSE_L_FW_BUTTON,mouse_matrix_cow_more_than_one_key
 	rtn
 
-p_mouse_ghost_key_check_R_FW:
-	and temp,MOUSE_R_FW_BUTTON,pdata
-	beq MOUSE_R_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+p_mouse_ghost_key_check_R_BK:
+	and temp,MOUSE_R_BK_BUTTON,pdata
+	beq MOUSE_R_BK_BUTTON,mouse_matrix_cow_more_than_one_key
 	rtn
 
 
Index: sched/mouse.dat
===================================================================
--- /YC1308AF/branch/mouse/YDN_Project/Multi_Mode/PB_3m_3ch_pair_G903-FS/sched/mouse.dat	(revision 4436)
+++ /YC1308AF/branch/mouse/YDN_Project/Multi_Mode/PB_3m_3ch_pair_G903-FS/sched/mouse.dat	(working copy)
@@ -108,8 +108,8 @@
 mem_rssi_dis_min_ble_init:75
 mem_rssi_dis_max_ble_init:80
 
-mem_bk_button_gpio:0f
-mem_fw_button_gpio:0e
+mem_bk_button_gpio:0e
+mem_fw_button_gpio:0f
 mem_dpi_button_gpio:0d
 mem_matrix_public_gpio:ff
 mem_sensor_motion_gpio:ff
