Index: btkb/output/eeprom.dat
===================================================================
--- /XZR_Project/XZR_1086_K09/btkb/output/eeprom.dat	(revision 425)
+++ /XZR_Project/XZR_1086_K09/btkb/output/eeprom.dat	(working copy)
@@ -4994,7 +4994,7 @@
 01
 aa
 55
-bd
+c0
 01
 04
 45
@@ -5041,21 +5041,24 @@
 00
 00
 2a
-0e
-42
-54
-35
-2e
-30
+11
+48
+41
+4d
+41
 20
 4b
-65
-79
-62
-6f
-61
-72
-64
+45
+59
+34
+41
+4c
+4c
+20
+58
+35
+31
+30
 08
 00
 03
@@ -5534,25 +5537,28 @@
 01
 aa
 55
-0f
+12
 00
 19
 44
-0e
-42
-54
-35
-2e
-30
+11
+48
+41
+4d
+41
 20
 4b
-65
-79
-62
-6f
-61
-72
-64
+45
+59
+34
+41
+4c
+4c
+20
+58
+35
+31
+30
 aa
 55
 01
@@ -5600,27 +5606,30 @@
 80
 aa
 55
-11
+14
 00
 f9
 43
 1f
-0f
+12
 09
-42
-54
-35
-2e
-30
+48
+41
+4d
+41
 20
 4b
-65
-79
-62
-6f
-61
-72
-64
+45
+59
+34
+41
+4c
+4c
+20
+58
+35
+31
+30
 aa
 55
 04
@@ -5933,7 +5942,7 @@
 aa
 aa
 55
-20
-0a
-81
-b1
+75
+09
+55
+27
Index: btkb/output/sched.rom
===================================================================
--- /XZR_Project/XZR_1086_K09/btkb/output/sched.rom	(revision 425)
+++ /XZR_Project/XZR_1086_K09/btkb/output/sched.rom	(working copy)
@@ -120,7 +120,7 @@
 #Characteristic: Device Name
 06 00 03 28 01 02 
 07 00 00 2a 
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 #Characteristic: Appearance
 08 00 03 28 01 02 
@@ -279,7 +279,7 @@
 2c 01 #timeout
 
 mem_le_name_len:
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 mem_le_adv_channel_map:07 
 mem_le_adv_direct_addr_type:01
@@ -294,7 +294,7 @@
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
-'\09BT5.0 Keyboard
+'\09HAMA KEY4ALL X510
 
 mem_version_yy_mm_dd:20 21 12 24		#version data 20211224
 
Index: btkb/sched/kb.dat
===================================================================
--- /XZR_Project/XZR_1086_K09/btkb/sched/kb.dat	(revision 425)
+++ /XZR_Project/XZR_1086_K09/btkb/sched/kb.dat	(working copy)
@@ -120,7 +120,7 @@
 #Characteristic: Device Name
 06 00 03 28 01 02 
 07 00 00 2a 
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 #Characteristic: Appearance
 08 00 03 28 01 02 
@@ -279,7 +279,7 @@
 2c 01 #timeout
 
 mem_le_name_len:
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 mem_le_adv_channel_map:07 
 mem_le_adv_direct_addr_type:01
@@ -294,7 +294,7 @@
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
-'\09BT5.0 Keyboard
+'\09HAMA KEY4ALL X510
 
 mem_version_yy_mm_dd:20 21 12 24		#version data 20211224
 
Index: c51/kb_process.c
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/kb_process.c	(revision 461)
+++ /XZR_Project/XZR_1086_K09/c51/kb_process.c	(working copy)
@@ -493,7 +493,7 @@
 					temp = HID_KEY_NULL;
 				}
 				else
-					temp = HID_MULTIKEY_MEDIA;
+					temp = HID_KEY_PRINT_SCREEN;
 				break;
 			case HID_KEY_F5:
 				temp = HID_MULTIKEY_AC_SEARCH;
