diff --git a/Build/Data/Updating.txt b/Build/Data/Updating.txt index 050ce2d..73270fb 100644 --- a/Build/Data/Updating.txt +++ b/Build/Data/Updating.txt @@ -6,11 +6,6 @@ index.js <---- contains lang data ("macro_cate_already_exist") manifest.js vendor.js -- Download the official software -- Format the above files (0.json / index.js) and use them to update the following: - -- Find string such as "macro_cate_already_exist" and update /Build/Data/i18n/langs/zh.jon/en.json -- Update keys.json by searching for "mode-layer-temp-switch" -- Copy all files from /driver/device/ to /Build/Data/device/ (rename the chinese named folder) -- In Program.cs call CMFile.DumpLighting() with "/driver/res/data/le/" as the path. Copy the dumped files from the created "dump" folder. -- Use https://jsonformatter.curiousconcept.com/ where applicable to fix up quotation marks on files (lang, keys.json is a manual fix) \ No newline at end of file +- Navigate to "C:\Program Files (x86)\GK6XPlus Driver\CMSEngine\driver\" and create a copy of 0.js / index.js renamed to 0.formatted.js / index.formatted.js +- Format both files using https://beautifier.io/ +- Use the command "update_data C:\Program Files (x86)\GK6XPlus Driver" \ No newline at end of file diff --git a/Build/Data/device/655491165/config.json b/Build/Data/device/655491165/config.json index 55388ee..87ef006 100644 --- a/Build/Data/device/655491165/config.json +++ b/Build/Data/device/655491165/config.json @@ -1,98 +1,98 @@ { - "DeviceType": 0, - "DriverLEKey": 67, - "ShowScalePlus": 0.15, - "ShowOffsetLeft": 0, - "ShowOffsetTop": 0, - "IsFnKeySet": true, - "FuncTable":[{ - "id": 0, - "name": "设置", - "lang": "menu_config_kb", - "icon": "el-icon-kb-keyboard", - "component": "/ConfigKB", - "visible": true, - "disable": false - },{ - "id": 1, - "name": "灯效库", - "lang": "menu_le_lib", - "icon": "el-icon-kb-light", - "component": "/Le", - "visible": true, - "disable": false - },{ - "id": 2, - "name": "宏管理", - "icon": "el-icon-document", - "lang": "menu_macro_lib", - "component": "/Macro", - "visible": true, - "disable": false - }], - "QuickSelect":[{ - "title": "第一行", - "lang": "line_first", - "lcodes": [0,2,3,4,5,7,8,9,10,11,12,13,14,15,16,17] - },{ - "title": "第二行", - "lang": "line_second", - "lcodes": [23,24,25,26,27,28,29,30,31,32,36,33,34,22,37,38,39,40,41,42,43] - },{ - "title": "第三行", - "lang": "line_third", - "lcodes": [47,52,53,54,45,48,49,51,46,50,44,55,56,58,59,60,61,65,62,63,64] - },{ - "title": "第四行", - "lang": "line_fourth", - "lcodes": [67,69,70,71,72,73,74,75,68,79,76,77,66,84,85,86] - },{ - "title": "第五行", - "lang": "line_fifth", - "lcodes": [88,102,94,92,96,95,93,91,90,97,98,99,104,106,107,108,109] - },{ - "title": "第六行", - "lang": "line_sixth", - "lcodes": [121,122,110,112,111,124,120,116,127,125,126,128,130] - }], - "UserManual":[{ - "title_lang": "layer_oper", - "items":[{ - "key": "Fn+F10", - "desc_lang": "change_onboard_layer_1" - },{ - "key": "Fn+F11", - "desc_lang": "change_onboard_layer_2" - },{ - "key": "Fn+F12", - "desc_lang": "change_onboard_layer_3" - },{ - "key": "Fn+F9", - "desc_lang": "change_driver_layer_1" - }] - },{ - "title_lang": "le_oper", - "items":[{ - "key": "Fn+F5/F6", - "desc_lang": "change_std_le" - },{ - "key": "Fn+[", - "desc_lang": "change_le_brightness_inc" - },{ - "key": "Fn+]", - "desc_lang": "change_le_brightness_dec" - },{ - "key": "Fn+↑", - "desc_lang": "change_le_speed_inc" - },{ - "key": "Fn+↓", - "desc_lang": "change_le_speed_dec" - }] - },{ - "title_lang": "system_oper", - "items":[{ - "key": "Fn+ESC+Q", - "desc_lang": "clear_all_config" - }] - }] + "DeviceType": 0, + "DriverLEKey": 67, + "ShowScalePlus": 0.15, + "ShowOffsetLeft": 0, + "ShowOffsetTop": 0, + "IsFnKeySet": true, + "FuncTable": [{ + "id": 0, + "name": "设置", + "lang": "menu_config_kb", + "icon": "el-icon-kb-keyboard", + "component": "/ConfigKB", + "visible": true, + "disable": false + }, { + "id": 1, + "name": "灯效库", + "lang": "menu_le_lib", + "icon": "el-icon-kb-light", + "component": "/Le", + "visible": true, + "disable": false + }, { + "id": 2, + "name": "宏管理", + "icon": "el-icon-document", + "lang": "menu_macro_lib", + "component": "/Macro", + "visible": true, + "disable": false + }], + "QuickSelect": [{ + "title": "第一行", + "lang": "line_first", + "lcodes": [0, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] + }, { + "title": "第二行", + "lang": "line_second", + "lcodes": [23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36, 33, 34, 22, 37, 38, 39, 40, 41, 42, 43] + }, { + "title": "第三行", + "lang": "line_third", + "lcodes": [47, 52, 53, 54, 45, 48, 49, 51, 46, 50, 44, 55, 56, 58, 59, 60, 61, 65, 62, 63, 64] + }, { + "title": "第四行", + "lang": "line_fourth", + "lcodes": [67, 69, 70, 71, 72, 73, 74, 75, 68, 79, 76, 77, 66, 84, 85, 86] + }, { + "title": "第五行", + "lang": "line_fifth", + "lcodes": [88, 102, 94, 92, 96, 95, 93, 91, 90, 97, 98, 99, 104, 106, 107, 108, 109] + }, { + "title": "第六行", + "lang": "line_sixth", + "lcodes": [121, 122, 110, 112, 111, 124, 120, 116, 127, 125, 126, 128, 130] + }], + "UserManual": [{ + "title_lang": "layer_oper", + "items": [{ + "key": "Fn+F10", + "desc_lang": "change_onboard_layer_1" + }, { + "key": "Fn+F11", + "desc_lang": "change_onboard_layer_2" + }, { + "key": "Fn+F12", + "desc_lang": "change_onboard_layer_3" + }, { + "key": "Fn+F9", + "desc_lang": "change_driver_layer_1" + }] + }, { + "title_lang": "le_oper", + "items": [{ + "key": "Fn+F5/F6", + "desc_lang": "change_std_le" + }, { + "key": "Fn+[", + "desc_lang": "change_le_brightness_inc" + }, { + "key": "Fn+]", + "desc_lang": "change_le_brightness_dec" + }, { + "key": "Fn+↑", + "desc_lang": "change_le_speed_inc" + }, { + "key": "Fn+↓", + "desc_lang": "change_le_speed_dec" + }] + }, { + "title_lang": "system_oper", + "items": [{ + "key": "Fn+ESC+Q", + "desc_lang": "clear_all_config" + }] + }] } \ No newline at end of file diff --git a/Build/Data/device/655491248/data/keymap.js b/Build/Data/device/655491248/data/keymap.js index 46893d9..535e206 100644 --- a/Build/Data/device/655491248/data/keymap.js +++ b/Build/Data/device/655491248/data/keymap.js @@ -610,18 +610,6 @@ "Height": 54 } }, - { - "KeyName": "]", - "Show": "]", - "LogicCode": 54, - "LocationCode": 57, - "Position": { - "Left": 767, - "Top": 246, - "Width": 54, - "Height": 54 - } - }, { "KeyName": "|", "Show": "|", @@ -658,18 +646,6 @@ "Height": 54 } }, - { - "KeyName": "`", - "Show": "`", - "LogicCode": 58, - "LocationCode": 22, - "Position": { - "Left": 70, - "Top": 188, - "Width": 54, - "Height": 54 - } - }, { "KeyName": ",", "Show": ",", diff --git a/Build/Data/device/656801833/config.json b/Build/Data/device/656801833/config.json index 4772bd3..e6ed0d7 100644 --- a/Build/Data/device/656801833/config.json +++ b/Build/Data/device/656801833/config.json @@ -1,104 +1,104 @@ { - "DeviceType": 0, - "DriverLEKey": 67, - "LeCate": 73, - "ShowScalePlus": 0.05, - "ShowOffsetLeft": "0", - "ShowOffsetTop": "0", - "IsFnKeySet": true, - "IsFnx": false, - "FuncTable":[{ - "id": 0, - "name": "设置", - "lang": "menu_config_kb", - "icon": "el-icon-kb-keyboard", - "component": "/ConfigKB", - "visible": true, - "disable": false - },{ - "id": 1, - "name": "灯效库", - "lang": "menu_le_lib", - "icon": "el-icon-kb-light", - "component": "/Le", - "visible": true, - "disable": false - },{ - "id": 2, - "name": "宏管理", - "icon": "el-icon-document", - "lang": "menu_macro_lib", - "component": "/Macro", - "visible": true, - "disable": false - }], - "QuickSelect":[{ - "title": "第一行", - "lang": "line_first", - "lcodes": [2,3,4,5,6,7,8,9,10,11,10,11,0,12,14,15,16] - },{ - "title": "第二行", - "lang": "line_second", - "lcodes": [33,34,35,36,37,38,22,24,25,26,27,28,29,30,31,32] - },{ - "title": "第三行", - "lang": "line_third", - "lcodes": [44,46,47,48,49,50,51,52,53,54,55,56,58,59,60] - },{ - "title": "第四行", - "lang": "line_fourth", - "lcodes": [66,68,69,70,71,72,73,74,75,76,77,79,80,81,82] - },{ - "title": "第五行", - "lang": "line_fifth", - "lcodes": [66,68,69,70,71,72,73,74,75,76,77,79,80,81,82,92] - },{ - "title": "底灯", - "lang": "line_bottom", - "lcodes": [20,42,64,21,43,65] - },{ - "title": "上灯条", - "lang": "line_top_bar", - "lcodes": [110,111,112,113,114,115,116,117] + "DeviceType": 0, + "DriverLEKey": 55, + "LeCate": 73, + "ShowScalePlus": 0.05, + "ShowOffsetLeft": "0", + "ShowOffsetTop": "0", + "IsFnKeySet": true, + "IsFnx": false, + "FuncTable": [{ + "id": 0, + "name": "设置", + "lang": "menu_config_kb", + "icon": "el-icon-kb-keyboard", + "component": "/ConfigKB", + "visible": true, + "disable": false + }, { + "id": 1, + "name": "灯效库", + "lang": "menu_le_lib", + "icon": "el-icon-kb-light", + "component": "/Le", + "visible": true, + "disable": false + }, { + "id": 2, + "name": "宏管理", + "icon": "el-icon-document", + "lang": "menu_macro_lib", + "component": "/Macro", + "visible": true, + "disable": false }], - "UserManual":[{ - "title_lang": "layer_oper", - "items":[{ - "key": "Fn+W", - "desc_lang": "change_onboard_layer_1" - },{ - "key": "Fn+E", - "desc_lang": "change_onboard_layer_2" - },{ - "key": "Fn+R", - "desc_lang": "change_onboard_layer_3" - },{ - "key": "Fn+Q", - "desc_lang": "change_driver_layer_1" - }] - },{ - "title_lang": "le_oper", - "items":[{ - "key": "Fn+O/P", - "desc_lang": "change_std_le" - },{ - "key": "Fn+↑", - "desc_lang": "change_le_brightness_inc" - },{ - "key": "Fn+↓", - "desc_lang": "change_le_brightness_dec" - },{ - "key": "Fn+→", - "desc_lang": "change_le_speed_inc" - },{ - "key": "Fn+←", - "desc_lang": "change_le_speed_dec" - }] - },{ - "title_lang": "system_oper", - "items":[{ - "key": "Fn+ESC+Q", - "desc_lang": "clear_all_config" - }] - }] + "QuickSelect": [{ + "title": "第一行", + "lang": "line_first", + "lcodes": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16] + }, { + "title": "第二行", + "lang": "line_second", + "lcodes": [33, 34, 35, 36, 37, 38, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32] + }, { + "title": "第三行", + "lang": "line_third", + "lcodes": [44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60] + }, { + "title": "第四行", + "lang": "line_fourth", + "lcodes": [66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82] + }, { + "title": "第五行", + "lang": "line_fifth", + "lcodes": [88, 89, 91, 93, 95, 97, 98, 100, 101, 102, 103, 104] + }, { + "title": "底灯", + "lang": "line_bottom", + "lcodes": [20, 42, 64, 21, 43, 65] + }, { + "title": "上灯条", + "lang": "line_top_bar", + "lcodes": [110, 111, 112, 113, 114, 115, 116, 117] + }], + "UserManual": [{ + "title_lang": "layer_oper", + "items": [{ + "key": "Fn+W", + "desc_lang": "change_onboard_layer_1" + }, { + "key": "Fn+E", + "desc_lang": "change_onboard_layer_2" + }, { + "key": "Fn+R", + "desc_lang": "change_onboard_layer_3" + }, { + "key": "Fn+Q", + "desc_lang": "change_driver_layer_1" + }] + }, { + "title_lang": "le_oper", + "items": [{ + "key": "Fn+O/P", + "desc_lang": "change_std_le" + }, { + "key": "Fn+↑", + "desc_lang": "change_le_brightness_inc" + }, { + "key": "Fn+↓", + "desc_lang": "change_le_brightness_dec" + }, { + "key": "Fn+→", + "desc_lang": "change_le_speed_inc" + }, { + "key": "Fn+←", + "desc_lang": "change_le_speed_dec" + }] + }, { + "title_lang": "system_oper", + "items": [{ + "key": "Fn+ESC+Q", + "desc_lang": "clear_all_config" + }] + }] } \ No newline at end of file diff --git a/Build/Data/device/656801833/data/keymap.js b/Build/Data/device/656801833/data/keymap.js index 361bf3c..685d161 100644 --- a/Build/Data/device/656801833/data/keymap.js +++ b/Build/Data/device/656801833/data/keymap.js @@ -1,49 +1,300 @@ [{ - "KeyName": "App", - "Show": "App", - "LogicCode": 1, - "LocationCode": 98, + "KeyName": "Escape", + "Show": "Esc", + "LogicCode": 47, + "LocationCode": 0, + "Position": { + "Left": 147, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "1", + "Show": "1", + "LogicCode": 36, + "LocationCode": 2, + "Position": { + "Left": 205, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "2", + "Show": "2", + "LogicCode": 37, + "LocationCode": 3, + "Position": { + "Left": 262, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "3", + "Show": "3", + "LogicCode": 38, + "LocationCode": 4, + "Position": { + "Left": 319, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "4", + "Show": "4", + "LogicCode": 39, + "LocationCode": 5, + "Position": { + "Left": 375, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "5", + "Show": "5", + "LogicCode": 40, + "LocationCode": 6, + "Position": { + "Left": 432, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "6", + "Show": "6", + "LogicCode": 41, + "LocationCode": 7, + "Position": { + "Left": 489, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "7", + "Show": "7", + "LogicCode": 42, + "LocationCode": 8, + "Position": { + "Left": 545, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "8", + "Show": "8", + "LogicCode": 43, + "LocationCode": 9, + "Position": { + "Left": 601, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "9", + "Show": "9", + "LogicCode": 44, + "LocationCode": 10, + "Position": { + "Left": 658, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "0", + "Show": "0", + "LogicCode": 45, + "LocationCode": 11, "Position": { "Left": 715, - "Top": 394, + "Top": 167, "Width": 55, "Height": 55 } }, { - "KeyName": "Left Control", - "Show": "Ctrl", - "LogicCode": 2, - "LocationCode": 88, + "KeyName": "Backspace", + "Show": "←", + "LogicCode": 48, + "LocationCode": 12, + "Position": { + "Left": 772, + "Top": 167, + "Width": 110, + "Height": 55 + } + }, + { + "KeyName": "Num Lock", + "Show": "NumL", + "LogicCode": 88, + "LocationCode": 14, + "Position": { + "Left": 885, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "Num -", + "Show": "Num -", + "LogicCode": 91, + "LocationCode": 15, + "Position": { + "Left": 942, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "Num +", + "Show": "Num +", + "LogicCode": 92, + "LocationCode": 16, + "Position": { + "Left": 999, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "Tab", + "Show": "Tab", + "LogicCode": 49, + "LocationCode": 22, "Position": { "Left": 147, - "Top": 394, - "Width": 70, + "Top": 223, + "Width": 55, "Height": 55 } }, - { - "KeyName": "Left Alt", - "Show": "Alt", - "LogicCode": 4, - "LocationCode": 91, + "KeyName": "Q", + "Show": "Q", + "LogicCode": 26, + "LocationCode": 24, "Position": { - "Left": 290, - "Top": 394, - "Width": 70, + "Left": 205, + "Top": 223, + "Width": 55, "Height": 55 } }, { - "KeyName": "Left GUI", - "Show": "Win", - "LogicCode": 5, - "LocationCode": 89, + "KeyName": "W", + "Show": "W", + "LogicCode": 32, + "LocationCode": 25, "Position": { - "Left": 219, - "Top": 394, - "Width": 70, + "Left": 261, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "E", + "Show": "E", + "LogicCode": 14, + "LocationCode": 26, + "Position": { + "Left": 318, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "R", + "Show": "R", + "LogicCode": 27, + "LocationCode": 27, + "Position": { + "Left": 375, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "T", + "Show": "T", + "LogicCode": 29, + "LocationCode": 28, + "Position": { + "Left": 431, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "Y", + "Show": "Y", + "LogicCode": 34, + "LocationCode": 29, + "Position": { + "Left": 488, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "U", + "Show": "U", + "LogicCode": 30, + "LocationCode": 30, + "Position": { + "Left": 545, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "I", + "Show": "I", + "LogicCode": 18, + "LocationCode": 31, + "Position": { + "Left": 601, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "O", + "Show": "O", + "LogicCode": 24, + "LocationCode": 32, + "Position": { + "Left": 658, + "Top": 223, + "Width": 55, "Height": 55 } }, @@ -394,408 +645,169 @@ } }, { - "KeyName": ",", - "Show": ",", - "LogicCode": 59, - "LocationCode": 75, - "Position": { - "Left": 644, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, { - "KeyName": "/", - "Show": "/", - "LogicCode": 61, - "LocationCode": 76, - "Position": { - "Left": 701, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Right Shift", - "Show": "Shift", - "LogicCode": 7, - "LocationCode": 77, - "Position": { - "Left": 758, - "Top": 337, - "Width": 69, - "Height": 55 - } - }, - { - "KeyName": "Up Arrow", - "Show": "↑", - "LogicCode": 87, - "LocationCode": 79, - "Position": { - "Left": 829, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Keypad 1", - "Show": "Num 1 Del", - "LogicCode": 94, - "LocationCode": 80, - "Position": { - "Left": 885, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Keypad 2", - "Show": "Num 2 END", - "LogicCode": 95, - "LocationCode": 81, - "Position": { - "Left": 942, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Keypad 3", - "Show": "Num 3 PD", - "LogicCode": 96, - "LocationCode": 82, - "Position": { - "Left": 999, - "Top": 338, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F1", - "Show": "F1", - "LogicCode": 63, - "LocationCode": 2, - "Position": { - "Left": 205, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F2", - "Show": "F2", - "LogicCode": 64, - "LocationCode": 3, - "Position": { - "Left": 262, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F3", - "Show": "F3", - "LogicCode": 65, - "LocationCode": 4, - "Position": { - "Left": 319, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F4", - "Show": "F4", - "LogicCode": 66, - "LocationCode": 5, - "Position": { - "Left": 375, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F5", - "Show": "F5", - "LogicCode": 67, - "LocationCode": 6, - "Position": { - "Left": 432, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F6", - "Show": "F6", - "LogicCode": 68, - "LocationCode": 7, - "Position": { - "Left": 489, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F7", - "Show": "F7", - "LogicCode": 69, - "LocationCode": 8, - "Position": { - "Left": 545, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F8", - "Show": "F8", - "LogicCode": 70, - "LocationCode": 9, - "Position": { - "Left": 601, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F9", - "Show": "F9", - "LogicCode": 71, - "LocationCode": 10, - "Position": { - "Left": 658, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F10", - "Show": "F10", - "LogicCode": 72, - "LocationCode": 11, - "Position": { - "Left": 715, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F11", - "Show": "0", - "LogicCode": 10, - "LocationCode": 10, - "Position": { - "Left": 942, - "Top": 419, - "Width": 55, - "Height": 25 - } - }, - { - "KeyName": "F12", - "Show": ".", - "LogicCode": 11, - "LocationCode": 11, - "Position": { - "Left": 999, - "Top": 419, - "Width": 55, - "Height": 25 - } - }, - { - "KeyName": "Escape", - "Show": "Esc", - "LogicCode": 47, - "LocationCode": 0, - "Position": { - "Left": 147, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Backspace", - "Show": "←", - "LogicCode": 48, - "LocationCode": 12, - "Position": { - "Left": 772, - "Top": 167, - "Width": 110, - "Height": 55 - } - }, - { - "KeyName": "Num Lock", - "Show": "NumL", - "LogicCode": 88, - "LocationCode": 14, + "KeyName": ",", + "Show": ",", + "LogicCode": 59, + "LocationCode": 75, "Position": { - "Left": 885, - "Top": 167, + "Left": 644, + "Top": 337, + "Width": 55, + "Height": 55 + } + }, { + "KeyName": ".", + "Show": ".", + "LogicCode": 60, + "LocationCode": 76, + "Position": { + "Left": 701, + "Top": 337, "Width": 55, "Height": 55 } }, { - "KeyName": "Num -", - "Show": "Num -", - "LogicCode": 91, - "LocationCode": 15, + "KeyName": "Right Shift", + "Show": "Shift", + "LogicCode": 7, + "LocationCode": 77, "Position": { - "Left": 942, - "Top": 167, - "Width": 55, + "Left": 758, + "Top": 337, + "Width": 69, "Height": 55 } }, { - "KeyName": "Num +", - "Show": "Num +", - "LogicCode": 92, - "LocationCode": 16, + "KeyName": "Up Arrow", + "Show": "↑", + "LogicCode": 87, + "LocationCode": 79, "Position": { - "Left": 999, - "Top": 167, + "Left": 829, + "Top": 337, "Width": 55, "Height": 55 } }, { - "KeyName": "Tab", - "Show": "Tab", - "LogicCode": 49, - "LocationCode": 22, + "KeyName": "Keypad 1", + "Show": "Num 1 Del", + "LogicCode": 94, + "LocationCode": 80, "Position": { - "Left": 147, - "Top": 223, + "Left": 885, + "Top": 337, "Width": 55, "Height": 55 } }, { - "KeyName": "Q", - "Show": "Q", - "LogicCode": 26, - "LocationCode": 24, + "KeyName": "Keypad 2", + "Show": "Num 2 END", + "LogicCode": 95, + "LocationCode": 81, "Position": { - "Left": 205, - "Top": 223, + "Left": 942, + "Top": 337, "Width": 55, "Height": 55 } }, { - "KeyName": "W", - "Show": "W", - "LogicCode": 32, - "LocationCode": 25, + "KeyName": "Keypad 3", + "Show": "Num 3 PD", + "LogicCode": 96, + "LocationCode": 82, "Position": { - "Left": 261, - "Top": 223, + "Left": 999, + "Top": 338, "Width": 55, "Height": 55 } }, + { - "KeyName": "E", - "Show": "E", - "LogicCode": 14, - "LocationCode": 26, + "KeyName": "Left Control", + "Show": "Ctrl", + "LogicCode": 2, + "LocationCode": 88, "Position": { - "Left": 318, - "Top": 223, - "Width": 55, + "Left": 147, + "Top": 394, + "Width": 70, "Height": 55 } }, { - "KeyName": "R", - "Show": "R", - "LogicCode": 27, - "LocationCode": 27, + "KeyName": "Left GUI", + "Show": "Win", + "LogicCode": 5, + "LocationCode": 89, "Position": { - "Left": 375, - "Top": 223, - "Width": 55, + "Left": 219, + "Top": 394, + "Width": 70, "Height": 55 } }, { - "KeyName": "T", - "Show": "T", - "LogicCode": 29, - "LocationCode": 28, + "KeyName": "Left Alt", + "Show": "Alt", + "LogicCode": 4, + "LocationCode": 91, "Position": { - "Left": 431, - "Top": 223, - "Width": 55, + "Left": 290, + "Top": 394, + "Width": 70, "Height": 55 } }, { - "KeyName": "Y", - "Show": "Y", - "LogicCode": 34, - "LocationCode": 29, + "KeyName": "Left Space", + "Show": "Left Space", + "LogicCode": 50, + "LocationCode": 93, "Position": { - "Left": 488, - "Top": 223, - "Width": 55, + "Left": 362, + "Top": 394, + "Width": 153, "Height": 55 } }, { - "KeyName": "U", - "Show": "U", - "LogicCode": 30, - "LocationCode": 30, + "KeyName": "Middle Space", + "Show": "Middle Space", + "LogicCode": 109, + "LocationCode": 95, "Position": { - "Left": 545, - "Top": 223, - "Width": 55, + "Left": 518, + "Top": 394, + "Width": 123, "Height": 55 } }, { - "KeyName": "I", - "Show": "I", - "LogicCode": 18, - "LocationCode": 31, + "KeyName": "Right FN", + "Show": "Right FNSpace", + "LogicCode": 0, + "LocationCode": 97, "Position": { - "Left": 601, - "Top": 223, - "Width": 55, + "Left": 644, + "Top": 394, + "Width": 69, "Height": 55 } }, { - "KeyName": "O", - "Show": "O", - "LogicCode": 24, - "LocationCode": 32, + "KeyName": "App", + "Show": "App", + "LogicCode": 1, + "LocationCode": 98, "Position": { - "Left": 658, - "Top": 223, + "Left": 715, + "Top": 394, "Width": 55, "Height": 55 } @@ -861,53 +873,6 @@ } }, { - "KeyName": "fn1", - "Show": "fnx1", - "LogicCode": 50, - "LocationCode": 93, - "Position": { - "Left": 362, - "Top": 394, - "Width": 153, - "Height": 55 - } - }, - { - "KeyName": "Space", - "Show": "Space", - "LogicCode": 110, - "LocationCode": 92, - "Position": { - "Left": 0, - "Top": 0, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "fn2", - "Show": "fnx2", - "LogicCode": 109, - "LocationCode": 95, - "Position": { - "Left": 518, - "Top": 394, - "Width": 123, - "Height": 55 - } - }, - { - "KeyName": "FN", - "Show": "FN", - "LogicCode": 0, - "LocationCode": 97, - "Position": { - "Left": 644, - "Top": 394, - "Width": 69, - "Height": 55 - } - }, { "KeyName": "LED-LEFT-1", "Show": "", "LogicCode": -1, @@ -1072,101 +1037,5 @@ "Width": 20, "Height": 20 } - }, - { - "KeyName": "LED-BOTTOM-1", - "Show": "", - "LogicCode": -1, - "LocationCode": 118, - "Position": { - "Left": 202, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-2", - "Show": "", - "LogicCode": -1, - "LocationCode": 119, - "Position": { - "Left": 312, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-3", - "Show": "", - "LogicCode": -1, - "LocationCode": 120, - "Position": { - "Left": 422, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-4", - "Show": "", - "LogicCode": -1, - "LocationCode": 121, - "Position": { - "Left": 522, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-5", - "Show": "", - "LogicCode": -1, - "LocationCode": 122, - "Position": { - "Left": 632, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-6", - "Show": "", - "LogicCode": -1, - "LocationCode": 123, - "Position": { - "Left": 742, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-7", - "Show": "", - "LogicCode": -1, - "LocationCode": 124, - "Position": { - "Left": 852, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-8", - "Show": "", - "LogicCode": -1, - "LocationCode": 125, - "Position": { - "Left": 952, - "Top": 470, - "Width": 0, - "Height": 0 - } } ] \ No newline at end of file diff --git a/Build/Data/device/656801833/data/profile.json b/Build/Data/device/656801833/data/profile.json index 507a41c..e17cf34 100644 --- a/Build/Data/device/656801833/data/profile.json +++ b/Build/Data/device/656801833/data/profile.json @@ -1,947 +1,839 @@ { - "GUID": "", - "ModeIndex": 0, - "Name": "", - "Active": 0, - "ModelID": 656801833, - "Application": { - "AppName": "", - "AppPath": "" - }, - "ModeLE": { - "GUID": "", - "Name": "", - "LESet": { - "LEModel": 241, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - }, - "DeviceLE": { - "Index": 0, - "LESet": [{ - "LEConfig": 0, - "LEModel": 7, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 8, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 5, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 14, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 9, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - ] - }, - "DriverLE": [{ - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - } - ], - "KeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 2, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000001", - "Task": { - "Type": "", - "Data": { - "Type": "OpenURL", - "AppPath": "" - } - }, - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 4, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000004", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 5, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000008", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 14, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 24, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 25, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 26, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 27, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 32, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 36, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 37, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 38, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 39, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 40, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 41, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 42, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 43, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 44, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 45, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 48, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 55, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 60, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "f1", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "f2", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "f3", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "f4", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "f5", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "f6", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "f7", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "f8", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "f9", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "f10", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 84, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 85, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 86, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 87, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 88, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005300" - },{ - "Index": 89, - "MenuPID": "", - "MenuID": "", - "MenuName": "/", - "DriverValue": "0x02005400" - }, { - "Index": 90, - "MenuPID": "", - "MenuID": "", - "MenuName": "*", - "DriverValue": "0x02005500" - }, - { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "NUM -", - "DriverValue": "0x02005400" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "+", - "DriverValue": "0x02005500" - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "-", - "DriverValue": "0x02002D00" - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "=", - "DriverValue": "0x02002E00" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - },{ - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ] -} + "GUID": "", + "ModeIndex": 0, + "Name": "", + "Active": 0, + "ModelID": 656801833, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "", + "Name": "", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300" + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600" + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700" + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900" + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00" + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00" + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00" + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00" + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00" + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00" + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000" + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100" + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200" + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300" + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ] +} \ No newline at end of file diff --git a/Build/Data/device/656801833/data/profile_offline_1.json b/Build/Data/device/656801833/data/profile_offline_1.json index cf36524..94bf27b 100644 --- a/Build/Data/device/656801833/data/profile_offline_1.json +++ b/Build/Data/device/656801833/data/profile_offline_1.json @@ -1,1195 +1,1186 @@ { - "GUID": "", - "ModeIndex": 2, - "Name": "", - "Active": 0, - "ModelID": 656801833, - "Application": { - "AppName": "", - "AppPath": "" - }, - "ModeLE": { - "GUID": "43CE9D4D-E131-4f22-AC36-069DF45C00A6", - "Name": "GK73S-1", - "LESet": { - "LEModel": 241, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - }, - "DeviceLE": { - "Index": 0, - "LESet": [{ - "LEConfig": 0, - "LEModel": 7, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 8, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 5, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 14, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 9, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - ] - }, - "DriverLE": [{ - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - } - ], - "KeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 2, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000001", - "Task": { - "Type": "", - "Data": { - "Type": "OpenURL", - "AppPath": "" - } - }, - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 4, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000004", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 5, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000008", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 14, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 24, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 25, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 26, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 27, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 32, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 48, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 55, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 60, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 84, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 85, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 86, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 87, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 88, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005300" - }, { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - }, - { - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ], - "FnKeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500" - }, - { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002" - }, { - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020" - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "播放/暂停", - "DriverValue": "0x030000CD" - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500" - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "下一曲", - "DriverValue": "0x030000B5" - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "静音", - "DriverValue": "0x030000E2" - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量减", - "DriverValue": "0x030000EA" - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量加", - "DriverValue": "0x030000E9" - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00" - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00" - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00" - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00" - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000" - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100" - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "上一曲", - "DriverValue": "0x030000B6" - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700" - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800" - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900" - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00" - }, - { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800" - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900" - }, - { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num-", - "DriverValue": "0x02005600" - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num+", - "DriverValue": "0x02005700" - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00" - }, - { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300" - }, - { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400" - }, - { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500" - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600" - }, - { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800" - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900" - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+1", - "DriverValue": "0x02001E02" - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+2", - "DriverValue": "0x02001F02" - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+3", - "DriverValue": "0x02002002" - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+4", - "DriverValue": "0x02002102" - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+5", - "DriverValue": "0x02002202" - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+6", - "DriverValue": "0x02002302" - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+7", - "DriverValue": "0x02002402" - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+8", - "DriverValue": "0x02002502" - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+9", - "DriverValue": "0x02002602" - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+0", - "DriverValue": "0x02002702" - }, - { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - },{ - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ] + "GUID": "", + "ModeIndex": 2, + "Name": "", + "Active": 0, + "ModelID": 656801833, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "43CE9D4D-E131-4f22-AC36-069DF45C00A6", + "Name": "GK73S-1", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + + + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300" + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600" + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700" + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900" + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00" + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00" + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00" + }, { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00" + }, { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00" + }, { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00" + }, { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000" + }, { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100" + }, { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200" + }, { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300" + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "板载3层", + "DriverValue": "0x0a070004" + + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500" + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002" + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020" + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD" + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500" + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5" + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2" + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量减", + "DriverValue": "0x030000EA" + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量加", + "DriverValue": "0x030000E9" + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00" + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00" + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00" + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00" + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000" + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100" + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6" + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700" + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800" + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900" + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00" + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "F1", + "DriverValue": "0x02003A00" + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "F2", + "DriverValue": "0x02003B00" + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "F3", + "DriverValue": "0x02003C00" + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "F4", + "DriverValue": "0x02003D00" + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "F5", + "DriverValue": "0x02003E00" + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "F6", + "DriverValue": "0x02003F00" + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "F7", + "DriverValue": "0x02004000" + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "F8", + "DriverValue": "0x02004100" + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "F9", + "DriverValue": "0x02004200" + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "F10", + "DriverValue": "0x02004300" + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800" + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900" + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "]", + "DriverValue": "0x02003000" + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "'", + "DriverValue": "0x02003400" + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "`", + "DriverValue": "0x02003500" + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "/", + "DriverValue": "0x02003800" + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900" + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num/", + "DriverValue": "0x02005400" + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num*", + "DriverValue": "0x02005500" + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00" + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "END", + "DriverValue": "0x02004D00" + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "PD", + "DriverValue": "0x02004E00" + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "INS", + "DriverValue": "0x02004900" + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "HM", + "DriverValue": "0x02004A00" + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "PU", + "DriverValue": "0x02004B00" + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "PS", + "DriverValue": "0x02004600" + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "SL", + "DriverValue": "0x02004700" + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "PB", + "DriverValue": "0x02004800" + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "-", + "DriverValue": "0x02002D00" + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "+", + "DriverValue": "0x02002E00" + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + + ] } \ No newline at end of file diff --git a/Build/Data/device/656801833/data/profile_offline_2.json b/Build/Data/device/656801833/data/profile_offline_2.json index bd2b361..151abbc 100644 --- a/Build/Data/device/656801833/data/profile_offline_2.json +++ b/Build/Data/device/656801833/data/profile_offline_2.json @@ -1,1195 +1,1088 @@ { - "GUID": "", - "ModeIndex": 3, - "Name": "", - "Active": 0, - "ModelID": 656801833, - "Application": { - "AppName": "", - "AppPath": "" - }, - "ModeLE": { - "GUID": "0906FE95-9A1F-443d-A52A-74119DAAA790", - "Name": "GK73S-2", - "LESet": { - "LEModel": 241, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - }, - "DeviceLE": { - "Index": 0, - "LESet": [{ - "LEConfig": 0, - "LEModel": 7, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 8, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 5, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 14, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 9, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - ] - }, - "DriverLE": [{ - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - } - ], - "KeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 2, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000001", - "Task": { - "Type": "", - "Data": { - "Type": "OpenURL", - "AppPath": "" - } - }, - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 4, - "MenuPID": "", - "MenuID": "", - "MenuName": "Win", - "DriverValue": "0x02000008", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 5, - "MenuPID": "", - "MenuID": "", - "MenuName": "LAlt", - "DriverValue": "0x02000004", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 14, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 24, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 25, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 26, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 27, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 32, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 48, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 55, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 60, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 84, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 85, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 86, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 87, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 88, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005300" - }, { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - }, - { - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ], - "FnKeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500" - }, - { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002" - }, { - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020" - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "播放/暂停", - "DriverValue": "0x030000CD" - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500" - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "下一曲", - "DriverValue": "0x030000B5" - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "静音", - "DriverValue": "0x030000E2" - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量减", - "DriverValue": "0x030000EA" - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量加", - "DriverValue": "0x030000E9" - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00" - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00" - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00" - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00" - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000" - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100" - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "上一曲", - "DriverValue": "0x030000B6" - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700" - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800" - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900" - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00" - }, - { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800" - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900" - }, - { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num-", - "DriverValue": "0x02005600" - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num+", - "DriverValue": "0x02005700" - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00" - }, - { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300" - }, - { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400" - }, - { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500" - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600" - }, - { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800" - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900" - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+1", - "DriverValue": "0x02001E02" - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+2", - "DriverValue": "0x02001F02" - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+3", - "DriverValue": "0x02002002" - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+4", - "DriverValue": "0x02002102" - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+5", - "DriverValue": "0x02002202" - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+6", - "DriverValue": "0x02002302" - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+7", - "DriverValue": "0x02002402" - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+8", - "DriverValue": "0x02002502" - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+9", - "DriverValue": "0x02002602" - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+0", - "DriverValue": "0x02002702" - }, - { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - },{ - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ] + "GUID": "", + "ModeIndex": 3, + "Name": "", + "Active": 0, + "ModelID": 656801833, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "0906FE95-9A1F-443d-A52A-74119DAAA790", + "Name": "GK73S-2", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "Rwin", + "DriverValue": "0x02000080", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "Win", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "LAlt", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300" + }, { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600" + }, { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700" + }, { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900" + }, { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00" + }, { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00" + }, { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00" + }, { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00" + }, { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00" + }, { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00" + }, { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000" + }, { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100" + }, { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200" + }, { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300" + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500" + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002" + }, { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020" + }, { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD" + }, { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500" + }, { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5" + }, { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2" + }, { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量减", + "DriverValue": "0x030000EA" + }, { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量加", + "DriverValue": "0x030000E9" + }, { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00" + }, { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00" + }, { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00" + }, { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00" + }, { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000" + }, { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100" + }, { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6" + }, { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700" + }, { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800" + }, { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900" + }, { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00" + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "F14", + "DriverValue": "0x02006900" + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "F15", + "DriverValue": "0x02006A00" + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+↑", + "DriverValue": "0x02005201" + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003D00" + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "LWin+Space", + "DriverValue": "0x02002C08" + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+LShift+Space", + "DriverValue": "0x02002C03" + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6" + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD" + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5" + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2" + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800" + }, { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900" + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "]", + "DriverValue": "0x02003000" + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "'", + "DriverValue": "0x02003400" + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "`", + "DriverValue": "0x02003500" + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "/", + "DriverValue": "0x02003800" + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900" + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num/", + "DriverValue": "0x02005400" + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num*", + "DriverValue": "0x02005500" + }, { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00" + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "END", + "DriverValue": "0x02004D00" + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "PD", + "DriverValue": "0x02004E00" + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "INS", + "DriverValue": "0x02004900" + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "HM", + "DriverValue": "0x02004A00" + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "PU", + "DriverValue": "0x02004B00" + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "PS", + "DriverValue": "0x02004600" + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "SL", + "DriverValue": "0x02004700" + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "PB", + "DriverValue": "0x02004800" + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "-", + "DriverValue": "0x02002D00" + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "+", + "DriverValue": "0x02002E00" + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ] } \ No newline at end of file diff --git a/Build/Data/device/656801833/data/profile_offline_3.json b/Build/Data/device/656801833/data/profile_offline_3.json index 6a7c61b..9f303e4 100644 --- a/Build/Data/device/656801833/data/profile_offline_3.json +++ b/Build/Data/device/656801833/data/profile_offline_3.json @@ -1,1195 +1,1184 @@ { - "GUID": "", - "ModeIndex": 4, - "Name": "", - "Active": 0, - "ModelID": 656801833, - "Application": { - "AppName": "", - "AppPath": "" - }, - "ModeLE": { - "GUID": "8C5B3D2E-7C99-42a3-823B-F59BCCB649CE", - "Name": "GK73S-3", - "LESet": { - "LEModel": 241, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - }, - "DeviceLE": { - "Index": 0, - "LESet": [{ - "LEConfig": 0, - "LEModel": 7, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 8, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 5, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 14, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 9, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - ] - }, - "DriverLE": [{ - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - } - ], - "KeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 2, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000001", - "Task": { - "Type": "", - "Data": { - "Type": "OpenURL", - "AppPath": "" - } - }, - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 4, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000004", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 5, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000008", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+C", - "DriverValue": "0x02000601", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 14, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 24, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 25, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 26, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 27, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+R", - "DriverValue": "0x02001501", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+S", - "DriverValue": "0x02001601", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+T", - "DriverValue": "0x02001701", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+V", - "DriverValue": "0x02001901", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 32, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 48, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 55, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 60, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 84, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 85, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 86, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 87, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 88, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005300" - }, { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - }, - { - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ], - "FnKeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500" - }, - { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002" - }, { - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020" - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "播放/暂停", - "DriverValue": "0x030000CD" - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500" - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "下一曲", - "DriverValue": "0x030000B5" - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "静音", - "DriverValue": "0x030000E2" - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量减", - "DriverValue": "0x030000EA" - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量加", - "DriverValue": "0x030000E9" - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00" - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00" - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00" - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00" - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000" - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100" - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "上一曲", - "DriverValue": "0x030000B6" - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700" - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800" - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900" - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00" - }, - { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800" - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900" - }, - { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num-", - "DriverValue": "0x02005600" - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num+", - "DriverValue": "0x02005700" - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00" - }, - { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300" - }, - { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400" - }, - { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500" - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600" - }, - { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800" - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900" - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+1", - "DriverValue": "0x02001E02" - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+2", - "DriverValue": "0x02001F02" - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+3", - "DriverValue": "0x02002002" - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+4", - "DriverValue": "0x02002102" - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+5", - "DriverValue": "0x02002202" - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+6", - "DriverValue": "0x02002302" - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+7", - "DriverValue": "0x02002402" - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+8", - "DriverValue": "0x02002502" - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+9", - "DriverValue": "0x02002602" - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+0", - "DriverValue": "0x02002702" - }, - { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - },{ - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ] -} + "GUID": "", + "ModeIndex": 4, + "Name": "", + "Active": 0, + "ModelID": 656801833, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "8C5B3D2E-7C99-42a3-823B-F59BCCB649CE", + "Name": "GK73S-3", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+C", + "DriverValue": "0x02000601", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+R", + "DriverValue": "0x02001501", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+S", + "DriverValue": "0x02001601", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+T", + "DriverValue": "0x02001701", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+V", + "DriverValue": "0x02001901", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300" + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600" + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700" + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900" + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00" + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00" + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00" + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00" + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00" + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00" + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000" + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100" + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200" + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300" + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500" + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002" + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020" + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD" + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500" + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5" + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2" + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量减", + "DriverValue": "0x030000EA" + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量加", + "DriverValue": "0x030000E9" + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00" + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00" + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00" + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00" + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000" + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100" + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6" + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700" + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800" + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900" + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00" + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "F1", + "DriverValue": "0x02003A00" + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "F2", + "DriverValue": "0x02003B00" + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "F3", + "DriverValue": "0x02003C00" + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "F4", + "DriverValue": "0x02003D00" + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "F5", + "DriverValue": "0x02003E00" + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "F6", + "DriverValue": "0x02003F00" + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "F7", + "DriverValue": "0x02004000" + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "F8", + "DriverValue": "0x02004100" + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "F9", + "DriverValue": "0x02004200" + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "F10", + "DriverValue": "0x02004300" + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800" + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900" + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "]", + "DriverValue": "0x02003000" + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "'", + "DriverValue": "0x02003400" + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "`", + "DriverValue": "0x02003500" + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "/", + "DriverValue": "0x02003800" + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900" + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num/", + "DriverValue": "0x02005400" + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num*", + "DriverValue": "0x02005500" + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00" + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "END", + "DriverValue": "0x02004D00" + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "PD", + "DriverValue": "0x02004E00" + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "INS", + "DriverValue": "0x02004900" + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "HM", + "DriverValue": "0x02004A00" + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "PU", + "DriverValue": "0x02004B00" + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "PS", + "DriverValue": "0x02004600" + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "SL", + "DriverValue": "0x02004700" + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "PB", + "DriverValue": "0x02004800" + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "-", + "DriverValue": "0x02002D00" + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "+", + "DriverValue": "0x02002E00" + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ] +} \ No newline at end of file diff --git a/Build/Data/device/656801833/data/profile_online_1.json b/Build/Data/device/656801833/data/profile_online_1.json index 247b2cc..ecac9ae 100644 --- a/Build/Data/device/656801833/data/profile_online_1.json +++ b/Build/Data/device/656801833/data/profile_online_1.json @@ -28,7 +28,8 @@ }, "DeviceLE": { "Index": 0, - "LESet": [{ + "LESet": [ + { "LEConfig": 0, "LEModel": 7, "LESubModel": 1, @@ -37,7 +38,8 @@ "LEDir": 0, "LEColor": 0, "LEEnable": 15 - }, { + }, + { "LEConfig": 0, "LEModel": 8, "LESubModel": 1, @@ -46,7 +48,8 @@ "LEDir": 0, "LEColor": 0, "LEEnable": 15 - }, { + }, + { "LEConfig": 0, "LEModel": 5, "LESubModel": 1, @@ -55,7 +58,8 @@ "LEDir": 0, "LEColor": 0, "LEEnable": 15 - }, { + }, + { "LEConfig": 0, "LEModel": 14, "LESubModel": 1, @@ -64,7 +68,8 @@ "LEDir": 0, "LEColor": 0, "LEEnable": 15 - }, { + }, + { "LEConfig": 0, "LEModel": 9, "LESubModel": 1, @@ -76,24 +81,30 @@ } ] }, - "DriverLE": [{ + "DriverLE": [ + { "GUID": "", "Name": "" - }, { + }, + { "GUID": "", "Name": "" - }, { + }, + { "GUID": "", "Name": "" - }, { + }, + { "GUID": "", "Name": "" - }, { + }, + { "GUID": "", "Name": "" } ], - "KeySet": [{ + "KeySet": [ + { "Index": 1, "MenuPID": "", "MenuID": "", @@ -103,7 +114,8 @@ "GUID": "", "Name": "" } - },{ + }, + { "Index": 2, "MenuPID": "", "MenuID": "", @@ -120,7 +132,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 3, "MenuPID": "", "MenuID": "", @@ -130,7 +143,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 4, "MenuPID": "", "MenuID": "", @@ -140,7 +154,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 5, "MenuPID": "", "MenuID": "", @@ -150,7 +165,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 7, "MenuPID": "", "MenuID": "", @@ -160,7 +176,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 10, "MenuPID": "", "MenuID": "", @@ -170,7 +187,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 11, "MenuPID": "", "MenuID": "", @@ -180,7 +198,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 12, "MenuPID": "", "MenuID": "", @@ -190,7 +209,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 13, "MenuPID": "", "MenuID": "", @@ -200,7 +220,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 14, "MenuPID": "", "MenuID": "", @@ -210,7 +231,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 15, "MenuPID": "", "MenuID": "", @@ -220,7 +242,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 16, "MenuPID": "", "MenuID": "", @@ -230,7 +253,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 17, "MenuPID": "", "MenuID": "", @@ -240,7 +264,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 18, "MenuPID": "", "MenuID": "", @@ -250,7 +275,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 19, "MenuPID": "", "MenuID": "", @@ -260,7 +286,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 20, "MenuPID": "", "MenuID": "", @@ -270,7 +297,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 21, "MenuPID": "", "MenuID": "", @@ -280,7 +308,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 22, "MenuPID": "", "MenuID": "", @@ -290,7 +319,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 23, "MenuPID": "", "MenuID": "", @@ -300,7 +330,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 24, "MenuPID": "", "MenuID": "", @@ -310,7 +341,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 25, "MenuPID": "", "MenuID": "", @@ -320,7 +352,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 26, "MenuPID": "", "MenuID": "", @@ -330,7 +363,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 27, "MenuPID": "", "MenuID": "", @@ -340,7 +374,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 28, "MenuPID": "", "MenuID": "", @@ -350,7 +385,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 29, "MenuPID": "", "MenuID": "", @@ -360,7 +396,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 30, "MenuPID": "", "MenuID": "", @@ -370,7 +407,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 31, "MenuPID": "", "MenuID": "", @@ -380,7 +418,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 32, "MenuPID": "", "MenuID": "", @@ -390,7 +429,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 33, "MenuPID": "", "MenuID": "", @@ -400,7 +440,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 34, "MenuPID": "", "MenuID": "", @@ -410,7 +451,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 35, "MenuPID": "", "MenuID": "", @@ -420,7 +462,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 36, "MenuPID": "", "MenuID": "", @@ -430,7 +473,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 37, "MenuPID": "", "MenuID": "", @@ -440,7 +484,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 38, "MenuPID": "", "MenuID": "", @@ -450,7 +495,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 39, "MenuPID": "", "MenuID": "", @@ -460,7 +506,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 40, "MenuPID": "", "MenuID": "", @@ -470,7 +517,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 41, "MenuPID": "", "MenuID": "", @@ -480,7 +528,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 42, "MenuPID": "", "MenuID": "", @@ -490,7 +539,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 43, "MenuPID": "", "MenuID": "", @@ -500,7 +550,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 44, "MenuPID": "", "MenuID": "", @@ -510,7 +561,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 45, "MenuPID": "", "MenuID": "", @@ -520,7 +572,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 46, "MenuPID": "", "MenuID": "", @@ -530,7 +583,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 47, "MenuPID": "", "MenuID": "", @@ -540,7 +594,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 48, "MenuPID": "", "MenuID": "", @@ -550,7 +605,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 49, "MenuPID": "", "MenuID": "", @@ -560,7 +616,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 50, "MenuPID": "", "MenuID": "", @@ -570,7 +627,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 53, "MenuPID": "", "MenuID": "", @@ -580,17 +638,9 @@ "GUID": "", "Name": "" } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { + "Index": 55, "MenuPID": "", "MenuID": "", @@ -600,7 +650,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 56, "MenuPID": "", "MenuID": "", @@ -610,27 +661,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 59, "MenuPID": "", "MenuID": "", @@ -640,7 +672,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 60, "MenuPID": "", "MenuID": "", @@ -650,17 +683,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 62, "MenuPID": "", "MenuID": "", @@ -670,117 +694,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 84, "MenuPID": "", "MenuID": "", @@ -790,7 +705,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 85, "MenuPID": "", "MenuID": "", @@ -800,7 +716,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 86, "MenuPID": "", "MenuID": "", @@ -810,7 +727,8 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 87, "MenuPID": "", "MenuID": "", @@ -820,109 +738,112 @@ "GUID": "", "Name": "" } - }, { + }, + { "Index": 88, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005300" - }, + }, { "Index": 91, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005600" - }, { + }, + { "Index": 92, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005700" - }, { + }, + { "Index": 94, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005900" - }, { + }, + { "Index": 95, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005A00" - }, { + }, + { "Index": 96, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005B00" - }, { + }, + { "Index": 97, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005C00" - }, { + }, + { "Index": 98, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005D00" - }, { + }, + { "Index": 99, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005E00" - }, { + }, + { "Index": 100, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02005F00" - }, { + }, + { "Index": 101, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02006000" - }, { + }, + { "Index": 102, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02006100" - },{ + }, + { "Index": 103, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02006200" - },{ + }, + { "Index": 104, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02006300" - },{ + }, + { "Index": 109, "MenuPID": "", "MenuID": "", "MenuName": "", "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" + } ] -} +} \ No newline at end of file diff --git a/Build/Data/device/656801840/config.json b/Build/Data/device/656801840/config.json index 4772bd3..a60962b 100644 --- a/Build/Data/device/656801840/config.json +++ b/Build/Data/device/656801840/config.json @@ -1,6 +1,6 @@ { "DeviceType": 0, - "DriverLEKey": 67, + "DriverLEKey": 55, "LeCate": 73, "ShowScalePlus": 0.05, "ShowOffsetLeft": "0", @@ -51,7 +51,7 @@ },{ "title": "第五行", "lang": "line_fifth", - "lcodes": [66,68,69,70,71,72,73,74,75,76,77,79,80,81,82,92] + "lcodes": [88, 89, 91, 93, 95, 97, 98, 100, 101, 102, 103, 104] },{ "title": "底灯", "lang": "line_bottom", diff --git a/Build/Data/device/656801840/data/keymap.js b/Build/Data/device/656801840/data/keymap.js index 361bf3c..685d161 100644 --- a/Build/Data/device/656801840/data/keymap.js +++ b/Build/Data/device/656801840/data/keymap.js @@ -1,49 +1,300 @@ [{ - "KeyName": "App", - "Show": "App", - "LogicCode": 1, - "LocationCode": 98, + "KeyName": "Escape", + "Show": "Esc", + "LogicCode": 47, + "LocationCode": 0, + "Position": { + "Left": 147, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "1", + "Show": "1", + "LogicCode": 36, + "LocationCode": 2, + "Position": { + "Left": 205, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "2", + "Show": "2", + "LogicCode": 37, + "LocationCode": 3, + "Position": { + "Left": 262, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "3", + "Show": "3", + "LogicCode": 38, + "LocationCode": 4, + "Position": { + "Left": 319, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "4", + "Show": "4", + "LogicCode": 39, + "LocationCode": 5, + "Position": { + "Left": 375, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "5", + "Show": "5", + "LogicCode": 40, + "LocationCode": 6, + "Position": { + "Left": 432, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "6", + "Show": "6", + "LogicCode": 41, + "LocationCode": 7, + "Position": { + "Left": 489, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "7", + "Show": "7", + "LogicCode": 42, + "LocationCode": 8, + "Position": { + "Left": 545, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "8", + "Show": "8", + "LogicCode": 43, + "LocationCode": 9, + "Position": { + "Left": 601, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "9", + "Show": "9", + "LogicCode": 44, + "LocationCode": 10, + "Position": { + "Left": 658, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "0", + "Show": "0", + "LogicCode": 45, + "LocationCode": 11, "Position": { "Left": 715, - "Top": 394, + "Top": 167, "Width": 55, "Height": 55 } }, { - "KeyName": "Left Control", - "Show": "Ctrl", - "LogicCode": 2, - "LocationCode": 88, + "KeyName": "Backspace", + "Show": "←", + "LogicCode": 48, + "LocationCode": 12, + "Position": { + "Left": 772, + "Top": 167, + "Width": 110, + "Height": 55 + } + }, + { + "KeyName": "Num Lock", + "Show": "NumL", + "LogicCode": 88, + "LocationCode": 14, + "Position": { + "Left": 885, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "Num -", + "Show": "Num -", + "LogicCode": 91, + "LocationCode": 15, + "Position": { + "Left": 942, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "Num +", + "Show": "Num +", + "LogicCode": 92, + "LocationCode": 16, + "Position": { + "Left": 999, + "Top": 167, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "Tab", + "Show": "Tab", + "LogicCode": 49, + "LocationCode": 22, "Position": { "Left": 147, - "Top": 394, - "Width": 70, + "Top": 223, + "Width": 55, "Height": 55 } }, - { - "KeyName": "Left Alt", - "Show": "Alt", - "LogicCode": 4, - "LocationCode": 91, + "KeyName": "Q", + "Show": "Q", + "LogicCode": 26, + "LocationCode": 24, "Position": { - "Left": 290, - "Top": 394, - "Width": 70, + "Left": 205, + "Top": 223, + "Width": 55, "Height": 55 } }, { - "KeyName": "Left GUI", - "Show": "Win", - "LogicCode": 5, - "LocationCode": 89, + "KeyName": "W", + "Show": "W", + "LogicCode": 32, + "LocationCode": 25, "Position": { - "Left": 219, - "Top": 394, - "Width": 70, + "Left": 261, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "E", + "Show": "E", + "LogicCode": 14, + "LocationCode": 26, + "Position": { + "Left": 318, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "R", + "Show": "R", + "LogicCode": 27, + "LocationCode": 27, + "Position": { + "Left": 375, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "T", + "Show": "T", + "LogicCode": 29, + "LocationCode": 28, + "Position": { + "Left": 431, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "Y", + "Show": "Y", + "LogicCode": 34, + "LocationCode": 29, + "Position": { + "Left": 488, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "U", + "Show": "U", + "LogicCode": 30, + "LocationCode": 30, + "Position": { + "Left": 545, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "I", + "Show": "I", + "LogicCode": 18, + "LocationCode": 31, + "Position": { + "Left": 601, + "Top": 223, + "Width": 55, + "Height": 55 + } + }, + { + "KeyName": "O", + "Show": "O", + "LogicCode": 24, + "LocationCode": 32, + "Position": { + "Left": 658, + "Top": 223, + "Width": 55, "Height": 55 } }, @@ -394,408 +645,169 @@ } }, { - "KeyName": ",", - "Show": ",", - "LogicCode": 59, - "LocationCode": 75, - "Position": { - "Left": 644, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, { - "KeyName": "/", - "Show": "/", - "LogicCode": 61, - "LocationCode": 76, - "Position": { - "Left": 701, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Right Shift", - "Show": "Shift", - "LogicCode": 7, - "LocationCode": 77, - "Position": { - "Left": 758, - "Top": 337, - "Width": 69, - "Height": 55 - } - }, - { - "KeyName": "Up Arrow", - "Show": "↑", - "LogicCode": 87, - "LocationCode": 79, - "Position": { - "Left": 829, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Keypad 1", - "Show": "Num 1 Del", - "LogicCode": 94, - "LocationCode": 80, - "Position": { - "Left": 885, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Keypad 2", - "Show": "Num 2 END", - "LogicCode": 95, - "LocationCode": 81, - "Position": { - "Left": 942, - "Top": 337, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Keypad 3", - "Show": "Num 3 PD", - "LogicCode": 96, - "LocationCode": 82, - "Position": { - "Left": 999, - "Top": 338, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F1", - "Show": "F1", - "LogicCode": 63, - "LocationCode": 2, - "Position": { - "Left": 205, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F2", - "Show": "F2", - "LogicCode": 64, - "LocationCode": 3, - "Position": { - "Left": 262, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F3", - "Show": "F3", - "LogicCode": 65, - "LocationCode": 4, - "Position": { - "Left": 319, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F4", - "Show": "F4", - "LogicCode": 66, - "LocationCode": 5, - "Position": { - "Left": 375, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F5", - "Show": "F5", - "LogicCode": 67, - "LocationCode": 6, - "Position": { - "Left": 432, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F6", - "Show": "F6", - "LogicCode": 68, - "LocationCode": 7, - "Position": { - "Left": 489, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F7", - "Show": "F7", - "LogicCode": 69, - "LocationCode": 8, - "Position": { - "Left": 545, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F8", - "Show": "F8", - "LogicCode": 70, - "LocationCode": 9, - "Position": { - "Left": 601, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F9", - "Show": "F9", - "LogicCode": 71, - "LocationCode": 10, - "Position": { - "Left": 658, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F10", - "Show": "F10", - "LogicCode": 72, - "LocationCode": 11, - "Position": { - "Left": 715, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "F11", - "Show": "0", - "LogicCode": 10, - "LocationCode": 10, - "Position": { - "Left": 942, - "Top": 419, - "Width": 55, - "Height": 25 - } - }, - { - "KeyName": "F12", - "Show": ".", - "LogicCode": 11, - "LocationCode": 11, - "Position": { - "Left": 999, - "Top": 419, - "Width": 55, - "Height": 25 - } - }, - { - "KeyName": "Escape", - "Show": "Esc", - "LogicCode": 47, - "LocationCode": 0, - "Position": { - "Left": 147, - "Top": 167, - "Width": 55, - "Height": 55 - } - }, - { - "KeyName": "Backspace", - "Show": "←", - "LogicCode": 48, - "LocationCode": 12, - "Position": { - "Left": 772, - "Top": 167, - "Width": 110, - "Height": 55 - } - }, - { - "KeyName": "Num Lock", - "Show": "NumL", - "LogicCode": 88, - "LocationCode": 14, + "KeyName": ",", + "Show": ",", + "LogicCode": 59, + "LocationCode": 75, "Position": { - "Left": 885, - "Top": 167, + "Left": 644, + "Top": 337, + "Width": 55, + "Height": 55 + } + }, { + "KeyName": ".", + "Show": ".", + "LogicCode": 60, + "LocationCode": 76, + "Position": { + "Left": 701, + "Top": 337, "Width": 55, "Height": 55 } }, { - "KeyName": "Num -", - "Show": "Num -", - "LogicCode": 91, - "LocationCode": 15, + "KeyName": "Right Shift", + "Show": "Shift", + "LogicCode": 7, + "LocationCode": 77, "Position": { - "Left": 942, - "Top": 167, - "Width": 55, + "Left": 758, + "Top": 337, + "Width": 69, "Height": 55 } }, { - "KeyName": "Num +", - "Show": "Num +", - "LogicCode": 92, - "LocationCode": 16, + "KeyName": "Up Arrow", + "Show": "↑", + "LogicCode": 87, + "LocationCode": 79, "Position": { - "Left": 999, - "Top": 167, + "Left": 829, + "Top": 337, "Width": 55, "Height": 55 } }, { - "KeyName": "Tab", - "Show": "Tab", - "LogicCode": 49, - "LocationCode": 22, + "KeyName": "Keypad 1", + "Show": "Num 1 Del", + "LogicCode": 94, + "LocationCode": 80, "Position": { - "Left": 147, - "Top": 223, + "Left": 885, + "Top": 337, "Width": 55, "Height": 55 } }, { - "KeyName": "Q", - "Show": "Q", - "LogicCode": 26, - "LocationCode": 24, + "KeyName": "Keypad 2", + "Show": "Num 2 END", + "LogicCode": 95, + "LocationCode": 81, "Position": { - "Left": 205, - "Top": 223, + "Left": 942, + "Top": 337, "Width": 55, "Height": 55 } }, { - "KeyName": "W", - "Show": "W", - "LogicCode": 32, - "LocationCode": 25, + "KeyName": "Keypad 3", + "Show": "Num 3 PD", + "LogicCode": 96, + "LocationCode": 82, "Position": { - "Left": 261, - "Top": 223, + "Left": 999, + "Top": 338, "Width": 55, "Height": 55 } }, + { - "KeyName": "E", - "Show": "E", - "LogicCode": 14, - "LocationCode": 26, + "KeyName": "Left Control", + "Show": "Ctrl", + "LogicCode": 2, + "LocationCode": 88, "Position": { - "Left": 318, - "Top": 223, - "Width": 55, + "Left": 147, + "Top": 394, + "Width": 70, "Height": 55 } }, { - "KeyName": "R", - "Show": "R", - "LogicCode": 27, - "LocationCode": 27, + "KeyName": "Left GUI", + "Show": "Win", + "LogicCode": 5, + "LocationCode": 89, "Position": { - "Left": 375, - "Top": 223, - "Width": 55, + "Left": 219, + "Top": 394, + "Width": 70, "Height": 55 } }, { - "KeyName": "T", - "Show": "T", - "LogicCode": 29, - "LocationCode": 28, + "KeyName": "Left Alt", + "Show": "Alt", + "LogicCode": 4, + "LocationCode": 91, "Position": { - "Left": 431, - "Top": 223, - "Width": 55, + "Left": 290, + "Top": 394, + "Width": 70, "Height": 55 } }, { - "KeyName": "Y", - "Show": "Y", - "LogicCode": 34, - "LocationCode": 29, + "KeyName": "Left Space", + "Show": "Left Space", + "LogicCode": 50, + "LocationCode": 93, "Position": { - "Left": 488, - "Top": 223, - "Width": 55, + "Left": 362, + "Top": 394, + "Width": 153, "Height": 55 } }, { - "KeyName": "U", - "Show": "U", - "LogicCode": 30, - "LocationCode": 30, + "KeyName": "Middle Space", + "Show": "Middle Space", + "LogicCode": 109, + "LocationCode": 95, "Position": { - "Left": 545, - "Top": 223, - "Width": 55, + "Left": 518, + "Top": 394, + "Width": 123, "Height": 55 } }, { - "KeyName": "I", - "Show": "I", - "LogicCode": 18, - "LocationCode": 31, + "KeyName": "Right FN", + "Show": "Right FNSpace", + "LogicCode": 0, + "LocationCode": 97, "Position": { - "Left": 601, - "Top": 223, - "Width": 55, + "Left": 644, + "Top": 394, + "Width": 69, "Height": 55 } }, { - "KeyName": "O", - "Show": "O", - "LogicCode": 24, - "LocationCode": 32, + "KeyName": "App", + "Show": "App", + "LogicCode": 1, + "LocationCode": 98, "Position": { - "Left": 658, - "Top": 223, + "Left": 715, + "Top": 394, "Width": 55, "Height": 55 } @@ -861,53 +873,6 @@ } }, { - "KeyName": "fn1", - "Show": "fnx1", - "LogicCode": 50, - "LocationCode": 93, - "Position": { - "Left": 362, - "Top": 394, - "Width": 153, - "Height": 55 - } - }, - { - "KeyName": "Space", - "Show": "Space", - "LogicCode": 110, - "LocationCode": 92, - "Position": { - "Left": 0, - "Top": 0, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "fn2", - "Show": "fnx2", - "LogicCode": 109, - "LocationCode": 95, - "Position": { - "Left": 518, - "Top": 394, - "Width": 123, - "Height": 55 - } - }, - { - "KeyName": "FN", - "Show": "FN", - "LogicCode": 0, - "LocationCode": 97, - "Position": { - "Left": 644, - "Top": 394, - "Width": 69, - "Height": 55 - } - }, { "KeyName": "LED-LEFT-1", "Show": "", "LogicCode": -1, @@ -1072,101 +1037,5 @@ "Width": 20, "Height": 20 } - }, - { - "KeyName": "LED-BOTTOM-1", - "Show": "", - "LogicCode": -1, - "LocationCode": 118, - "Position": { - "Left": 202, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-2", - "Show": "", - "LogicCode": -1, - "LocationCode": 119, - "Position": { - "Left": 312, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-3", - "Show": "", - "LogicCode": -1, - "LocationCode": 120, - "Position": { - "Left": 422, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-4", - "Show": "", - "LogicCode": -1, - "LocationCode": 121, - "Position": { - "Left": 522, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-5", - "Show": "", - "LogicCode": -1, - "LocationCode": 122, - "Position": { - "Left": 632, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-6", - "Show": "", - "LogicCode": -1, - "LocationCode": 123, - "Position": { - "Left": 742, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-7", - "Show": "", - "LogicCode": -1, - "LocationCode": 124, - "Position": { - "Left": 852, - "Top": 470, - "Width": 0, - "Height": 0 - } - }, - { - "KeyName": "LED-BOTTOM-8", - "Show": "", - "LogicCode": -1, - "LocationCode": 125, - "Position": { - "Left": 952, - "Top": 470, - "Width": 0, - "Height": 0 - } } ] \ No newline at end of file diff --git a/Build/Data/device/656801840/data/profile.json b/Build/Data/device/656801840/data/profile.json index 1cda723..1a7b243 100644 --- a/Build/Data/device/656801840/data/profile.json +++ b/Build/Data/device/656801840/data/profile.json @@ -575,17 +575,9 @@ "GUID": "", "Name": "" } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { + "Index": 55, "MenuPID": "", "MenuID": "", @@ -605,27 +597,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 59, "MenuPID": "", "MenuID": "", @@ -645,17 +618,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 62, "MenuPID": "", "MenuID": "", @@ -665,117 +629,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "f1", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "f2", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "f3", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "f4", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "f5", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "f6", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "f7", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "f8", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "f9", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "f10", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 84, "MenuPID": "", "MenuID": "", @@ -821,43 +676,19 @@ "MenuID": "", "MenuName": "", "DriverValue": "0x02005300" - },{ - "Index": 89, - "MenuPID": "", - "MenuID": "", - "MenuName": "/", - "DriverValue": "0x02005400" - }, { - "Index": 90, - "MenuPID": "", - "MenuID": "", - "MenuName": "*", - "DriverValue": "0x02005500" }, { "Index": 91, "MenuPID": "", "MenuID": "", - "MenuName": "NUM -", - "DriverValue": "0x02005400" + "MenuName": "", + "DriverValue": "0x02005600" }, { "Index": 92, "MenuPID": "", "MenuID": "", - "MenuName": "+", - "DriverValue": "0x02005500" - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "-", - "DriverValue": "0x02002D00" - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "=", - "DriverValue": "0x02002E00" + "MenuName": "", + "DriverValue": "0x02005700" }, { "Index": 94, "MenuPID": "", @@ -930,18 +761,7 @@ "MenuID": "", "MenuName": "", "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" + } ] } diff --git a/Build/Data/device/656801840/data/profile_offline_1.json b/Build/Data/device/656801840/data/profile_offline_1.json index 9579d80..38be7dd 100644 --- a/Build/Data/device/656801840/data/profile_offline_1.json +++ b/Build/Data/device/656801840/data/profile_offline_1.json @@ -1,1222 +1,1110 @@ { - "GUID": "", - "ModeIndex": 2, - "Name": "", - "Active": 0, - "ModelID": 656801840, - "Application": { - "AppName": "", - "AppPath": "" - }, - "ModeLE": { - "GUID": "43CE9D4D-E131-4f22-AC36-069DF45C00A6", - "Name": "GK73S-1", - "LESet": { - "LEModel": 241, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - }, - "DeviceLE": { - "Index": 0, - "LESet": [{ - "LEConfig": 0, - "LEModel": 7, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 8, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 5, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 14, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 9, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - ] - }, - "DriverLE": [{ - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - } - ], - "KeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 2, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000001", - "Task": { - "Type": "", - "Data": { - "Type": "OpenURL", - "AppPath": "" - } - }, - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 4, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000004", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 5, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000008", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 14, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 24, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 25, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 26, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 27, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 32, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 48, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 55, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 60, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 84, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 85, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 86, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 87, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 88, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005300" - }, { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - }, - { - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ], - "FnKeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500" - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002" - }, { - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020" - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "播放/暂停", - "DriverValue": "0x030000CD" - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500" - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000600" - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "下一曲", - "DriverValue": "0x030000B5" - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "静音", - "DriverValue": "0x030000E2" - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量减", - "DriverValue": "0x030000EA" - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量加", - "DriverValue": "0x030000E9" - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00" - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00" - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00" - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00" - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000" - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100" - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "上一曲", - "DriverValue": "0x030000B6" - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700" - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800" - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900" - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00" - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00" - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00" - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800" - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900" - },{ - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00" - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num-", - "DriverValue": "0x02005600" - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num+", - "DriverValue": "0x02005700" - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00" - }, - { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300" - }, - { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400" - }, - { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500" - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600" - }, - { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800" - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900" - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+1", - "DriverValue": "0x02001E02" - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+2", - "DriverValue": "0x02001F02" - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+3", - "DriverValue": "0x02002002" - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+4", - "DriverValue": "0x02002102" - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+5", - "DriverValue": "0x02002202" - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+6", - "DriverValue": "0x02002302" - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+7", - "DriverValue": "0x02002402" - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+8", - "DriverValue": "0x02002502" - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+9", - "DriverValue": "0x02002602" - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+0", - "DriverValue": "0x02002702" - }, - { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - },{ - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ] -} \ No newline at end of file + "GUID": "", + "ModeIndex": 2, + "Name": "", + "Active": 0, + "ModelID": 656801840, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "43CE9D4D-E131-4f22-AC36-069DF45C00A6", + "Name": "GK73S-1", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300" + }, { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600" + }, { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700" + }, { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900" + }, { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00" + }, { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00" + }, { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00" + }, { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00" + }, { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00" + }, { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00" + }, { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000" + }, { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100" + }, { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200" + }, { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300" + }, { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "板载3层", + "DriverValue": "0x0a070004" + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500" + }, { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002" + }, { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020" + }, { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD" + }, { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500" + }, { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600" + }, { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5" + }, { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2" + }, { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量减", + "DriverValue": "0x030000EA" + }, { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量加", + "DriverValue": "0x030000E9" + }, { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00" + }, { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00" + }, { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00" + }, { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00" + }, { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000" + }, { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100" + }, { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6" + }, { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700" + }, { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800" + }, { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900" + }, { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00" + }, { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00" + }, { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00" + }, { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "F1", + "DriverValue": "0x02003A00" + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "F2", + "DriverValue": "0x02003B00" + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "F3", + "DriverValue": "0x02003C00" + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "F4", + "DriverValue": "0x02003D00" + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "F5", + "DriverValue": "0x02003E00" + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "F6", + "DriverValue": "0x02003F00" + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "F7", + "DriverValue": "0x02004000" + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "F8", + "DriverValue": "0x02004100" + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "F9", + "DriverValue": "0x02004200" + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "F10", + "DriverValue": "0x02004300" + }, { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800" + }, { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900" + }, { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00" + }, { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + }, { + "Index": 51, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num-", + "DriverValue": "0x02005600" + }, { + "Index": 52, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num+", + "DriverValue": "0x02005700" + }, { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "]", + "DriverValue": "0x02003000" + }, { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "'", + "DriverValue": "0x02003400" + }, { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "`", + "DriverValue": "0x02003500" + }, { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "/", + "DriverValue": "0x02003800" + }, { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900" + }, { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num/", + "DriverValue": "0x02005400" + }, { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num*", + "DriverValue": "0x02005500" + }, { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00" + }, { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "END", + "DriverValue": "0x02004D00" + }, { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "PD", + "DriverValue": "0x02004E00" + }, { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "INS", + "DriverValue": "0x02004900" + }, { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "HM", + "DriverValue": "0x02004A00" + }, { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "PU", + "DriverValue": "0x02004B00" + }, { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "PS", + "DriverValue": "0x02004600" + }, { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "SL", + "DriverValue": "0x02004700" + }, { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "PB", + "DriverValue": "0x02004800" + }, { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "-", + "DriverValue": "0x02002D00" + }, { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "+", + "DriverValue": "0x02002E00" + }, { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ] +} diff --git a/Build/Data/device/656801840/data/profile_offline_2.json b/Build/Data/device/656801840/data/profile_offline_2.json index b9b2592..17fdd84 100644 --- a/Build/Data/device/656801840/data/profile_offline_2.json +++ b/Build/Data/device/656801840/data/profile_offline_2.json @@ -1,1222 +1,1105 @@ { - "GUID": "", - "ModeIndex": 3, - "Name": "", - "Active": 0, - "ModelID": 656801840, - "Application": { - "AppName": "", - "AppPath": "" - }, - "ModeLE": { - "GUID": "0906FE95-9A1F-443d-A52A-74119DAAA790", - "Name": "GK73S-2", - "LESet": { - "LEModel": 241, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - }, - "DeviceLE": { - "Index": 0, - "LESet": [{ - "LEConfig": 0, - "LEModel": 7, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 8, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 5, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 14, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 9, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - ] - }, - "DriverLE": [{ - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - } - ], - "KeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 2, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000001", - "Task": { - "Type": "", - "Data": { - "Type": "OpenURL", - "AppPath": "" - } - }, - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 4, - "MenuPID": "", - "MenuID": "", - "MenuName": "Win", - "DriverValue": "0x02000008", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 5, - "MenuPID": "", - "MenuID": "", - "MenuName": "LAlt", - "DriverValue": "0x02000004", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 14, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 24, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 25, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 26, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 27, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 32, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 48, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 55, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 60, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 84, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 85, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 86, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 87, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 88, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005300" - }, { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - }, - { - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ], - "FnKeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500" - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002" - }, { - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020" - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "播放/暂停", - "DriverValue": "0x030000CD" - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500" - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000600" - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "下一曲", - "DriverValue": "0x030000B5" - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "静音", - "DriverValue": "0x030000E2" - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量减", - "DriverValue": "0x030000EA" - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量加", - "DriverValue": "0x030000E9" - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00" - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00" - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00" - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00" - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000" - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100" - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "上一曲", - "DriverValue": "0x030000B6" - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700" - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800" - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900" - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00" - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00" - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00" - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800" - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900" - },{ - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00" - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num-", - "DriverValue": "0x02005600" - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num+", - "DriverValue": "0x02005700" - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00" - }, - { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300" - }, - { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400" - }, - { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500" - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600" - }, - { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800" - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900" - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+1", - "DriverValue": "0x02001E02" - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+2", - "DriverValue": "0x02001F02" - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+3", - "DriverValue": "0x02002002" - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+4", - "DriverValue": "0x02002102" - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+5", - "DriverValue": "0x02002202" - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+6", - "DriverValue": "0x02002302" - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+7", - "DriverValue": "0x02002402" - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+8", - "DriverValue": "0x02002502" - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+9", - "DriverValue": "0x02002602" - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+0", - "DriverValue": "0x02002702" - }, - { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - },{ - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ] -} \ No newline at end of file + "GUID": "", + "ModeIndex": 3, + "Name": "", + "Active": 0, + "ModelID": 656801840, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "0906FE95-9A1F-443d-A52A-74119DAAA790", + "Name": "GK73S-2", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "Rwin", + "DriverValue": "0x02000080", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "Win", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "LAlt", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300" + }, { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600" + }, { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700" + }, { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900" + }, { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00" + }, { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00" + }, { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00" + }, { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00" + }, { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00" + }, { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00" + }, { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000" + }, { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100" + }, { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200" + }, { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300" + }, { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500" + }, { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002" + }, { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020" + }, { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD" + }, { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500" + }, { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600" + }, { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5" + }, { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2" + }, { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量减", + "DriverValue": "0x030000EA" + }, { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量加", + "DriverValue": "0x030000E9" + }, { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00" + }, { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00" + }, { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00" + }, { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00" + }, { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000" + }, { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100" + }, { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6" + }, { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700" + }, { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800" + }, { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900" + }, { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00" + }, { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00" + }, { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00" + }, { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "F14", + "DriverValue": "0x02006900" + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "F15", + "DriverValue": "0x02006A00" + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+↑", + "DriverValue": "0x02005201" + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003D00" + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "LWin+Space", + "DriverValue": "0x02002C08" + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+LShift+Space", + "DriverValue": "0x02002C03" + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6" + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD" + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5" + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2" + }, { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800" + }, { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900" + }, { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00" + }, { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + }, { + "Index": 51, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num-", + "DriverValue": "0x02005600" + }, { + "Index": 52, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num+", + "DriverValue": "0x02005700" + }, { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "]", + "DriverValue": "0x02003000" + }, { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "'", + "DriverValue": "0x02003400" + }, { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "`", + "DriverValue": "0x02003500" + }, { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "/", + "DriverValue": "0x02003800" + }, { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900" + }, { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num/", + "DriverValue": "0x02005400" + }, { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num*", + "DriverValue": "0x02005500" + }, { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00" + }, { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "END", + "DriverValue": "0x02004D00" + }, { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "PD", + "DriverValue": "0x02004E00" + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "INS", + "DriverValue": "0x02004900" + }, { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "HM", + "DriverValue": "0x02004A00" + }, { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "PU", + "DriverValue": "0x02004B00" + }, { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "PS", + "DriverValue": "0x02004600" + }, { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "SL", + "DriverValue": "0x02004700" + }, { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "PB", + "DriverValue": "0x02004800" + }, { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "-", + "DriverValue": "0x02002D00" + }, { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "+", + "DriverValue": "0x02002E00" + }, { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ] +} diff --git a/Build/Data/device/656801840/data/profile_offline_3.json b/Build/Data/device/656801840/data/profile_offline_3.json index c6391a1..8f0d1bd 100644 --- a/Build/Data/device/656801840/data/profile_offline_3.json +++ b/Build/Data/device/656801840/data/profile_offline_3.json @@ -1,1222 +1,1110 @@ { - "GUID": "", - "ModeIndex": 4, - "Name": "", - "Active": 0, - "ModelID": 656801840, - "Application": { - "AppName": "", - "AppPath": "" - }, - "ModeLE": { - "GUID": "8C5B3D2E-7C99-42a3-823B-F59BCCB649CE", - "Name": "GK73S-3", - "LESet": { - "LEModel": 241, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - }, - "DeviceLE": { - "Index": 0, - "LESet": [{ - "LEConfig": 0, - "LEModel": 7, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 8, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 5, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 14, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - }, { - "LEConfig": 0, - "LEModel": 9, - "LESubModel": 1, - "LELight": 18, - "LESpeed": 3, - "LEDir": 0, - "LEColor": 0, - "LEEnable": 15 - } - ] - }, - "DriverLE": [{ - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - }, { - "GUID": "", - "Name": "" - } - ], - "KeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 2, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000001", - "Task": { - "Type": "", - "Data": { - "Type": "OpenURL", - "AppPath": "" - } - }, - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 4, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000004", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 5, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000008", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+C", - "DriverValue": "0x02000601", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 14, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 24, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 25, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 26, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 27, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+R", - "DriverValue": "0x02001501", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+S", - "DriverValue": "0x02001601", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+T", - "DriverValue": "0x02001701", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "LCtrl+V", - "DriverValue": "0x02001901", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 32, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 48, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 55, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 60, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003700", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 84, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 85, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 86, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 87, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 88, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005300" - }, { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - }, - { - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ], - "FnKeySet": [{ - "Index": 1, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006500" - }, { - "Index": 3, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000002" - }, { - "Index": 7, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000020" - }, { - "Index": 10, - "MenuPID": "", - "MenuID": "", - "MenuName": "播放/暂停", - "DriverValue": "0x030000CD" - }, { - "Index": 11, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000500" - }, { - "Index": 12, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000600" - }, { - "Index": 13, - "MenuPID": "", - "MenuID": "", - "MenuName": "下一曲", - "DriverValue": "0x030000B5" - }, { - "Index": 15, - "MenuPID": "", - "MenuID": "", - "MenuName": "静音", - "DriverValue": "0x030000E2" - }, { - "Index": 16, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量减", - "DriverValue": "0x030000EA" - }, { - "Index": 17, - "MenuPID": "", - "MenuID": "", - "MenuName": "音量加", - "DriverValue": "0x030000E9" - }, { - "Index": 18, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000C00" - }, { - "Index": 19, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000D00" - }, { - "Index": 20, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000E00" - }, { - "Index": 21, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02000F00" - }, { - "Index": 22, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001000" - }, { - "Index": 23, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001100" - }, { - "Index": 28, - "MenuPID": "", - "MenuID": "", - "MenuName": "上一曲", - "DriverValue": "0x030000B6" - }, { - "Index": 29, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001700" - }, { - "Index": 30, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001800" - }, { - "Index": 31, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001900" - }, { - "Index": 33, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001B00" - }, { - "Index": 34, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001C00" - }, { - "Index": 35, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02001D00" - }, { - "Index": 46, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002800" - }, { - "Index": 47, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002900" - },{ - "Index": 49, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002B00" - }, { - "Index": 50, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 51, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num-", - "DriverValue": "0x02005600" - }, { - "Index": 52, - "MenuPID": "", - "MenuID": "", - "MenuName": "Num+", - "DriverValue": "0x02005700" - }, { - "Index": 53, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002F00" - }, - { - "Index": 56, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003300" - }, - { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400" - }, - { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500" - }, { - "Index": 59, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003600" - }, - { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800" - }, { - "Index": 62, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003900" - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+1", - "DriverValue": "0x02001E02" - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+2", - "DriverValue": "0x02001F02" - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+3", - "DriverValue": "0x02002002" - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+4", - "DriverValue": "0x02002102" - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+5", - "DriverValue": "0x02002202" - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+6", - "DriverValue": "0x02002302" - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+7", - "DriverValue": "0x02002402" - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+8", - "DriverValue": "0x02002502" - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+9", - "DriverValue": "0x02002602" - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "LShift+0", - "DriverValue": "0x02002702" - }, - { - "Index": 91, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005600" - }, { - "Index": 92, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005700" - }, { - "Index": 94, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005900" - }, { - "Index": 95, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005A00" - }, { - "Index": 96, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005B00" - }, { - "Index": 97, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005C00" - }, { - "Index": 98, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005D00" - }, { - "Index": 99, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005E00" - }, { - "Index": 100, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02005F00" - }, { - "Index": 101, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006000" - }, { - "Index": 102, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006100" - },{ - "Index": 103, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006200" - },{ - "Index": 104, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02006300" - },{ - "Index": 109, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - } - ] + "GUID": "", + "ModeIndex": 4, + "Name": "", + "Active": 0, + "ModelID": 656801840, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "8C5B3D2E-7C99-42a3-823B-F59BCCB649CE", + "Name": "GK73S-3", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + }, { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+C", + "DriverValue": "0x02000601", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+R", + "DriverValue": "0x02001501", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+S", + "DriverValue": "0x02001601", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+T", + "DriverValue": "0x02001701", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+V", + "DriverValue": "0x02001901", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300" + }, { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600" + }, { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700" + }, { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900" + }, { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00" + }, { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00" + }, { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00" + }, { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00" + }, { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00" + }, { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00" + }, { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000" + }, { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100" + }, { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200" + }, { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300" + }, { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500" + }, { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002" + }, { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020" + }, { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD" + }, { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500" + }, { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600" + }, { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5" + }, { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2" + }, { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量减", + "DriverValue": "0x030000EA" + }, { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量加", + "DriverValue": "0x030000E9" + }, { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00" + }, { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00" + }, { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00" + }, { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00" + }, { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000" + }, { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100" + }, { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6" + }, { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700" + }, { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800" + }, { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900" + }, { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00" + }, { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00" + }, { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00" + }, { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "F1", + "DriverValue": "0x02003A00" + }, { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "F2", + "DriverValue": "0x02003B00" + }, { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "F3", + "DriverValue": "0x02003C00" + }, { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "F4", + "DriverValue": "0x02003D00" + }, { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "F5", + "DriverValue": "0x02003E00" + }, { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "F6", + "DriverValue": "0x02003F00" + }, { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "F7", + "DriverValue": "0x02004000" + }, { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "F8", + "DriverValue": "0x02004100" + }, { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "F9", + "DriverValue": "0x02004200" + }, { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "F10", + "DriverValue": "0x02004300" + }, { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800" + }, { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900" + }, { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00" + }, { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + }, { + "Index": 51, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num-", + "DriverValue": "0x02005600" + }, { + "Index": 52, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num+", + "DriverValue": "0x02005700" + }, { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "]", + "DriverValue": "0x02003000" + }, { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "'", + "DriverValue": "0x02003400" + }, { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "`", + "DriverValue": "0x02003500" + }, { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "/", + "DriverValue": "0x02003800" + }, { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900" + }, { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num/", + "DriverValue": "0x02005400" + }, { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "Num*", + "DriverValue": "0x02005500" + }, { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00" + }, { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "END", + "DriverValue": "0x02004D00" + }, { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "PD", + "DriverValue": "0x02004E00" + }, { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "INS", + "DriverValue": "0x02004900" + }, { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "HM", + "DriverValue": "0x02004A00" + }, { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "PU", + "DriverValue": "0x02004B00" + }, { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "PS", + "DriverValue": "0x02004600" + }, { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "SL", + "DriverValue": "0x02004700" + }, { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "PB", + "DriverValue": "0x02004800" + }, { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "-", + "DriverValue": "0x02002D00" + }, { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "+", + "DriverValue": "0x02002E00" + }, { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00" + } + ] } diff --git a/Build/Data/device/656801840/data/profile_online_1.json b/Build/Data/device/656801840/data/profile_online_1.json index 5917da1..603ba1c 100644 --- a/Build/Data/device/656801840/data/profile_online_1.json +++ b/Build/Data/device/656801840/data/profile_online_1.json @@ -580,17 +580,9 @@ "GUID": "", "Name": "" } - }, { - "Index": 54, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { + "Index": 55, "MenuPID": "", "MenuID": "", @@ -610,27 +602,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 57, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003400", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 58, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003500", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 59, "MenuPID": "", "MenuID": "", @@ -650,17 +623,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 61, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003800", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 62, "MenuPID": "", "MenuID": "", @@ -670,117 +634,8 @@ "GUID": "", "Name": "" } - }, { - "Index": 63, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003A00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 64, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003B00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 65, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 66, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003D00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 67, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003E00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 68, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02003F00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 69, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004000", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 70, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004100", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 71, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004200", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { - "Index": 72, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004300", - "KeyLE": { - "GUID": "", - "Name": "" - } - },{ - "Index": 81, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02004C00", - "KeyLE": { - "GUID": "", - "Name": "" - } - }, { + }, + { "Index": 84, "MenuPID": "", "MenuID": "", @@ -911,18 +766,7 @@ "MenuID": "", "MenuName": "", "DriverValue": "0x02002C00" - }, { - "Index": 110, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" - }, { - "Index": 111, - "MenuPID": "", - "MenuID": "", - "MenuName": "", - "DriverValue": "0x02002C00" + } ] } diff --git a/Build/Data/device/656801853/config.json b/Build/Data/device/656801853/config.json new file mode 100644 index 0000000..915fe49 --- /dev/null +++ b/Build/Data/device/656801853/config.json @@ -0,0 +1,104 @@ +{ + "DeviceType": 0, + "DriverLEKey": 67, + "LeCate": 960, + "ShowScalePlus": 0.12, + "ShowOffsetLeft": "0px", + "ShowOffsetTop": "0px", + "IsFnKeySet": true, + "IsFnx": false, + "FuncTable":[{ + "id": 0, + "name": "设置", + "lang": "menu_config_kb", + "icon": "el-icon-kb-keyboard", + "component": "/ConfigKB", + "visible": true, + "disable": false + },{ + "id": 1, + "name": "灯效库", + "lang": "menu_le_lib", + "icon": "el-icon-kb-light", + "component": "/Le", + "visible": true, + "disable": false + },{ + "id": 2, + "name": "宏管理", + "icon": "el-icon-document", + "lang": "menu_macro_lib", + "component": "/Macro", + "visible": true, + "disable": false + }], + "QuickSelect":[{ + "title": "第一行", + "lang": "line_first", + "lcodes": [0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19] + },{ + "title": "第二行", + "lang": "line_second", + "lcodes": [22,24,25,26,27,28,29,30,31,32,33,34,35,36,38,39,40,41] + },{ + "title": "第三行", + "lang": "line_third", + "lcodes": [44,46,47,48,49,50,51,52,53,54,55,56,57,58,60,61,62,63] + },{ + "title": "第四行", + "lang": "line_fourth", + "lcodes": [63,66,68,69,70,71,72,73,74,75,76,77,78,80,82,83,84] + },{ + "title": "第五行", + "lang": "line_fifth", + "lcodes": [88,90,91,92,93,94,95,96,97,98,99,101,103,104,105,106,107] + },{ + "title": "第六行", + "lang": "line_sixth", + "lcodes": [107,110,111,112,116,120,121,123,124,125,126,127,128] + },{ + "title": "底灯", + "lang": "line_bottom", + "lcodes": [85,129,20,42,64,86,79,122,100,118,115,113,89,81,37,102,1,23,67] + }], + "UserManual":[{ + "title_lang": "layer_oper", + "items":[{ + "key": "Fn+6", + "desc_lang": "change_onboard_layer_1" + },{ + "key": "Fn+7", + "desc_lang": "change_onboard_layer_2" + },{ + "key": "Fn+8", + "desc_lang": "change_onboard_layer_3" + },{ + "key": "Fn+5", + "desc_lang": "change_driver_layer_1" + }] + },{ + "title_lang": "le_oper", + "items":[{ + "key": "Fn+-/=", + "desc_lang": "change_std_le" + },{ + "key": "Fn+↑", + "desc_lang": "change_le_brightness_inc" + },{ + "key": "Fn+↓", + "desc_lang": "change_le_brightness_dec" + },{ + "key": "Fn+←", + "desc_lang": "change_le_speed_inc" + },{ + "key": "Fn+→", + "desc_lang": "change_le_speed_dec" + }] + },{ + "title_lang": "system_oper", + "items":[{ + "key": "Fn+ESC+Q", + "desc_lang": "clear_all_config" + }] + }] +} \ No newline at end of file diff --git a/Build/Data/device/656801853/data/keymap.js b/Build/Data/device/656801853/data/keymap.js new file mode 100644 index 0000000..0078aed --- /dev/null +++ b/Build/Data/device/656801853/data/keymap.js @@ -0,0 +1,1469 @@ +[{ + "KeyName": "Escape", + "Show": "Esc", + "LogicCode": 47, + "LocationCode": 0, + "Position": { + "Left": 139, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F1", + "Show": "F1", + "LogicCode": 63, + "LocationCode": 2, + "Position": { + "Left": 187, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F2", + "Show": "F2", + "LogicCode": 64, + "LocationCode": 3, + "Position": { + "Left": 236, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F3", + "Show": "F3", + "LogicCode": 65, + "LocationCode": 4, + "Position": { + "Left": 284, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F4", + "Show": "F4", + "LogicCode": 66, + "LocationCode": 5, + "Position": { + "Left": 333, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F5", + "Show": "F5", + "LogicCode": 67, + "LocationCode": 6, + "Position": { + "Left": 382, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F6", + "Show": "F6", + "LogicCode": 68, + "LocationCode": 7, + "Position": { + "Left": 431, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F7", + "Show": "F7", + "LogicCode": 69, + "LocationCode": 8, + "Position": { + "Left": 480, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F8", + "Show": "F8", + "LogicCode": 70, + "LocationCode": 9, + "Position": { + "Left": 528, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F9", + "Show": "F9", + "LogicCode": 71, + "LocationCode": 10, + "Position": { + "Left": 577, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F10", + "Show": "F10", + "LogicCode": 72, + "LocationCode": 11, + "Position": { + "Left": 626, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F11", + "Show": "F11", + "LogicCode": 73, + "LocationCode": 12, + "Position": { + "Left": 675, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "F12", + "Show": "F12", + "LogicCode": 74, + "LocationCode": 13, + "Position": { + "Left": 724, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Delete", + "Show": "Del", + "LogicCode": 81, + "LocationCode": 14, + "Position": { + "Left": 773, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Print Screen", + "Show": "P S", + "LogicCode": 75, + "LocationCode": 15, + "Position": { + "Left": 821, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Scroll Lock", + "Show": "S L", + "LogicCode": 76, + "LocationCode": 16, + "Position": { + "Left": 871, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Pause Break", + "Show": "P B", + "LogicCode": 77, + "LocationCode": 17, + "Position": { + "Left": 919, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Page Up", + "Show": "P U", + "LogicCode": 80, + "LocationCode": 18, + "Position": { + "Left": 968, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Page Down", + "Show": "P D", + "LogicCode": 83, + "LocationCode": 19, + "Position": { + "Left": 1016, + "Top": 126, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "`", + "Show": "`", + "LogicCode": 58, + "LocationCode": 22, + "Position": { + "Left": 138, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "1", + "Show": "1", + "LogicCode": 36, + "LocationCode": 24, + "Position": { + "Left": 187, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "2", + "Show": "2", + "LogicCode": 37, + "LocationCode": 25, + "Position": { + "Left": 235, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "3", + "Show": "3", + "LogicCode": 38, + "LocationCode": 26, + "Position": { + "Left": 284, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "4", + "Show": "4", + "LogicCode": 39, + "LocationCode": 27, + "Position": { + "Left": 333, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "5", + "Show": "5", + "LogicCode": 40, + "LocationCode": 28, + "Position": { + "Left": 382, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "6", + "Show": "6", + "LogicCode": 41, + "LocationCode": 29, + "Position": { + "Left": 431, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "7", + "Show": "7", + "LogicCode": 42, + "LocationCode": 30, + "Position": { + "Left": 479, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "8", + "Show": "8", + "LogicCode": 43, + "LocationCode": 31, + "Position": { + "Left": 528, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "9", + "Show": "9", + "LogicCode": 44, + "LocationCode": 32, + "Position": { + "Left": 577, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "0", + "Show": "0", + "LogicCode": 45, + "LocationCode": 33, + "Position": { + "Left": 626, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "-", + "Show": "-", + "LogicCode": 51, + "LocationCode": 34, + "Position": { + "Left": 675, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "=", + "Show": "=", + "LogicCode": 52, + "LocationCode": 35, + "Position": { + "Left": 723, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Backspace", + "Show": "←", + "LogicCode": 48, + "LocationCode": 36, + "Position": { + "Left": 772, + "Top": 175, + "Width": 96, + "Height": 48 + } + }, + { + "KeyName": "Num Lock", + "Show": "NumL", + "LogicCode": 88, + "LocationCode": 38, + "Position": { + "Left": 870, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad /", + "Show": "Num /", + "LogicCode": 89, + "LocationCode": 39, + "Position": { + "Left": 919, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad *", + "Show": "Num *", + "LogicCode": 90, + "LocationCode": 40, + "Position": { + "Left": 967, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad -", + "Show": "Num -", + "LogicCode": 91, + "LocationCode": 41, + "Position": { + "Left": 1016, + "Top": 175, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Tab", + "Show": "Tab", + "LogicCode": 49, + "LocationCode": 44, + "Position": { + "Left": 138, + "Top": 224, + "Width": 72, + "Height": 48 + } + }, + { + "KeyName": "Q", + "Show": "Q", + "LogicCode": 26, + "LocationCode": 46, + "Position": { + "Left": 211, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "W", + "Show": "W", + "LogicCode": 32, + "LocationCode": 47, + "Position": { + "Left": 260, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "E", + "Show": "E", + "LogicCode": 14, + "LocationCode": 48, + "Position": { + "Left": 309, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "R", + "Show": "R", + "LogicCode": 27, + "LocationCode": 49, + "Position": { + "Left": 357, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "T", + "Show": "T", + "LogicCode": 29, + "LocationCode": 50, + "Position": { + "Left": 406, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Y", + "Show": "Y", + "LogicCode": 34, + "LocationCode": 51, + "Position": { + "Left": 455, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "U", + "Show": "U", + "LogicCode": 30, + "LocationCode": 52, + "Position": { + "Left": 505, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "I", + "Show": "I", + "LogicCode": 18, + "LocationCode": 53, + "Position": { + "Left": 553, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "O", + "Show": "O", + "LogicCode": 24, + "LocationCode": 54, + "Position": { + "Left": 602, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "P", + "Show": "P", + "LogicCode": 25, + "LocationCode": 55, + "Position": { + "Left": 650, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "[", + "Show": "[", + "LogicCode": 53, + "LocationCode": 56, + "Position": { + "Left": 699, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "]", + "Show": "]", + "LogicCode": 54, + "LocationCode": 57, + "Position": { + "Left": 748, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "|", + "Show": "|", + "LogicCode": 55, + "LocationCode": 58, + "Position": { + "Left": 797, + "Top": 224, + "Width": 72, + "Height": 48 + } + }, + { + "KeyName": "Keypad 7", + "Show": "Num 7", + "LogicCode": 100, + "LocationCode": 60, + "Position": { + "Left": 870, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad 8", + "Show": "Num 8", + "LogicCode": 101, + "LocationCode": 61, + "Position": { + "Left": 919, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad 9", + "Show": "Num 9", + "LogicCode": 102, + "LocationCode": 62, + "Position": { + "Left": 967, + "Top": 224, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad +", + "Show": "Num +", + "LogicCode": 92, + "LocationCode": 63, + "Position": { + "Left": 1016, + "Top": 224, + "Width": 48, + "Height": 98 + } + }, + { + "KeyName": "Caps Lock", + "Show": "Caps L", + "LogicCode": 62, + "LocationCode": 66, + "Position": { + "Left": 138, + "Top": 273, + "Width": 82, + "Height": 48 + } + }, + { + "KeyName": "A", + "Show": "A", + "LogicCode": 10, + "LocationCode": 68, + "Position": { + "Left": 224, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "S", + "Show": "S", + "LogicCode": 28, + "LocationCode": 69, + "Position": { + "Left": 272, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "D", + "Show": "D", + "LogicCode": 13, + "LocationCode": 70, + "Position": { + "Left": 321, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + + { + "KeyName": "F", + "Show": "F", + "LogicCode": 15, + "LocationCode": 71, + "Position": { + "Left": 370, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "G", + "Show": "G", + "LogicCode": 16, + "LocationCode": 72, + "Position": { + "Left": 419, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "H", + "Show": "H", + "LogicCode": 17, + "LocationCode": 73, + "Position": { + "Left": 467, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + + { + "KeyName": "J", + "Show": "J", + "LogicCode": 19, + "LocationCode": 74, + "Position": { + "Left": 516, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "K", + "Show": "K", + "LogicCode": 20, + "LocationCode": 75, + "Position": { + "Left": 565, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "L", + "Show": "L", + "LogicCode": 21, + "LocationCode": 76, + "Position": { + "Left": 614, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": ";", + "Show": ";", + "LogicCode": 56, + "LocationCode": 77, + "Position": { + "Left": 663, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "'", + "Show": "'", + "LogicCode": 57, + "LocationCode": 78, + "Position": { + "Left": 712, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Return", + "Show": "Enter", + "LogicCode": 93, + "LocationCode": 80, + "Position": { + "Left": 760, + "Top": 273, + "Width": 108, + "Height": 48 + } + }, + { + "KeyName": "Keypad 4", + "Show": "Num 4", + "LogicCode": 97, + "LocationCode": 82, + "Position": { + "Left": 871, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad 5", + "Show": "Num 5", + "LogicCode": 98, + "LocationCode": 83, + "Position": { + "Left": 919, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad 6", + "Show": "Num 6", + "LogicCode": 99, + "LocationCode": 84, + "Position": { + "Left": 968, + "Top": 273, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Left Shift", + "Show": "Shift", + "LogicCode": 3, + "LocationCode": 88, + "Position": { + "Left": 138, + "Top": 322, + "Width": 108, + "Height": 48 + } + }, + { + "KeyName": "Z", + "Show": "Z", + "LogicCode": 35, + "LocationCode": 90, + "Position": { + "Left": 248, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "X", + "Show": "X", + "LogicCode": 33, + "LocationCode": 91, + "Position": { + "Left": 296, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "C", + "Show": "C", + "LogicCode": 12, + "LocationCode": 92, + "Position": { + "Left": 345, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "V", + "Show": "V", + "LogicCode": 31, + "LocationCode": 93, + "Position": { + "Left": 394, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "B", + "Show": "B", + "LogicCode": 11, + "LocationCode": 94, + "Position": { + "Left": 443, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "N", + "Show": "N", + "LogicCode": 23, + "LocationCode": 95, + "Position": { + "Left": 491, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + + { + "KeyName": "M", + "Show": "M", + "LogicCode": 22, + "LocationCode": 96, + "Position": { + "Left": 540, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": ",", + "Show": ",", + "LogicCode": 59, + "LocationCode": 97, + "Position": { + "Left": 589, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": ".", + "Show": ".", + "LogicCode": 60, + "LocationCode": 98, + "Position": { + "Left": 638, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "/", + "Show": "/", + "LogicCode": 61, + "LocationCode": 99, + "Position": { + "Left": 687, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Right Shift", + "Show": "Shift", + "LogicCode": 7, + "LocationCode": 101, + "Position": { + "Left": 736, + "Top": 322, + "Width": 84, + "Height": 48 + } + }, + { + "KeyName": "Up Arrow", + "Show": "↑", + "LogicCode": 87, + "LocationCode": 103, + "Position": { + "Left": 821, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad 1", + "Show": "Num 1", + "LogicCode": 94, + "LocationCode": 104, + "Position": { + "Left": 870, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad 2", + "Show": "Num 2", + "LogicCode": 95, + "LocationCode": 105, + "Position": { + "Left": 919, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad 3", + "Show": "Num 3", + "LogicCode": 96, + "LocationCode": 106, + "Position": { + "Left": 967, + "Top": 322, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad Enter", + "Show": "Enter", + "LogicCode": 46, + "LocationCode": 107, + "Position": { + "Left": 1016, + "Top": 322, + "Width": 48, + "Height": 96 + } + }, + { + "KeyName": "Left Control", + "Show": "Ctrl", + "LogicCode": 2, + "LocationCode": 110, + "Position": { + "Left": 138, + "Top": 370, + "Width": 60, + "Height": 48 + } + }, + { + "KeyName": "Left GUI", + "Show": "Win", + "LogicCode": 5, + "LocationCode": 111, + "Position": { + "Left": 200, + "Top": 370, + "Width": 60, + "Height": 48 + } + }, + + { + "KeyName": "Left Alt", + "Show": "Alt", + "LogicCode": 4, + "LocationCode": 112, + "Position": { + "Left": 261, + "Top": 370, + "Width": 60, + "Height": 48 + } + }, + { + "KeyName": "Space", + "Show": "Long Space", + "LogicCode": 50, + "LocationCode": 116, + "Position": { + "Left": 321, + "Top": 370, + "Width": 303, + "Height": 48 + } + }, + { + "KeyName": "Right Alt", + "Show": "Alt", + "LogicCode": 8, + "LocationCode": 120, + "Position": { + "Left": 626, + "Top": 370, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Fn", + "Show": "Fn", + "LogicCode": 0, + "LocationCode": 121, + "Position": { + "Left": 675, + "Top": 370, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "App", + "Show": "App", + "LogicCode": 1, + "LocationCode": 123, + "Position": { + "Left": 723, + "Top": 370, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Left Arrow", + "Show": "←", + "LogicCode": 85, + "LocationCode": 124, + "Position": { + "Left": 772, + "Top": 370, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Down Arrow", + "Show": "↓", + "LogicCode": 86, + "LocationCode": 125, + "Position": { + "Left": 821, + "Top": 370, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Right Arrow", + "Show": "→", + "LogicCode": 84, + "LocationCode": 126, + "Position": { + "Left": 870, + "Top": 370, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad 0", + "Show": "Num 0", + "LogicCode": 103, + "LocationCode": 127, + "Position": { + "Left": 919, + "Top": 370, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "Keypad .", + "Show": "Num .", + "LogicCode": 104, + "LocationCode": 128, + "Position": { + "Left": 967, + "Top": 370, + "Width": 48, + "Height": 48 + } + }, + { + "KeyName": "fn1", + "Show": "Left", + "LogicCode": 109, + "LocationCode": 114, + "Position": { + "Left": 321, + "Top": 441, + "Width": 131, + "Height": 48 + } + }, + { + "KeyName": "fn2", + "Show": "Middle", + "LogicCode": 110, + "LocationCode": 117, + "Position": { + "Left": 453, + "Top": 441, + "Width": 108, + "Height": 48 + } + }, + { + "KeyName": "fn3", + "Show": "Right", + "LogicCode": 111, + "LocationCode": 119, + "Position": { + "Left": 564, + "Top": 441, + "Width": 60, + "Height": 48 + } + }, + { + "KeyName": "LED-TOP-1", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 85, + "Position": { + "Left": 207, + "Top": 118, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-TOP-2", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 129, + "Position": { + "Left": 363, + "Top": 118, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-TOP-3", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 20, + "Position": { + "Left": 519, + "Top": 118, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-TOP-4", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 42, + "Position": { + "Left": 676, + "Top": 118, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-TOP-5", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 64, + "Position": { + "Left": 832, + "Top": 118, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-TOP-6", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 86, + "Position": { + "Left": 988, + "Top": 118, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-BOTTOM-1", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 79, + "Position": { + "Left": 190, + "Top": 417, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-BOTTOM-2", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 122, + "Position": { + "Left": 326, + "Top": 417, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-BOTTOM-3", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 100, + "Position": { + "Left": 463, + "Top": 417, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-BOTTOM-4", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 118, + "Position": { + "Left": 599, + "Top": 417, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-BOTTOM-5", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 115, + "Position": { + "Left": 735, + "Top": 417, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-BOTTOM-6", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 113, + "Position": { + "Left": 872, + "Top": 417, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-BOTTOM-7", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 89, + "Position": { + "Left": 1008, + "Top": 417, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-LEFT-1", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 81, + "Position": { + "Left": 130, + "Top": 171, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-LEFT-2", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 37, + "Position": { + "Left": 130, + "Top": 270, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-LEFT-3", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 102, + "Position": { + "Left": 130, + "Top": 369, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-RIGHT-1", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 1, + "Position": { + "Left": 1064, + "Top": 171, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-RIGHT-2", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 23, + "Position": { + "Left": 1064, + "Top": 270, + "Width": 8, + "Height": 8 + } + }, + { + "KeyName": "LED-RIGHT-3", + "Show": "LED", + "LogicCode": -1, + "LocationCode": 67, + "Position": { + "Left": 1064, + "Top": 369, + "Width": 8, + "Height": 8 + } + } +] \ No newline at end of file diff --git a/Build/Data/device/656801853/data/profile.json b/Build/Data/device/656801853/data/profile.json new file mode 100644 index 0000000..c36e3c7 --- /dev/null +++ b/Build/Data/device/656801853/data/profile.json @@ -0,0 +1,1274 @@ +{ + "GUID": "", + "ModeIndex": 0, + "Name": "", + "Active": 0, + "ModelID": 655491248, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "", + "Name": "", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + "LEData": { + + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "Task": { + "Type": "", + "Data": { + "Type": "Macro", + "GUID": "", + "Repeats": 1, + "StopMode": 1 + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 8, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000040", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 51, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 52, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 54, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 57, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 58, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 61, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 63, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 64, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 65, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 66, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 67, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 68, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 69, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 70, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 71, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 72, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 73, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 74, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 75, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 76, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 77, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 78, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 79, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 80, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 81, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 82, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 83, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 89, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 90, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 93, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 110, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 111, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + } + ] +} \ No newline at end of file diff --git a/Build/Data/device/656801853/data/profile_offline_1.json b/Build/Data/device/656801853/data/profile_offline_1.json new file mode 100644 index 0000000..78ea230 --- /dev/null +++ b/Build/Data/device/656801853/data/profile_offline_1.json @@ -0,0 +1,2086 @@ +{ + "GUID": "", + "ModeIndex": 2, + "Name": "", + "Active": 0, + "ModelID": 0, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "26C232E5-B89B-4b17-BF1D-75DC61351A93", + "Name": "全亮绿光", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "Task": { + "Type": "", + "Data": { + "Type": "Macro", + "GUID": "", + "Repeats": 1, + "StopMode": 1 + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 6, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000010", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 8, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000040", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 51, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 52, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 54, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 57, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 58, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 61, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 63, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 64, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 65, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 66, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 67, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 68, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 69, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 70, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 71, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 72, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 73, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 74, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 75, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 76, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 77, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 78, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 79, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 80, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 81, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 82, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 83, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 89, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 90, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 93, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 110, + "MenuPID": "", + "MenuID": "", + "MenuName": "板载3层", + "DriverValue": "0x0a070004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 111, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "Task": { + "Type": "", + "Data": { + "Type": "Macro", + "GUID": "", + "Repeats": 1, + "StopMode": 1 + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 8, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000040", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 54, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 57, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 61, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 75, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 76, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 77, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 78, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 79, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 80, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 81, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 82, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 83, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 89, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 90, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 93, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 110, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 111, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + } + ] + +} \ No newline at end of file diff --git a/Build/Data/device/656801853/data/profile_offline_2.json b/Build/Data/device/656801853/data/profile_offline_2.json new file mode 100644 index 0000000..fb4b16c --- /dev/null +++ b/Build/Data/device/656801853/data/profile_offline_2.json @@ -0,0 +1,2085 @@ +{ + "GUID": "", + "ModeIndex": 3, + "Name": "", + "Active": 0, + "ModelID": 0, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "90F1DFED-5C11-438a-A835-74C6E3403524", + "Name": "GK96XS-1", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "RWin", + "DriverValue": "0x02000080", + "Task": { + "Type": "", + "Data": { + "Type": "Macro", + "GUID": "", + "Repeats": 1, + "StopMode": 1 + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "LWin", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "LAlt", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 6, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000010", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 8, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000040", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "DEL", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 51, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 52, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 54, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 57, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 58, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 61, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 63, + "MenuPID": "", + "MenuID": "", + "MenuName": "F14", + "DriverValue": "0x02006900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 64, + "MenuPID": "", + "MenuID": "", + "MenuName": "F15", + "DriverValue": "0x02006A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 65, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+↑", + "DriverValue": "0x02005201", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 66, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 67, + "MenuPID": "", + "MenuID": "", + "MenuName": "LWin+Space", + "DriverValue": "0x02002C08", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 68, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+LShift+Space", + "DriverValue": "0x02002C03", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 69, + "MenuPID": "", + "MenuID": "", + "MenuName": "上一曲", + "DriverValue": "0x030000B6", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 70, + "MenuPID": "", + "MenuID": "", + "MenuName": "播放/暂停", + "DriverValue": "0x030000CD", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 71, + "MenuPID": "", + "MenuID": "", + "MenuName": "下一曲", + "DriverValue": "0x030000B5", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 72, + "MenuPID": "", + "MenuID": "", + "MenuName": "静音", + "DriverValue": "0x030000E2", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 73, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量-", + "DriverValue": "0x030000EA", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 74, + "MenuPID": "", + "MenuID": "", + "MenuName": "音量+", + "DriverValue": "0x030000E9", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 75, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 76, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 77, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 78, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 79, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 80, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 81, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 82, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 83, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 89, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 90, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 93, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 110, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 111, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "Task": { + "Type": "", + "Data": { + "Type": "Macro", + "GUID": "", + "Repeats": 1, + "StopMode": 1 + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 8, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000040", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 54, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 57, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 61, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 75, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 76, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 77, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 78, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 79, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 80, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 81, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 82, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 83, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 89, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 90, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 93, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 110, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 111, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + } + ] +} \ No newline at end of file diff --git a/Build/Data/device/656801853/data/profile_offline_3.json b/Build/Data/device/656801853/data/profile_offline_3.json new file mode 100644 index 0000000..9262a6f --- /dev/null +++ b/Build/Data/device/656801853/data/profile_offline_3.json @@ -0,0 +1,2086 @@ +{ + "GUID": "", + "ModeIndex": 4, + "Name": "", + "Active": 0, + "ModelID": 0, + "Application": { + "AppName": "", + "AppPath": "" + }, + "ModeLE": { + "GUID": "586C6562-3006-4c92-8B44-50920FE0C213", + "Name": "漂流碰撞", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + } + ] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + } + ], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "Task": { + "Type": "", + "Data": { + "Type": "Macro", + "GUID": "", + "Repeats": 1, + "StopMode": 1 + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 6, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000010", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 8, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000040", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+C", + "DriverValue": "0x02000601", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+R", + "DriverValue": "0x02001501", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+S", + "DriverValue": "0x02001601", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+T", + "DriverValue": "0x02001701", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "LCtrl+V", + "DriverValue": "0x02001901", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 51, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 52, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 54, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 57, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 58, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 61, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 63, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 64, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 65, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 66, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 67, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 68, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 69, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 70, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 71, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 72, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 73, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 74, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 75, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 76, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 77, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 78, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 79, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 80, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 81, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 82, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 83, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 89, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 90, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 93, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 110, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 111, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + } + ], + "FnKeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "Task": { + "Type": "", + "Data": { + "Type": "Macro", + "GUID": "", + "Repeats": 1, + "StopMode": 1 + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 8, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000040", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 54, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 57, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 61, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 75, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 76, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 77, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 78, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 79, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 80, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 81, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 82, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 83, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 89, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 90, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 93, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 110, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 111, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + } + ] + +} \ No newline at end of file diff --git a/Build/Data/device/656801853/data/profile_offline_std.json b/Build/Data/device/656801853/data/profile_offline_std.json new file mode 100644 index 0000000..d697d7e --- /dev/null +++ b/Build/Data/device/656801853/data/profile_offline_std.json @@ -0,0 +1,27 @@ +{ + "GUID": "", + "ModeIndex": 1, + "Name": "标准配置", + "Active": 0, + "DriverLE": [{ + "GUID": "90F1DFED-5C11-438a-A835-74C6E3403524", + "Name": "GK96XS-1" + }, + { + "GUID": "014D58A9-7E44-43c7-BA92-1063623B02DD", + "Name": "RGB渐变" + }, + { + "GUID": "1B6DB72C-6093-43ac-B4BC-59670CA31696", + "Name": "光谱循环" + }, + { + "GUID": "7E8488C3-EB93-46a8-B505-F9E95FD67322", + "Name": "风车" + }, + { + "GUID": "B09FC694-4B0E-4fcb-83E7-8EB4A77E566A", + "Name": "彩虹波" + } + ] +} \ No newline at end of file diff --git a/Build/Data/device/656801853/data/profile_online_1.json b/Build/Data/device/656801853/data/profile_online_1.json new file mode 100644 index 0000000..96934b1 --- /dev/null +++ b/Build/Data/device/656801853/data/profile_online_1.json @@ -0,0 +1,1285 @@ +{ + "GUID": "", + "ModeIndex": 0, + "Name": "默认配置", + "Active": 1, + "ModelID": 655491248, + "Application": { + "AppName": "", + "AppPath": "" + }, + "Game": { + "GUID": "ECA1CE5C-597C-4047-9F78-AB638FDE7737", + "Name": "Idle" + }, + "ModeLE": { + "GUID": "014D58A9-7E44-43c7-BA92-1063623B02DD", + "Name": "RGB渐变", + "LESet": { + "LEModel": 241, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + "LEData": {} + }, + "DeviceLE": { + "Index": 0, + "LESet": [{ + "LEConfig": 0, + "LEModel": 7, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 8, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 5, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 14, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }, + { + "LEConfig": 0, + "LEModel": 9, + "LESubModel": 1, + "LELight": 18, + "LESpeed": 3, + "LEDir": 0, + "LEColor": 0, + "LEEnable": 15 + }] + }, + "DriverLE": [{ + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }, + { + "GUID": "", + "Name": "" + }], + "KeySet": [{ + "Index": 1, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006500", + "Task": { + "Type": "", + "Data": { + "Type": "Macro", + "GUID": "", + "Repeats": 1, + "StopMode": 1 + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 2, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000001", + "Task": { + "Type": "", + "Data": { + "Type": "OpenURL", + "AppPath": "" + } + }, + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 3, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000002", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 4, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000004", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 5, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000008", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 6, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000010", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 7, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000020", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 8, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000040", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 10, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 11, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 12, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 13, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 14, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 15, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 16, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 17, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 18, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 19, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 20, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 21, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02000F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 22, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 23, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 24, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 25, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 26, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 27, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 28, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 29, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 30, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 31, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 32, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 33, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 34, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 35, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 36, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 37, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02001F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 38, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 39, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 40, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 41, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 42, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 43, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 44, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 45, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 46, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 47, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 48, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 49, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 50, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 51, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 52, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 53, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 54, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 55, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 56, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 57, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 58, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 59, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 60, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 61, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 62, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 63, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 64, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 65, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 66, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 67, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 68, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02003F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 69, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 70, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 71, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 72, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 73, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 74, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 75, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 76, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 77, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 78, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 79, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 80, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 81, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 82, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 83, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 84, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02004F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 85, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 86, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 87, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 88, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 89, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005400", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 90, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005500", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 91, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005600", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 92, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005700", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 93, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005800", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 94, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005900", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 95, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005A00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 96, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005B00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 97, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005C00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 98, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005D00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 99, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005E00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 100, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02005F00", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 101, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006000", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 102, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006100", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 103, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006200", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 104, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02006300", + "KeyLE": { + "GUID": "", + "Name": "" + } + }, + { + "Index": 109, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } +}, +{ + "Index": 110, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } +}, +{ + "Index": 111, + "MenuPID": "", + "MenuID": "", + "MenuName": "", + "DriverValue": "0x02002C00", + "KeyLE": { + "GUID": "", + "Name": "" + } +} +] +} \ No newline at end of file diff --git a/Build/Data/device/modellist.json b/Build/Data/device/modellist.json index 4d5034a..0db5163 100644 --- a/Build/Data/device/modellist.json +++ b/Build/Data/device/modellist.json @@ -1,8 +1,13 @@ -[ +[ { + "ModelID": 655491117, + "FWID": "0x02104601", + "Name": "SK61 RGB", + "LEType": "0" + }, { - "ModelID": 656801841, - "FWID": "0x90218011", - "Name": "GK68X RGB", + "ModelID": 656801833, + "FWID": "0x94218010", + "Name": "GK73S RGB", "LEType": "0" }, { @@ -11,6 +16,18 @@ "Name": "GK73 RGB", "LEType": "0" }, + { + "ModelID": 656801853, + "FWID": "0x94217610", + "Name": "GK96XS-RGB", + "LEType": "0" + }, + { + "ModelID": 656801841, + "FWID": "0x90218011", + "Name": "GK68X RGB", + "LEType": "0" + }, { "ModelID": 656801837, "FWID": "0x90217410", @@ -35,12 +52,6 @@ "Name": "GK68XS RGB", "LEType": "0" }, - { - "ModelID": 656801833, - "FWID": "0x94218010", - "Name": "GK73S RGB", - "LEType": "0" - }, { "ModelID": 656801832, "FWID": "0x90217710", @@ -275,12 +286,7 @@ "Name": "GK68 RGB", "LEType": "" }, - { - "ModelID": 655491117, - "FWID": "0x02104601", - "Name": "SK61 RGB", - "LEType": "0" - }, + { "ModelID": 655491085, "FWID": "0x02103701", diff --git a/Build/Data/i18n/langs/en.json b/Build/Data/i18n/langs/en.json index a09836a..0a7a44f 100644 --- a/Build/Data/i18n/langs/en.json +++ b/Build/Data/i18n/langs/en.json @@ -139,7 +139,8 @@ "le_aready_exist_confirm_overwrite": "The LE file already exists, whether to overwrite it or not?", "le_import_success": "Import success!", "le_import_cancelled": "Import cancelled!", - "le_export_success": "Successful Export of LE File!" + "le_export_success": "Successful Export of LE File!", + "le_create_success": "Successful Create LE File!" }, "macro": { "macro_mgr": "Macro Manage", @@ -362,4 +363,4 @@ "key_mode_offline_3_change": "Layer3", "key_change_fnx1": "FnX" } -} \ No newline at end of file +} diff --git a/Build/Data/i18n/langs/zh.json b/Build/Data/i18n/langs/zh.json index 9214e62..8a17164 100644 --- a/Build/Data/i18n/langs/zh.json +++ b/Build/Data/i18n/langs/zh.json @@ -139,7 +139,8 @@ "le_aready_exist_confirm_overwrite": "已存在该灯效文件, 是否覆盖?", "le_import_success": "导入成功!", "le_import_cancelled": "取消导入!", - "le_export_success": "导出灯效文件成功!!" + "le_export_success": "导出灯效文件成功!", + "le_create_success": "创建灯效文件成功!" }, "macro": { "macro_mgr": "宏管理", @@ -362,4 +363,4 @@ "key_mode_offline_3_change": "板载层3", "key_change_fnx1": "FnX" } -} \ No newline at end of file +} diff --git a/Build/Data/keys.json b/Build/Data/keys.json index 37f702b..b4a9fea 100644 --- a/Build/Data/keys.json +++ b/Build/Data/keys.json @@ -1,4 +1,4 @@ -[{ +[{ "title": "基本功能", "keytype": "primary", "lang": "kb_primary", @@ -1187,4 +1187,4 @@ "Class": "l225" }] }] -}] \ No newline at end of file +}] diff --git a/Build/Data/lighting/GK96XS-1.le b/Build/Data/lighting/GK96XS-1.le new file mode 100644 index 0000000..3dc5e5b --- /dev/null +++ b/Build/Data/lighting/GK96XS-1.le @@ -0,0 +1,267 @@ +{ + "Name":"GK96XS-1", + "GUID":"90F1DFED-5C11-438a-A835-74C6E3403524", + "LeType":"simple", + "LeCate":960, + "Frames":[ + { + "Count":1, + "Name":"frame0", + "Data":{ + "0":"0xffffff", + "1":"0xffffff", + "2":"0xffffff", + "3":"0xffffff", + "4":"0xffffff", + "5":"0xffffff", + "6":"0xffffff", + "7":"0xffffff", + "8":"0xffffff", + "9":"0xffffff", + "10":"0xffffff", + "11":"0xffffff", + "12":"0xffffff", + "13":"0xffffff", + "14":"0xffffff", + "15":"0xffffff", + "16":"0xffffff", + "17":"0xffffff", + "18":"0xffffff", + "19":"0xffffff", + "20":"0xffffff", + "22":"0xffffff", + "23":"0xffffff", + "24":"0xffffff", + "25":"0xffffff", + "26":"0xffffff", + "27":"0xffffff", + "28":"0xffffff", + "29":"0xffffff", + "30":"0xffffff", + "31":"0xffffff", + "32":"0xffffff", + "33":"0xffffff", + "34":"0xffffff", + "35":"0xffffff", + "36":"0xffffff", + "37":"0xffffff", + "38":"0xffffff", + "39":"0xffffff", + "40":"0xffffff", + "41":"0xffffff", + "42":"0xffffff", + "44":"0xffffff", + "46":"0xffffff", + "47":"0xffffff", + "48":"0xffffff", + "49":"0xffffff", + "50":"0xffffff", + "51":"0xffffff", + "52":"0xffffff", + "53":"0xffffff", + "54":"0xffffff", + "55":"0xffffff", + "56":"0xffffff", + "57":"0xffffff", + "58":"0xffffff", + "60":"0xffffff", + "61":"0xffffff", + "62":"0xffffff", + "63":"0xffffff", + "64":"0xffffff", + "66":"0xffffff", + "67":"0xffffff", + "68":"0xffffff", + "69":"0xffffff", + "70":"0xffffff", + "71":"0xffffff", + "72":"0xffffff", + "73":"0xffffff", + "74":"0xffffff", + "75":"0xffffff", + "76":"0xffffff", + "77":"0xffffff", + "78":"0xffffff", + "79":"0xffffff", + "80":"0xffffff", + "81":"0xffffff", + "82":"0xffffff", + "83":"0xffffff", + "84":"0xffffff", + "85":"0xffffff", + "86":"0xffffff", + "88":"0xffffff", + "89":"0xffffff", + "90":"0xffffff", + "91":"0xffffff", + "92":"0xffffff", + "93":"0xffffff", + "94":"0xffffff", + "95":"0xffffff", + "96":"0xffffff", + "97":"0xffffff", + "98":"0xffffff", + "99":"0xffffff", + "100":"0xffffff", + "101":"0xffffff", + "102":"0xffffff", + "103":"0xffffff", + "104":"0xffffff", + "105":"0xffffff", + "106":"0xffffff", + "107":"0xffffff", + "110":"0xffffff", + "111":"0xffffff", + "112":"0xffffff", + "113":"0xffffff", + "114":"0xffffff", + "115":"0xffffff", + "116":"0xffffff", + "117":"0xffffff", + "118":"0xffffff", + "119":"0xffffff", + "120":"0xffffff", + "121":"0xffffff", + "122":"0xffffff", + "123":"0xffffff", + "124":"0xffffff", + "125":"0xffffff", + "126":"0xffffff", + "127":"0xffffff", + "128":"0xffffff", + "129":"0xffffff" + } + } + ], + "LEConfigs":[ + { + "Type":0, + "Count":1, + "Color":"0x53A1FF", + "Keys":[ + 0, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 22, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 38, + 39, + 40, + 41, + 44, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 60, + 61, + 62, + 63, + 66, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 80, + 82, + 83, + 84, + 88, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 101, + 103, + 104, + 105, + 106, + 107, + 110, + 111, + 112, + 116, + 120, + 121, + 123, + 124, + 125, + 126, + 127, + 128, + 114, + 117, + 119, + 85, + 129, + 20, + 42, + 64, + 86, + 79, + 122, + 100, + 118, + 115, + 113, + 89, + 81, + 37, + 102, + 1, + 23, + 67 + ] + } + ] +} \ No newline at end of file diff --git a/GK6X/CMFile.cs b/GK6X/CMFile.cs index 24e30f4..64d4ffa 100644 --- a/GK6X/CMFile.cs +++ b/GK6X/CMFile.cs @@ -224,7 +224,7 @@ private static void Log(string str, byte[] buffer, string file) Debug.WriteLine("[CMFile-ERROR] " + str + " (file: " + file + ")"); } - public static void DumpLighting(string path) + public static void DumpLighting(string path, string dumpPath) { if (Directory.Exists(path)) { @@ -237,7 +237,10 @@ public static void DumpLighting(string path) namesByGuid["DA3AF708-4B88-4ae8-B92E-DD1221A563CF"] = "Music volume lighting effect"; namesByGuid["E25817F8-DFF9-4cc5-A393-DC0EF3D4E646"] = "CSGO game lighting effects"; - string dumpPath = Path.Combine(path, "dump"); + if (string.IsNullOrEmpty(dumpPath)) + { + dumpPath = Path.Combine(path, "dump"); + } Directory.CreateDirectory(dumpPath); string leListFile = File.ReadAllText(Path.Combine(path, "lelist_en.json")); diff --git a/GK6X/Program.cs b/GK6X/Program.cs index d6d8223..e4d9625 100644 --- a/GK6X/Program.cs +++ b/GK6X/Program.cs @@ -101,6 +101,41 @@ static void Main(string[] args) case "clear": Console.Clear(); break; + case "update_data": + if (splitted.Length > 1) + { + string path = line.TrimStart(); + int spaceChar = path.IndexOf(' '); + if (spaceChar > 0) + { + path = path.Substring(spaceChar).Trim(); + } + bool isValidPath = false; + try + { + if (Directory.Exists(path)) + { + isValidPath = true; + } + } + catch + { + } + if (isValidPath) + { + UpdateDataFiles(path); + Log("done"); + } + else + { + Log("Couldn't find path '" + path + "'"); + } + } + else + { + Log("Bad input. Expected folder name."); + } + break; case "map": case "unmap": { @@ -326,5 +361,162 @@ private static void LogFatalError(string str) Console.ReadLine(); Environment.Exit(1); } + + private static void UpdateDataFiles(string srcDir) + { + string rootDir = Path.Combine(srcDir, "GK6XPlus Driver"); + if (Directory.Exists(rootDir)) + { + srcDir = rootDir; + } + string engineDir = Path.Combine(srcDir, "CMSEngine"); + if (Directory.Exists(engineDir)) + { + srcDir = engineDir; + } + string driverDir = Path.Combine(srcDir, "driver"); + if (Directory.Exists(driverDir)) + { + srcDir = driverDir; + } + + string dstDir = Path.Combine(Program.BasePath, "Data"); + string leDir = Path.Combine(srcDir, "res", "data", "le"); + string deviceDir = Path.Combine(srcDir, "device"); + + // Format these files manually (https://beautifier.io/) + string indexJsFile = Path.Combine(srcDir, "index.formatted.js"); + string zeroJsFile = Path.Combine(srcDir, "0.formatted.js"); + if (!File.Exists(indexJsFile) || !File.Exists(zeroJsFile)) + { + Log("Couldn't find formatted js files to process!"); + return; + } + + if (File.Exists(indexJsFile) && File.Exists(zeroJsFile) && Directory.Exists(leDir) && Directory.Exists(deviceDir)) + { + CMFile.DumpLighting(leDir, Path.Combine(dstDir, "lighting")); + CopyFilesRecursively(new DirectoryInfo(deviceDir), new DirectoryInfo(Path.Combine(dstDir, "device"))); + + string langDir = Path.Combine(dstDir, "i18n", "langs"); + Directory.CreateDirectory(langDir); + + string indexJs = File.ReadAllText(indexJsFile); + int commonIndex = 0; + for (int i = 0; i < 2; i++) + { + string langStr = FindContent(indexJs, "common: {", '{', '}', ref commonIndex); + if (!string.IsNullOrEmpty(langStr)) + { + File.WriteAllText(Path.Combine(langDir, (i == 0 ? "en" : "zh") + ".json"), langStr); + } + } + + string zeroJs = File.ReadAllText(zeroJsFile); + string keysStr = FindContent(zeroJs, "el-icon-kb-keyboard", '[', ']'); + if (!string.IsNullOrEmpty(keysStr)) + { + File.WriteAllText(Path.Combine(dstDir, "keys.json"), keysStr); + } + } + } + + static string FindContent(string str, string header, char openBraceChar, char closeBraceChar) + { + int index = 0; + return FindContent(str, header, openBraceChar, closeBraceChar, ref index); + } + + static string FindContent(string str, string header, char openBraceChar, char closeBraceChar, ref int index) + { + int braceCount = 0; + index = str.IndexOf(header, index); + if (index > 0) + { + while (str[index] != openBraceChar) + { + index--; + } + int commonEndIndex = -1; + for (int j = index; j < str.Length; j++) + { + if (str[j] == openBraceChar) + { + braceCount++; + } + else if (str[j] == closeBraceChar) + { + braceCount--; + if (braceCount == 0) + { + commonEndIndex = j + 1; + break; + } + } + } + if (commonEndIndex > 0) + { + string result = CleanJson(str.Substring(index, commonEndIndex - index)); + index = commonEndIndex; + return result; + } + } + return null; + } + + private static string CleanJson(string json) + { + string[] lines = json.Split(new char[] { '\r', '\n' }, StringSplitOptions.RemoveEmptyEntries); + StringBuilder result = new StringBuilder(); + string indentString = " "; + int indent = 0; + char[] braceChars = { '{', '}', '[', ']' }; + for (int j = 0; j < lines.Length; j++) + { + string line = lines[j].TrimStart(); + line = line.Replace("!0", "true"); + if (line.Length > 0 && !braceChars.Contains(line[0])) + { + line = "\"" + line; + line = line.Insert(line.IndexOf(':'), "\""); + } + if (line.Contains("}")) + { + indent--; + } + line = String.Concat(Enumerable.Repeat(indentString, indent)) + line; + if (line.Contains("{")) + { + indent++; + } + result.AppendLine(line); + } + return result.ToString(); + } + + private static void CopyFilesRecursively(DirectoryInfo source, DirectoryInfo target) + { + string[] extensions = { "json", "js" }; + foreach (DirectoryInfo dir in source.GetDirectories()) + { + // "res" folder contains some data we don't want + if (dir.Name != "res") + { + // Remove the special case folder (TODO: Make this more generic) + CopyFilesRecursively(dir, target.CreateSubdirectory(dir.Name.Replace("(风控)", string.Empty))); + } + } + foreach (FileInfo file in source.GetFiles()) + { + if (extensions.Contains(file.Extension.ToLower().TrimStart(new char[] { '.' }))) + { + file.CopyTo(Path.Combine(target.FullName, file.Name), true); + } + } + if (target.GetFiles().Length == 0) + { + target.Delete(); + } + } } }