Index: c51/kb_process.c
===================================================================
--- /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/kb_process.c	(revision 622)
+++ /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/kb_process.c	(working copy)
@@ -186,7 +186,7 @@
 
 void kb_set_multikey(word multikey_value)
 {
-	if(mult_key_status != KEY_RELEASE)
+	if(mult_key_status != KEY_WAIT_RELEASE)
 	{
 		mult_key_status = KEY_MULIT_PRESS;
 		multikey[0] = HID_REPORTID_2;
@@ -197,7 +197,7 @@
 
 void kb_set_systemkey(byte systemkey_value)
 {
-	if(mult_key_status != KEY_RELEASE)
+	if(mult_key_status != KEY_WAIT_RELEASE)
 	{
 		mult_key_status = KEY_SYSTEM_PRESS;
 		system_key_press = 1;
Index: c51/output/FW
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/output/FW.COD
===================================================================
--- /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/FW.COD	(revision 622)
+++ /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/FW.COD	(working copy)
@@ -1,4 +1,4 @@
-LX51 LINKER/LOCATER V4.41                                                               03/07/2023  11:23:14  PAGE 1
+LX51 LINKER/LOCATER V4.41                                                               03/07/2023  20:15:28  PAGE 1
 
 
 
@@ -7085,11 +7085,11 @@
 ;---- Variable 'multikey_value' assigned to Register 'R4/R5' ----
 00273C AD07              MOV     R5,AR7
 00273E AC06              MOV     R4,AR6
-  189: 	if(mult_key_status != KEY_RELEASE)
+  189: 	if(mult_key_status != KEY_WAIT_RELEASE)
   190: 	{
 002740 904E4B            MOV     DPTR,#mult_key_status
 002743 E0                MOVX    A,@DPTR
-002744 6403              XRL     A,#03H
+002744 6402              XRL     A,#02H
 002746 600E              JZ      ?C0049?KB_PROCESS
   191: 		mult_key_status = KEY_MULIT_PRESS;
   192: 		multikey[0] = HID_REPORTID_2;
@@ -7119,11 +7119,11 @@
   198: void kb_set_systemkey(byte systemkey_value)
   199: {
 ;---- Variable 'systemkey_value' assigned to Register 'R7' ----
-  200: 	if(mult_key_status != KEY_RELEASE)
+  200: 	if(mult_key_status != KEY_WAIT_RELEASE)
   201: 	{
 002757 904E4B            MOV     DPTR,#mult_key_status
 00275A E0                MOVX    A,@DPTR
-00275B 6403              XRL     A,#03H
+00275B 6402              XRL     A,#02H
 00275D 6012              JZ      ?C0051?KB_PROCESS
   202: 		mult_key_status = KEY_SYSTEM_PRESS;
   203: 		system_key_press = 1;
Index: c51/output/FW.HTM
===================================================================
--- /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/FW.HTM	(revision 622)
+++ /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/FW.HTM	(working copy)
@@ -25,7 +25,7 @@
 
 <p class="TinyT">
 Created from: <b>LX51 LINKER/LOCATER V4.41</b><br>
-Creation time: <b>03/07/2023  11:23:14</b><p>
+Creation time: <b>03/07/2023  20:15:28</b><p>
 
 <hr>
 
Index: c51/output/FW.MAP
===================================================================
--- /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/FW.MAP	(revision 622)
+++ /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/FW.MAP	(working copy)
@@ -1,4 +1,4 @@
-LX51 LINKER/LOCATER V4.41                                                               03/07/2023  11:23:14  PAGE 1
+LX51 LINKER/LOCATER V4.41                                                               03/07/2023  20:15:28  PAGE 1
 
 
 LX51 LINKER/LOCATER V4.41, INVOKED BY:
Index: c51/output/FW.SBR
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/output/eeprom.dat
===================================================================
--- /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/eeprom.dat	(revision 622)
+++ /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/eeprom.dat	(working copy)
@@ -18247,7 +18247,7 @@
 4b
 e0
 64
-03
+02
 60
 0e
 74
@@ -18270,7 +18270,7 @@
 4b
 e0
 64
-03
+02
 60
 12
 74
@@ -23521,8 +23521,8 @@
 5c
 f0
 22
-c4
-42
+5f
+e9
 aa
 55
 40
Index: c51/output/fw.hex
===================================================================
--- /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/fw.hex	(revision 622)
+++ /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/fw.hex	(working copy)
@@ -626,8 +626,8 @@
 :102710007401F0800AE4904CECF0904F0404F090C7
 :102720004F04E0FF22904CC0E0FF64FE6003EF70B6
 :10273000087F2212085F7F01227F0022AD07AC06CE
-:10274000904E4BE06403600E7401F0904E4C04F028
-:10275000EFA3F0EEA3F022904E4BE06403601274FE
+:10274000904E4BE06402600E7401F0904E4C04F029
+:10275000EFA3F0EEA3F022904E4BE06402601274FF
 :1027600004F0904DE97401F0904E4C7406F0A3EF24
 :10277000F022904ED4EBF0A3EAF0A3E9F0E4A3F04A
 :10278000F0904ED7E0FFC394064003022A8E904E8D
Index: c51/output/fwram.rom
===================================================================
--- /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/fwram.rom	(revision 622)
+++ /ZXS_KB_Project/ZXS_2bt_MD168_1026_GAN/c51/output/fwram.rom	(working copy)
@@ -10051,7 +10051,7 @@
 4b
 e0
 64
-03
+02
 60
 0e
 74
@@ -10074,7 +10074,7 @@
 4b
 e0
 64
-03
+02
 60
 12
 74
Index: c51/patch/adc.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/bluetooth.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/global_variable.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/kb_process.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/keyscan.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/led.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/ram.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/sys.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