Index: c51/output/FW
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/output/FW.COD
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/output/FW.COD	(revision 461)
+++ /XZR_Project/XZR_1086_K09/c51/output/FW.COD	(working copy)
@@ -1,4 +1,4 @@
-LX51 LINKER/LOCATER V4.41                                                               06/24/2022  18:19:13  PAGE 1
+LX51 LINKER/LOCATER V4.41                                                               06/25/2022  10:47:54  PAGE 1
 
 
 
@@ -5103,9 +5103,9 @@
 001C9D A11F              AJMP    ?C0068?KB_PROCESS
 001C9F         ?C0105?KB_PROCESS:
   495: 				else
-  496: 					temp = HID_MULTIKEY_MEDIA;
+  496: 					temp = HID_KEY_PRINT_SCREEN;
 001C9F 904EB3            MOV     DPTR,#temp
-001CA2 74F1              MOV     A,#0F1H
+001CA2 7446              MOV     A,#046H
 001CA4 F0                MOVX    @DPTR,A
   497: 				break;
 001CA5 8078              SJMP    ?C0068?KB_PROCESS
Index: c51/output/FW.HTM
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/output/FW.HTM	(revision 461)
+++ /XZR_Project/XZR_1086_K09/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>06/24/2022  18:19:13</b><p>
+Creation time: <b>06/25/2022  10:47:54</b><p>
 
 <hr>
 
Index: c51/output/FW.MAP
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/output/FW.MAP	(revision 461)
+++ /XZR_Project/XZR_1086_K09/c51/output/FW.MAP	(working copy)
@@ -1,4 +1,4 @@
-LX51 LINKER/LOCATER V4.41                                                               06/24/2022  18:19:12  PAGE 1
+LX51 LINKER/LOCATER V4.41                                                               06/25/2022  10:47:54  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
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/output/eeprom.dat	(revision 461)
+++ /XZR_Project/XZR_1086_K09/c51/output/eeprom.dat	(working copy)
@@ -12061,7 +12061,7 @@
 4e
 b3
 74
-f1
+46
 f0
 80
 78
@@ -14964,8 +14964,8 @@
 04
 cf
 22
-04
-38
+be
+96
 aa
 55
 40
@@ -15234,7 +15234,7 @@
 01
 aa
 55
-bd
+c0
 01
 04
 45
@@ -15281,21 +15281,24 @@
 00
 00
 2a
-0e
-42
-54
-35
-2e
-30
+11
+48
+41
+4d
+41
 20
 4b
-65
-79
-62
-6f
-61
-72
-64
+45
+59
+34
+41
+4c
+4c
+20
+58
+35
+31
+30
 08
 00
 03
@@ -15774,25 +15777,28 @@
 01
 aa
 55
-0f
+12
 00
 19
 44
-0e
-42
-54
-35
-2e
-30
+11
+48
+41
+4d
+41
 20
 4b
-65
-79
-62
-6f
-61
-72
-64
+45
+59
+34
+41
+4c
+4c
+20
+58
+35
+31
+30
 aa
 55
 01
@@ -15840,27 +15846,30 @@
 80
 aa
 55
-11
+14
 00
 f9
 43
 1f
-0f
+12
 09
-42
-54
-35
-2e
-30
+48
+41
+4d
+41
 20
 4b
-65
-79
-62
-6f
-61
-72
-64
+45
+59
+34
+41
+4c
+4c
+20
+58
+35
+31
+30
 aa
 55
 04
@@ -16169,17 +16178,8 @@
 6c
 59
 50
-61
-7d
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
+4b
+68
 ff
 ff
 ff
@@ -16380,5 +16380,5 @@
 ff
 ff
 ff
-6c
-21
+c0
+eb
Index: c51/output/fw.hex
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/output/fw.hex	(revision 461)
+++ /XZR_Project/XZR_1086_K09/c51/output/fw.hex	(working copy)
@@ -456,7 +456,7 @@
 :101C7000FAF0A11F904CC1E07008904EB374D9F0F7
 :101C8000A11F904EB37465F0A11F904CC1E0700F7E
 :101C9000AF067B207D0A51B8E4904EB3F0A11F90AF
-:101CA0004EB374F1F08078904EB374D5F08070909C
+:101CA0004EB37446F08078904EB374D5F080709047
 :101CB0004CC1E0FC7014AF067B2C7D0151B8EE30B6
 :101CC000E028904CF8740AF08020ECB4010AAF06CA
 :101CD0007B2C7D0251B88012AF067B2C7D0851B859
Index: c51/output/fwram.rom
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/output/fwram.rom	(revision 461)
+++ /XZR_Project/XZR_1086_K09/c51/output/fwram.rom	(working copy)
@@ -7329,7 +7329,7 @@
 4e
 b3
 74
-f1
+46
 f0
 80
 78
Index: c51/output/sched.rom
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/output/sched.rom	(revision 425)
+++ /XZR_Project/XZR_1086_K09/c51/output/sched.rom	(working copy)
@@ -120,7 +120,7 @@
 #Characteristic: Device Name
 06 00 03 28 01 02 
 07 00 00 2a 
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 #Characteristic: Appearance
 08 00 03 28 01 02 
@@ -279,7 +279,7 @@
 2c 01 #timeout
 
 4419:
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 44e4:07 
 44dd:01
@@ -294,7 +294,7 @@
 
 43f9:1f
 43fa:
-'\09BT5.0 Keyboard
+'\09HAMA KEY4ALL X510
 
 4d53:20 21 12 24		#version data 20211224
 
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.dat
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/patch/kb.dat	(revision 425)
+++ /XZR_Project/XZR_1086_K09/c51/patch/kb.dat	(working copy)
@@ -120,7 +120,7 @@
 #Characteristic: Device Name
 06 00 03 28 01 02 
 07 00 00 2a 
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 #Characteristic: Appearance
 08 00 03 28 01 02 
@@ -279,7 +279,7 @@
 2c 01 #timeout
 
 mem_le_name_len:
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 mem_le_adv_channel_map:07 
 mem_le_adv_direct_addr_type:01
@@ -294,7 +294,7 @@
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
-'\09BT5.0 Keyboard
+'\09HAMA KEY4ALL X510
 
 mem_version_yy_mm_dd:20 21 12 24		#version data 20211224
 
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/sch.rom
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/patch/sch.rom	(revision 425)
+++ /XZR_Project/XZR_1086_K09/c51/patch/sch.rom	(working copy)
@@ -120,7 +120,7 @@
 #Characteristic: Device Name
 06 00 03 28 01 02 
 07 00 00 2a 
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 #Characteristic: Appearance
 08 00 03 28 01 02 
@@ -279,7 +279,7 @@
 2c 01 #timeout
 
 mem_le_name_len:
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 mem_le_adv_channel_map:07 
 mem_le_adv_direct_addr_type:01
@@ -294,7 +294,7 @@
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
-'\09BT5.0 Keyboard
+'\09HAMA KEY4ALL X510
 
 mem_version_yy_mm_dd:20 21 12 24		#version data 20211224
 
Index: c51/patch/sched.rom
===================================================================
--- /XZR_Project/XZR_1086_K09/c51/patch/sched.rom	(revision 425)
+++ /XZR_Project/XZR_1086_K09/c51/patch/sched.rom	(working copy)
@@ -120,7 +120,7 @@
 #Characteristic: Device Name
 06 00 03 28 01 02 
 07 00 00 2a 
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 #Characteristic: Appearance
 08 00 03 28 01 02 
@@ -279,7 +279,7 @@
 2c 01 #timeout
 
 mem_le_name_len:
-'BT5.0 Keyboard
+'HAMA KEY4ALL X510
 
 mem_le_adv_channel_map:07 
 mem_le_adv_direct_addr_type:01
@@ -294,7 +294,7 @@
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
-'\09BT5.0 Keyboard
+'\09HAMA KEY4ALL X510
 
 mem_version_yy_mm_dd:20 21 12 24		#version data 20211224
 
Index: c51/patch/sys.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
