mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
1131 lines
37 KiB
C#
1131 lines
37 KiB
C#
// ReSharper disable InconsistentNaming
|
|
// ReSharper disable UnusedMember.Global
|
|
|
|
#pragma warning disable 1591 // Missing XML comment for publicly visible type or member
|
|
|
|
namespace RGB.NET.Core
|
|
{
|
|
public enum LedId
|
|
{
|
|
Invalid = -1,
|
|
|
|
/*### Keyboard ###*/
|
|
Keyboard_Escape = 0x00000001,
|
|
Keyboard_F1 = 0x00000002,
|
|
Keyboard_F2 = 0x00000003,
|
|
Keyboard_F3 = 0x00000004,
|
|
Keyboard_F4 = 0x00000005,
|
|
Keyboard_F5 = 0x00000006,
|
|
Keyboard_F6 = 0x00000007,
|
|
Keyboard_F7 = 0x00000008,
|
|
Keyboard_F8 = 0x00000009,
|
|
Keyboard_F9 = 0x0000000A,
|
|
Keyboard_F10 = 0x0000000B,
|
|
Keyboard_F11 = 0x0000000C,
|
|
Keyboard_F12 = 0x0000000D,
|
|
Keyboard_GraveAccentAndTilde = 0x0000000E,
|
|
Keyboard_1 = 0x0000000F,
|
|
Keyboard_2 = 0x00000011,
|
|
Keyboard_3 = 0x00000012,
|
|
Keyboard_4 = 0x00000013,
|
|
Keyboard_5 = 0x00000014,
|
|
Keyboard_6 = 0x00000015,
|
|
Keyboard_7 = 0x00000016,
|
|
Keyboard_8 = 0x00000017,
|
|
Keyboard_9 = 0x00000018,
|
|
Keyboard_0 = 0x00000019,
|
|
Keyboard_MinusAndUnderscore = 0x0000001A,
|
|
Keyboard_Backspace = 0x0000001B,
|
|
Keyboard_Tab = 0x0000001C,
|
|
Keyboard_Q = 0x0000001D,
|
|
Keyboard_W = 0x0000001E,
|
|
Keyboard_E = 0x0000001F,
|
|
Keyboard_R = 0x00000020,
|
|
Keyboard_T = 0x00000021,
|
|
Keyboard_Y = 0x00000022,
|
|
Keyboard_U = 0x00000023,
|
|
Keyboard_I = 0x00000024,
|
|
Keyboard_O = 0x00000025,
|
|
Keyboard_P = 0x00000026,
|
|
Keyboard_BracketLeft = 0x000000027,
|
|
Keyboard_Backslash = 0x000000028,
|
|
Keyboard_Enter = 0x00000029,
|
|
Keyboard_CapsLock = 0x0000002A,
|
|
Keyboard_A = 0x0000002B,
|
|
Keyboard_S = 0x0000002C,
|
|
Keyboard_D = 0x0000002D,
|
|
Keyboard_F = 0x0000002E,
|
|
Keyboard_G = 0x0000002F,
|
|
Keyboard_H = 0x00000030,
|
|
Keyboard_J = 0x00000031,
|
|
Keyboard_K = 0x00000032,
|
|
Keyboard_L = 0x00000033,
|
|
Keyboard_SemicolonAndColon = 0x00000034,
|
|
Keyboard_ApostropheAndDoubleQuote = 0x00000035,
|
|
Keyboard_NonUsTilde = 0x00000036,
|
|
Keyboard_LeftShift = 0x00000037,
|
|
Keyboard_NonUsBackslash = 0x00000038,
|
|
Keyboard_Z = 0x00000039,
|
|
Keyboard_X = 0x0000003A,
|
|
Keyboard_C = 0x0000003B,
|
|
Keyboard_V = 0x0000003C,
|
|
Keyboard_B = 0x0000003D,
|
|
Keyboard_N = 0x0000003E,
|
|
Keyboard_M = 0x0000003F,
|
|
Keyboard_CommaAndLessThan = 0x00000040,
|
|
Keyboard_RightShift = 0x00000041,
|
|
Keyboard_PeriodAndBiggerThan = 0x00000042,
|
|
Keyboard_SlashAndQuestionMark = 0x00000043,
|
|
Keyboard_LeftCtrl = 0x00000044,
|
|
Keyboard_LeftGui = 0x00000045,
|
|
Keyboard_LeftAlt = 0x00000046,
|
|
Keyboard_Lang2 = 0x00000047,
|
|
Keyboard_Space = 0x00000048,
|
|
Keyboard_Lang1 = 0x00000049,
|
|
Keyboard_International2 = 0x0000004A,
|
|
Keyboard_RightAlt = 0x0000004B,
|
|
Keyboard_RightGui = 0x0000004C,
|
|
Keyboard_Application = 0x0000004D,
|
|
Keyboard_RightCtrl = 0x0000004E,
|
|
International3 = 0x0000004F,
|
|
International5 = 0x00000050,
|
|
International4 = 0x00000051,
|
|
|
|
Keyboard_PrintScreen = 0x00001001,
|
|
Keyboard_ScrollLock = 0x000001002,
|
|
Keyboard_PauseBreak = 0x000001003,
|
|
Keyboard_Insert = 0x00001004,
|
|
Keyboard_Home = 0x00001005,
|
|
Keyboard_PageUp = 0x00001006,
|
|
Keyboard_Delete = 0x00001007,
|
|
Keyboard_End = 0x00001008,
|
|
Keyboard_PageDown = 0x00001009,
|
|
Keyboard_UpArrow = 0x0000100A,
|
|
Keyboard_LeftArrow = 0x0000100B,
|
|
Keyboard_DownArrow = 0x0000100C,
|
|
Keyboard_RightArrow = 0x0000100D,
|
|
|
|
Keyboard_NumLock = 0x00002001,
|
|
Keyboard_NumSlash = 0x00002002,
|
|
Keyboard_NumAsterisk = 0x00002003,
|
|
Keyboard_NumMinus = 0x00002004,
|
|
Keyboard_Num7 = 0x00002005,
|
|
Keyboard_Num8 = 0x00002006,
|
|
Keyboard_Num9 = 0x00002007,
|
|
Keyboard_NumPlus = 0x00002008,
|
|
Keyboard_Num4 = 0x00002009,
|
|
Keyboard_Num5 = 0x0000200A,
|
|
Keyboard_Num6 = 0x0000200B,
|
|
Keyboard_Num1 = 0x0000200C,
|
|
Keyboard_Num2 = 0x0000200D,
|
|
Keyboard_Num3 = 0x0000200E,
|
|
Keyboard_NumEnter = 0x0000200F,
|
|
Keyboard_Num0 = 0x00002010,
|
|
Keyboard_NumComma = 0x00002011,
|
|
|
|
Keyboard_MediaMute = 0x00003001,
|
|
Keyboard_MediaVolumeDown = 0x00003002,
|
|
Keyboard_MediaVokumeUp = 0x00003003,
|
|
Keyboard_MediaStop = 0x00003004,
|
|
Keyboard_MediaPreviousTrack = 0x00003005,
|
|
Keyboard_MediaPlay = 0x00003006,
|
|
Keyboard_MediaNextTrack = 0x00003007,
|
|
|
|
Keyboard_WinLock = 0x00004001,
|
|
Keyboard_Brightness = 0x00004002,
|
|
|
|
Keyboard_MacroRecording = 0x00005001,
|
|
Keyboard_Macro1 = 0x00005002,
|
|
Keyboard_Macro2 = 0x00005003,
|
|
Keyboard_Macro3 = 0x00005004,
|
|
Keyboard_Macro4 = 0x00005005,
|
|
Keyboard_Macro5 = 0x00005006,
|
|
|
|
Keyboard_Programmable1 = 0x00006001,
|
|
Keyboard_Programmable2 = 0x00006002,
|
|
Keyboard_Programmable3 = 0x00006003,
|
|
Keyboard_Programmable4 = 0x00006004,
|
|
Keyboard_Programmable5 = 0x00006005,
|
|
Keyboard_Programmable6 = 0x00006006,
|
|
Keyboard_Programmable7 = 0x00006007,
|
|
Keyboard_Programmable8 = 0x00006008,
|
|
Keyboard_Programmable9 = 0x00006009,
|
|
Keyboard_Programmable10 = 0x0000600A,
|
|
Keyboard_Programmable11 = 0x0000600B,
|
|
Keyboard_Programmable12 = 0x0000600C,
|
|
Keyboard_Programmable13 = 0x0000600D,
|
|
Keyboard_Programmable14 = 0x0000600E,
|
|
Keyboard_Programmable15 = 0x0000600F,
|
|
Keyboard_Programmable16 = 0x00006010,
|
|
Keyboard_Programmable17 = 0x00006011,
|
|
Keyboard_Programmable18 = 0x00006012,
|
|
Keyboard_Programmable19 = 0x00006013,
|
|
Keyboard_Programmable20 = 0x00006014,
|
|
Keyboard_Programmable21 = 0x00006015,
|
|
Keyboard_Programmable22 = 0x00006016,
|
|
Keyboard_Programmable23 = 0x00006017,
|
|
Keyboard_Programmable24 = 0x00006018,
|
|
Keyboard_Programmable25 = 0x00006019,
|
|
Keyboard_Programmable26 = 0x0000601A,
|
|
Keyboard_Programmable27 = 0x0000601B,
|
|
Keyboard_Programmable28 = 0x0000601C,
|
|
Keyboard_Programmable29 = 0x0000601D,
|
|
Keyboard_Programmable30 = 0x0000601E,
|
|
Keyboard_Programmable31 = 0x0000601F,
|
|
Keyboard_Programmable32 = 0x00006020,
|
|
|
|
Keyboard_Custom1 = 0x00007001,
|
|
Keyboard_Custom2 = 0x00007002,
|
|
Keyboard_Custom3 = 0x00007003,
|
|
Keyboard_Custom4 = 0x00007004,
|
|
Keyboard_Custom5 = 0x00007005,
|
|
Keyboard_Custom6 = 0x00007006,
|
|
Keyboard_Custom7 = 0x00007007,
|
|
Keyboard_Custom8 = 0x00007008,
|
|
Keyboard_Custom9 = 0x00007009,
|
|
Keyboard_Custom10 = 0x0000700A,
|
|
Keyboard_Custom11 = 0x0000700B,
|
|
Keyboard_Custom12 = 0x0000700C,
|
|
Keyboard_Custom13 = 0x0000700D,
|
|
Keyboard_Custom14 = 0x0000700E,
|
|
Keyboard_Custom15 = 0x0000700F,
|
|
Keyboard_Custom16 = 0x00007010,
|
|
Keyboard_Custom17 = 0x00007011,
|
|
Keyboard_Custom18 = 0x00007012,
|
|
Keyboard_Custom19 = 0x00007013,
|
|
Keyboard_Custom20 = 0x00007014,
|
|
Keyboard_Custom21 = 0x00007015,
|
|
Keyboard_Custom22 = 0x00007016,
|
|
Keyboard_Custom23 = 0x00007017,
|
|
Keyboard_Custom24 = 0x00007018,
|
|
Keyboard_Custom25 = 0x00007019,
|
|
Keyboard_Custom26 = 0x0000701A,
|
|
Keyboard_Custom27 = 0x0000701B,
|
|
Keyboard_Custom28 = 0x0000701C,
|
|
Keyboard_Custom29 = 0x0000701D,
|
|
Keyboard_Custom30 = 0x0000701E,
|
|
Keyboard_Custom31 = 0x0000701F,
|
|
Keyboard_Custom32 = 0x00007020,
|
|
|
|
Keyboard_Logo = 0x000FFFFF,
|
|
|
|
/*### Mouse ###*/
|
|
Mouse1 = 0x00100001,
|
|
Mouse2 = 0x00100002,
|
|
Mouse3 = 0x00100003,
|
|
Mouse4 = 0x00100004,
|
|
Mouse5 = 0x00100005,
|
|
Mouse6 = 0x00100006,
|
|
Mouse7 = 0x00100007,
|
|
Mouse8 = 0x00100008,
|
|
Mouse9 = 0x00100009,
|
|
Mouse10 = 0x0010000A,
|
|
Mouse11 = 0x0010000B,
|
|
Mouse12 = 0x0010000C,
|
|
Mouse13 = 0x0010000D,
|
|
Mouse14 = 0x0010000E,
|
|
Mouse15 = 0x0010000F,
|
|
Mouse16 = 0x00100010,
|
|
Mouse17 = 0x00100011,
|
|
Mouse18 = 0x00100012,
|
|
Mouse19 = 0x00100013,
|
|
Mouse20 = 0x00100014,
|
|
Mouse21 = 0x00100015,
|
|
Mouse22 = 0x00100016,
|
|
Mouse23 = 0x00100017,
|
|
Mouse24 = 0x00100018,
|
|
Mouse25 = 0x00100019,
|
|
Mouse26 = 0x0010001A,
|
|
Mouse27 = 0x0010001B,
|
|
Mouse28 = 0x0010001C,
|
|
Mouse29 = 0x0010001D,
|
|
Mouse30 = 0x0010001E,
|
|
Mouse31 = 0x0010001F,
|
|
Mouse32 = 0x00100020,
|
|
Mouse33 = 0x00100021,
|
|
Mouse34 = 0x00100022,
|
|
Mouse35 = 0x00100023,
|
|
Mouse36 = 0x00100024,
|
|
Mouse37 = 0x00100025,
|
|
Mouse38 = 0x00100026,
|
|
Mouse39 = 0x00100027,
|
|
Mouse40 = 0x00100028,
|
|
Mouse41 = 0x00100029,
|
|
Mouse42 = 0x0010002A,
|
|
Mouse43 = 0x0010002B,
|
|
Mouse44 = 0x0010002C,
|
|
Mouse45 = 0x0010002D,
|
|
Mouse46 = 0x0010002E,
|
|
Mouse47 = 0x0010002F,
|
|
Mouse48 = 0x00100030,
|
|
Mouse49 = 0x00100031,
|
|
Mouse50 = 0x00100032,
|
|
Mouse51 = 0x00100033,
|
|
Mouse52 = 0x00100034,
|
|
Mouse53 = 0x00100035,
|
|
Mouse54 = 0x00100036,
|
|
Mouse55 = 0x00100037,
|
|
Mouse56 = 0x00100038,
|
|
Mouse57 = 0x00100039,
|
|
Mouse58 = 0x0010003A,
|
|
Mouse59 = 0x0010003B,
|
|
Mouse60 = 0x0010003C,
|
|
Mouse61 = 0x0010003D,
|
|
Mouse62 = 0x0010003E,
|
|
Mouse63 = 0x0010003F,
|
|
Mouse64 = 0x00100040,
|
|
|
|
/*### Headset ###*/
|
|
Headset1 = 0x00200001,
|
|
Headset2 = 0x00200002,
|
|
Headset3 = 0x00200003,
|
|
Headset4 = 0x00200004,
|
|
Headset5 = 0x00200005,
|
|
Headset6 = 0x00200006,
|
|
Headset7 = 0x00200007,
|
|
Headset8 = 0x00200008,
|
|
Headset9 = 0x00200009,
|
|
Headset10 = 0x0020000A,
|
|
Headset11 = 0x0020000B,
|
|
Headset12 = 0x0020000C,
|
|
Headset13 = 0x0020000D,
|
|
Headset14 = 0x0020000E,
|
|
Headset15 = 0x0020000F,
|
|
Headset16 = 0x00200010,
|
|
Headset17 = 0x00200011,
|
|
Headset18 = 0x00200012,
|
|
Headset19 = 0x00200013,
|
|
Headset20 = 0x00200014,
|
|
Headset21 = 0x00200015,
|
|
Headset22 = 0x00200016,
|
|
Headset23 = 0x00200017,
|
|
Headset24 = 0x00200018,
|
|
Headset25 = 0x00200019,
|
|
Headset26 = 0x0020001A,
|
|
Headset27 = 0x0020001B,
|
|
Headset28 = 0x0020001C,
|
|
Headset29 = 0x0020001D,
|
|
Headset30 = 0x0020001E,
|
|
Headset31 = 0x0020001F,
|
|
Headset32 = 0x00200020,
|
|
Headset33 = 0x00200021,
|
|
Headset34 = 0x00200022,
|
|
Headset35 = 0x00200023,
|
|
Headset36 = 0x00200024,
|
|
Headset37 = 0x00200025,
|
|
Headset38 = 0x00200026,
|
|
Headset39 = 0x00200027,
|
|
Headset40 = 0x00200028,
|
|
Headset41 = 0x00200029,
|
|
Headset42 = 0x0020002A,
|
|
Headset43 = 0x0020002B,
|
|
Headset44 = 0x0020002C,
|
|
Headset45 = 0x0020002D,
|
|
Headset46 = 0x0020002E,
|
|
Headset47 = 0x0020002F,
|
|
Headset48 = 0x00200030,
|
|
Headset49 = 0x00200031,
|
|
Headset50 = 0x00200032,
|
|
Headset51 = 0x00200033,
|
|
Headset52 = 0x00200034,
|
|
Headset53 = 0x00200035,
|
|
Headset54 = 0x00200036,
|
|
Headset55 = 0x00200037,
|
|
Headset56 = 0x00200038,
|
|
Headset57 = 0x00200039,
|
|
Headset58 = 0x0020003A,
|
|
Headset59 = 0x0020003B,
|
|
Headset60 = 0x0020003C,
|
|
Headset61 = 0x0020003D,
|
|
Headset62 = 0x0020003E,
|
|
Headset63 = 0x0020003F,
|
|
Headset64 = 0x00200040,
|
|
|
|
/*### Mousepad ###*/
|
|
Mousepad1 = 0x00300001,
|
|
Mousepad2 = 0x00300002,
|
|
Mousepad3 = 0x00300003,
|
|
Mousepad4 = 0x00300004,
|
|
Mousepad5 = 0x00300005,
|
|
Mousepad6 = 0x00300006,
|
|
Mousepad7 = 0x00300007,
|
|
Mousepad8 = 0x00300008,
|
|
Mousepad9 = 0x00300009,
|
|
Mousepad10 = 0x0030000A,
|
|
Mousepad11 = 0x0030000B,
|
|
Mousepad12 = 0x0030000C,
|
|
Mousepad13 = 0x0030000D,
|
|
Mousepad14 = 0x0030000E,
|
|
Mousepad15 = 0x0030000F,
|
|
Mousepad16 = 0x00300010,
|
|
Mousepad17 = 0x00300011,
|
|
Mousepad18 = 0x00300012,
|
|
Mousepad19 = 0x00300013,
|
|
Mousepad20 = 0x00300014,
|
|
Mousepad21 = 0x00300015,
|
|
Mousepad22 = 0x00300016,
|
|
Mousepad23 = 0x00300017,
|
|
Mousepad24 = 0x00300018,
|
|
Mousepad25 = 0x00300019,
|
|
Mousepad26 = 0x0030001A,
|
|
Mousepad27 = 0x0030001B,
|
|
Mousepad28 = 0x0030001C,
|
|
Mousepad29 = 0x0030001D,
|
|
Mousepad30 = 0x0030001E,
|
|
Mousepad31 = 0x0030001F,
|
|
Mousepad32 = 0x00300020,
|
|
Mousepad33 = 0x00300021,
|
|
Mousepad34 = 0x00300022,
|
|
Mousepad35 = 0x00300023,
|
|
Mousepad36 = 0x00300024,
|
|
Mousepad37 = 0x00300025,
|
|
Mousepad38 = 0x00300026,
|
|
Mousepad39 = 0x00300027,
|
|
Mousepad40 = 0x00300028,
|
|
Mousepad41 = 0x00300029,
|
|
Mousepad42 = 0x0030002A,
|
|
Mousepad43 = 0x0030002B,
|
|
Mousepad44 = 0x0030002C,
|
|
Mousepad45 = 0x0030002D,
|
|
Mousepad46 = 0x0030002E,
|
|
Mousepad47 = 0x0030002F,
|
|
Mousepad48 = 0x00300030,
|
|
Mousepad49 = 0x00300031,
|
|
Mousepad50 = 0x00300032,
|
|
Mousepad51 = 0x00300033,
|
|
Mousepad52 = 0x00300034,
|
|
Mousepad53 = 0x00300035,
|
|
Mousepad54 = 0x00300036,
|
|
Mousepad55 = 0x00300037,
|
|
Mousepad56 = 0x00300038,
|
|
Mousepad57 = 0x00300039,
|
|
Mousepad58 = 0x0030003A,
|
|
Mousepad59 = 0x0030003B,
|
|
Mousepad60 = 0x0030003C,
|
|
Mousepad61 = 0x0030003D,
|
|
Mousepad62 = 0x0030003E,
|
|
Mousepad63 = 0x0030003F,
|
|
Mousepad64 = 0x00300040,
|
|
|
|
/*### LedStripe ###*/
|
|
LedStripe1 = 0x00400001,
|
|
LedStripe2 = 0x00400002,
|
|
LedStripe3 = 0x00400003,
|
|
LedStripe4 = 0x00400004,
|
|
LedStripe5 = 0x00400005,
|
|
LedStripe6 = 0x00400006,
|
|
LedStripe7 = 0x00400007,
|
|
LedStripe8 = 0x00400008,
|
|
LedStripe9 = 0x00400009,
|
|
LedStripe10 = 0x0040000A,
|
|
LedStripe11 = 0x0040000B,
|
|
LedStripe12 = 0x0040000C,
|
|
LedStripe13 = 0x0040000D,
|
|
LedStripe14 = 0x0040000E,
|
|
LedStripe15 = 0x0040000F,
|
|
LedStripe16 = 0x00400010,
|
|
LedStripe17 = 0x00400011,
|
|
LedStripe18 = 0x00400012,
|
|
LedStripe19 = 0x00400013,
|
|
LedStripe20 = 0x00400014,
|
|
LedStripe21 = 0x00400015,
|
|
LedStripe22 = 0x00400016,
|
|
LedStripe23 = 0x00400017,
|
|
LedStripe24 = 0x00400018,
|
|
LedStripe25 = 0x00400019,
|
|
LedStripe26 = 0x0040001A,
|
|
LedStripe27 = 0x0040001B,
|
|
LedStripe28 = 0x0040001C,
|
|
LedStripe29 = 0x0040001D,
|
|
LedStripe30 = 0x0040001E,
|
|
LedStripe31 = 0x0040001F,
|
|
LedStripe32 = 0x00400020,
|
|
LedStripe33 = 0x00400021,
|
|
LedStripe34 = 0x00400022,
|
|
LedStripe35 = 0x00400023,
|
|
LedStripe36 = 0x00400024,
|
|
LedStripe37 = 0x00400025,
|
|
LedStripe38 = 0x00400026,
|
|
LedStripe39 = 0x00400027,
|
|
LedStripe40 = 0x00400028,
|
|
LedStripe41 = 0x00400029,
|
|
LedStripe42 = 0x0040002A,
|
|
LedStripe43 = 0x0040002B,
|
|
LedStripe44 = 0x0040002C,
|
|
LedStripe45 = 0x0040002D,
|
|
LedStripe46 = 0x0040002E,
|
|
LedStripe47 = 0x0040002F,
|
|
LedStripe48 = 0x00400030,
|
|
LedStripe49 = 0x00400031,
|
|
LedStripe50 = 0x00400032,
|
|
LedStripe51 = 0x00400033,
|
|
LedStripe52 = 0x00400034,
|
|
LedStripe53 = 0x00400035,
|
|
LedStripe54 = 0x00400036,
|
|
LedStripe55 = 0x00400037,
|
|
LedStripe56 = 0x00400038,
|
|
LedStripe57 = 0x00400039,
|
|
LedStripe58 = 0x0040003A,
|
|
LedStripe59 = 0x0040003B,
|
|
LedStripe60 = 0x0040003C,
|
|
LedStripe61 = 0x0040003D,
|
|
LedStripe62 = 0x0040003E,
|
|
LedStripe63 = 0x0040003F,
|
|
LedStripe64 = 0x00400040,
|
|
LedStripe65 = 0x00400041,
|
|
LedStripe66 = 0x00400042,
|
|
LedStripe67 = 0x00400043,
|
|
LedStripe68 = 0x00400044,
|
|
LedStripe69 = 0x00400045,
|
|
LedStripe70 = 0x00400046,
|
|
LedStripe71 = 0x00400047,
|
|
LedStripe72 = 0x00400048,
|
|
LedStripe73 = 0x00400049,
|
|
LedStripe74 = 0x0040004A,
|
|
LedStripe75 = 0x0040004B,
|
|
LedStripe76 = 0x0040004C,
|
|
LedStripe77 = 0x0040004D,
|
|
LedStripe78 = 0x0040004E,
|
|
LedStripe79 = 0x0040004F,
|
|
LedStripe80 = 0x00400050,
|
|
LedStripe81 = 0x00400051,
|
|
LedStripe82 = 0x00400052,
|
|
LedStripe83 = 0x00400053,
|
|
LedStripe84 = 0x00400054,
|
|
LedStripe85 = 0x00400055,
|
|
LedStripe86 = 0x00400056,
|
|
LedStripe87 = 0x00400057,
|
|
LedStripe88 = 0x00400058,
|
|
LedStripe89 = 0x00400059,
|
|
LedStripe90 = 0x0040005A,
|
|
LedStripe91 = 0x0040005B,
|
|
LedStripe92 = 0x0040005C,
|
|
LedStripe93 = 0x0040005D,
|
|
LedStripe94 = 0x0040005E,
|
|
LedStripe95 = 0x0040005F,
|
|
LedStripe96 = 0x00400060,
|
|
LedStripe97 = 0x00400061,
|
|
LedStripe98 = 0x00400062,
|
|
LedStripe99 = 0x00400063,
|
|
LedStripe100 = 0x00400064,
|
|
LedStripe101 = 0x00400065,
|
|
LedStripe102 = 0x00400066,
|
|
LedStripe103 = 0x00400067,
|
|
LedStripe104 = 0x00400068,
|
|
LedStripe105 = 0x00400069,
|
|
LedStripe106 = 0x0040006A,
|
|
LedStripe107 = 0x0040006B,
|
|
LedStripe108 = 0x0040006C,
|
|
LedStripe109 = 0x0040006D,
|
|
LedStripe110 = 0x0040006E,
|
|
LedStripe111 = 0x0040006F,
|
|
LedStripe112 = 0x00400070,
|
|
LedStripe113 = 0x00400071,
|
|
LedStripe114 = 0x00400072,
|
|
LedStripe115 = 0x00400073,
|
|
LedStripe116 = 0x00400074,
|
|
LedStripe117 = 0x00400075,
|
|
LedStripe118 = 0x00400076,
|
|
LedStripe119 = 0x00400077,
|
|
LedStripe120 = 0x00400078,
|
|
LedStripe121 = 0x00400079,
|
|
LedStripe122 = 0x0040007A,
|
|
LedStripe123 = 0x0040007B,
|
|
LedStripe124 = 0x0040007C,
|
|
LedStripe125 = 0x0040007D,
|
|
LedStripe126 = 0x0040007E,
|
|
LedStripe127 = 0x0040007F,
|
|
LedStripe128 = 0x00400080,
|
|
|
|
/*### LedMatrix ###*/
|
|
LedMatrix1 = 0x00500001,
|
|
LedMatrix2 = 0x00500002,
|
|
LedMatrix3 = 0x00500003,
|
|
LedMatrix4 = 0x00500004,
|
|
LedMatrix5 = 0x00500005,
|
|
LedMatrix6 = 0x00500006,
|
|
LedMatrix7 = 0x00500007,
|
|
LedMatrix8 = 0x00500008,
|
|
LedMatrix9 = 0x00500009,
|
|
LedMatrix10 = 0x0050000A,
|
|
LedMatrix11 = 0x0050000B,
|
|
LedMatrix12 = 0x0050000C,
|
|
LedMatrix13 = 0x0050000D,
|
|
LedMatrix14 = 0x0050000E,
|
|
LedMatrix15 = 0x0050000F,
|
|
LedMatrix16 = 0x00500010,
|
|
LedMatrix17 = 0x00500011,
|
|
LedMatrix18 = 0x00500012,
|
|
LedMatrix19 = 0x00500013,
|
|
LedMatrix20 = 0x00500014,
|
|
LedMatrix21 = 0x00500015,
|
|
LedMatrix22 = 0x00500016,
|
|
LedMatrix23 = 0x00500017,
|
|
LedMatrix24 = 0x00500018,
|
|
LedMatrix25 = 0x00500019,
|
|
LedMatrix26 = 0x0050001A,
|
|
LedMatrix27 = 0x0050001B,
|
|
LedMatrix28 = 0x0050001C,
|
|
LedMatrix29 = 0x0050001D,
|
|
LedMatrix30 = 0x0050001E,
|
|
LedMatrix31 = 0x0050001F,
|
|
LedMatrix32 = 0x00500020,
|
|
LedMatrix33 = 0x00500021,
|
|
LedMatrix34 = 0x00500022,
|
|
LedMatrix35 = 0x00500023,
|
|
LedMatrix36 = 0x00500024,
|
|
LedMatrix37 = 0x00500025,
|
|
LedMatrix38 = 0x00500026,
|
|
LedMatrix39 = 0x00500027,
|
|
LedMatrix40 = 0x00500028,
|
|
LedMatrix41 = 0x00500029,
|
|
LedMatrix42 = 0x0050002A,
|
|
LedMatrix43 = 0x0050002B,
|
|
LedMatrix44 = 0x0050002C,
|
|
LedMatrix45 = 0x0050002D,
|
|
LedMatrix46 = 0x0050002E,
|
|
LedMatrix47 = 0x0050002F,
|
|
LedMatrix48 = 0x00500030,
|
|
LedMatrix49 = 0x00500031,
|
|
LedMatrix50 = 0x00500032,
|
|
LedMatrix51 = 0x00500033,
|
|
LedMatrix52 = 0x00500034,
|
|
LedMatrix53 = 0x00500035,
|
|
LedMatrix54 = 0x00500036,
|
|
LedMatrix55 = 0x00500037,
|
|
LedMatrix56 = 0x00500038,
|
|
LedMatrix57 = 0x00500039,
|
|
LedMatrix58 = 0x0050003A,
|
|
LedMatrix59 = 0x0050003B,
|
|
LedMatrix60 = 0x0050003C,
|
|
LedMatrix61 = 0x0050003D,
|
|
LedMatrix62 = 0x0050003E,
|
|
LedMatrix63 = 0x0050003F,
|
|
LedMatrix64 = 0x00500040,
|
|
LedMatrix665 = 0x00500041,
|
|
LedMatrix666 = 0x00500042,
|
|
LedMatrix667 = 0x00500043,
|
|
LedMatrix668 = 0x00500044,
|
|
LedMatrix669 = 0x00500045,
|
|
LedMatrix670 = 0x00500046,
|
|
LedMatrix671 = 0x00500047,
|
|
LedMatrix672 = 0x00500048,
|
|
LedMatrix673 = 0x00500049,
|
|
LedMatrix674 = 0x0050004A,
|
|
LedMatrix675 = 0x0050004B,
|
|
LedMatrix676 = 0x0050004C,
|
|
LedMatrix677 = 0x0050004D,
|
|
LedMatrix678 = 0x0050004E,
|
|
LedMatrix679 = 0x0050004F,
|
|
LedMatrix680 = 0x00500050,
|
|
LedMatrix681 = 0x00500051,
|
|
LedMatrix682 = 0x00500052,
|
|
LedMatrix683 = 0x00500053,
|
|
LedMatrix684 = 0x00500054,
|
|
LedMatrix685 = 0x00500055,
|
|
LedMatrix686 = 0x00500056,
|
|
LedMatrix687 = 0x00500057,
|
|
LedMatrix688 = 0x00500058,
|
|
LedMatrix689 = 0x00500059,
|
|
LedMatrix690 = 0x0050005A,
|
|
LedMatrix691 = 0x0050005B,
|
|
LedMatrix692 = 0x0050005C,
|
|
LedMatrix693 = 0x0050005D,
|
|
LedMatrix694 = 0x0050005E,
|
|
LedMatrix695 = 0x0050005F,
|
|
LedMatrix696 = 0x00500060,
|
|
LedMatrix697 = 0x00500061,
|
|
LedMatrix698 = 0x00500062,
|
|
LedMatrix699 = 0x00500063,
|
|
LedMatrix6100 = 0x00500064,
|
|
LedMatrix6101 = 0x00500065,
|
|
LedMatrix6102 = 0x00500066,
|
|
LedMatrix6103 = 0x00500067,
|
|
LedMatrix6104 = 0x00500068,
|
|
LedMatrix6105 = 0x00500069,
|
|
LedMatrix6106 = 0x0050006A,
|
|
LedMatrix6107 = 0x0050006B,
|
|
LedMatrix6108 = 0x0050006C,
|
|
LedMatrix6109 = 0x0050006D,
|
|
LedMatrix6110 = 0x0050006E,
|
|
LedMatrix6111 = 0x0050006F,
|
|
LedMatrix6112 = 0x00500070,
|
|
LedMatrix6113 = 0x00500071,
|
|
LedMatrix6114 = 0x00500072,
|
|
LedMatrix6115 = 0x00500073,
|
|
LedMatrix6116 = 0x00500074,
|
|
LedMatrix6117 = 0x00500075,
|
|
LedMatrix6118 = 0x00500076,
|
|
LedMatrix6119 = 0x00500077,
|
|
LedMatrix6120 = 0x00500078,
|
|
LedMatrix6121 = 0x00500079,
|
|
LedMatrix6122 = 0x0050007A,
|
|
LedMatrix6123 = 0x0050007B,
|
|
LedMatrix6124 = 0x0050007C,
|
|
LedMatrix6125 = 0x0050007D,
|
|
LedMatrix6126 = 0x0050007E,
|
|
LedMatrix6127 = 0x0050007F,
|
|
LedMatrix6128 = 0x00500080,
|
|
|
|
/*### Mainboard ###*/
|
|
Mainboard1 = 0x00600001,
|
|
Mainboard2 = 0x00600002,
|
|
Mainboard3 = 0x00600003,
|
|
Mainboard4 = 0x00600004,
|
|
Mainboard5 = 0x00600005,
|
|
Mainboard6 = 0x00600006,
|
|
Mainboard7 = 0x00600007,
|
|
Mainboard8 = 0x00600008,
|
|
Mainboard9 = 0x00600009,
|
|
Mainboard10 = 0x0060000A,
|
|
Mainboard11 = 0x0060000B,
|
|
Mainboard12 = 0x0060000C,
|
|
Mainboard13 = 0x0060000D,
|
|
Mainboard14 = 0x0060000E,
|
|
Mainboard15 = 0x0060000F,
|
|
Mainboard16 = 0x00600010,
|
|
Mainboard17 = 0x00600011,
|
|
Mainboard18 = 0x00600012,
|
|
Mainboard19 = 0x00600013,
|
|
Mainboard20 = 0x00600014,
|
|
Mainboard21 = 0x00600015,
|
|
Mainboard22 = 0x00600016,
|
|
Mainboard23 = 0x00600017,
|
|
Mainboard24 = 0x00600018,
|
|
Mainboard25 = 0x00600019,
|
|
Mainboard26 = 0x0060001A,
|
|
Mainboard27 = 0x0060001B,
|
|
Mainboard28 = 0x0060001C,
|
|
Mainboard29 = 0x0060001D,
|
|
Mainboard30 = 0x0060001E,
|
|
Mainboard31 = 0x0060001F,
|
|
Mainboard32 = 0x00600020,
|
|
Mainboard33 = 0x00600021,
|
|
Mainboard34 = 0x00600022,
|
|
Mainboard35 = 0x00600023,
|
|
Mainboard36 = 0x00600024,
|
|
Mainboard37 = 0x00600025,
|
|
Mainboard38 = 0x00600026,
|
|
Mainboard39 = 0x00600027,
|
|
Mainboard40 = 0x00600028,
|
|
Mainboard41 = 0x00600029,
|
|
Mainboard42 = 0x0060002A,
|
|
Mainboard43 = 0x0060002B,
|
|
Mainboard44 = 0x0060002C,
|
|
Mainboard45 = 0x0060002D,
|
|
Mainboard46 = 0x0060002E,
|
|
Mainboard47 = 0x0060002F,
|
|
Mainboard48 = 0x00600030,
|
|
Mainboard49 = 0x00600031,
|
|
Mainboard50 = 0x00600032,
|
|
Mainboard51 = 0x00600033,
|
|
Mainboard52 = 0x00600034,
|
|
Mainboard53 = 0x00600035,
|
|
Mainboard54 = 0x00600036,
|
|
Mainboard55 = 0x00600037,
|
|
Mainboard56 = 0x00600038,
|
|
Mainboard57 = 0x00600039,
|
|
Mainboard58 = 0x0060003A,
|
|
Mainboard59 = 0x0060003B,
|
|
Mainboard60 = 0x0060003C,
|
|
Mainboard61 = 0x0060003D,
|
|
Mainboard62 = 0x0060003E,
|
|
Mainboard63 = 0x0060003F,
|
|
Mainboard64 = 0x00600040,
|
|
|
|
/*### GraphicsCard ###*/
|
|
GraphicsCard1 = 0x00700001,
|
|
GraphicsCard2 = 0x00700002,
|
|
GraphicsCard3 = 0x00700003,
|
|
GraphicsCard4 = 0x00700004,
|
|
GraphicsCard5 = 0x00700005,
|
|
GraphicsCard6 = 0x00700006,
|
|
GraphicsCard7 = 0x00700007,
|
|
GraphicsCard8 = 0x00700008,
|
|
GraphicsCard9 = 0x00700009,
|
|
GraphicsCard10 = 0x0070000A,
|
|
GraphicsCard11 = 0x0070000B,
|
|
GraphicsCard12 = 0x0070000C,
|
|
GraphicsCard13 = 0x0070000D,
|
|
GraphicsCard14 = 0x0070000E,
|
|
GraphicsCard15 = 0x0070000F,
|
|
GraphicsCard16 = 0x00700010,
|
|
GraphicsCard17 = 0x00700011,
|
|
GraphicsCard18 = 0x00700012,
|
|
GraphicsCard19 = 0x00700013,
|
|
GraphicsCard20 = 0x00700014,
|
|
GraphicsCard21 = 0x00700015,
|
|
GraphicsCard22 = 0x00700016,
|
|
GraphicsCard23 = 0x00700017,
|
|
GraphicsCard24 = 0x00700018,
|
|
GraphicsCard25 = 0x00700019,
|
|
GraphicsCard26 = 0x0070001A,
|
|
GraphicsCard27 = 0x0070001B,
|
|
GraphicsCard28 = 0x0070001C,
|
|
GraphicsCard29 = 0x0070001D,
|
|
GraphicsCard30 = 0x0070001E,
|
|
GraphicsCard31 = 0x0070001F,
|
|
GraphicsCard32 = 0x00700020,
|
|
GraphicsCard33 = 0x00700021,
|
|
GraphicsCard34 = 0x00700022,
|
|
GraphicsCard35 = 0x00700023,
|
|
GraphicsCard36 = 0x00700024,
|
|
GraphicsCard37 = 0x00700025,
|
|
GraphicsCard38 = 0x00700026,
|
|
GraphicsCard39 = 0x00700027,
|
|
GraphicsCard40 = 0x00700028,
|
|
GraphicsCard41 = 0x00700029,
|
|
GraphicsCard42 = 0x0070002A,
|
|
GraphicsCard43 = 0x0070002B,
|
|
GraphicsCard44 = 0x0070002C,
|
|
GraphicsCard45 = 0x0070002D,
|
|
GraphicsCard46 = 0x0070002E,
|
|
GraphicsCard47 = 0x0070002F,
|
|
GraphicsCard48 = 0x00700030,
|
|
GraphicsCard49 = 0x00700031,
|
|
GraphicsCard50 = 0x00700032,
|
|
GraphicsCard51 = 0x00700033,
|
|
GraphicsCard52 = 0x00700034,
|
|
GraphicsCard53 = 0x00700035,
|
|
GraphicsCard54 = 0x00700036,
|
|
GraphicsCard55 = 0x00700037,
|
|
GraphicsCard56 = 0x00700038,
|
|
GraphicsCard57 = 0x00700039,
|
|
GraphicsCard58 = 0x0070003A,
|
|
GraphicsCard59 = 0x0070003B,
|
|
GraphicsCard60 = 0x0070003C,
|
|
GraphicsCard61 = 0x0070003D,
|
|
GraphicsCard62 = 0x0070003E,
|
|
GraphicsCard63 = 0x0070003F,
|
|
GraphicsCard64 = 0x00700040,
|
|
|
|
/*### DRAM ###*/
|
|
DRAM1 = 0x00800001,
|
|
DRAM2 = 0x00800002,
|
|
DRAM3 = 0x00800003,
|
|
DRAM4 = 0x00800004,
|
|
DRAM5 = 0x00800005,
|
|
DRAM6 = 0x00800006,
|
|
DRAM7 = 0x00800007,
|
|
DRAM8 = 0x00800008,
|
|
DRAM9 = 0x00800009,
|
|
DRAM10 = 0x0080000A,
|
|
DRAM11 = 0x0080000B,
|
|
DRAM12 = 0x0080000C,
|
|
DRAM13 = 0x0080000D,
|
|
DRAM14 = 0x0080000E,
|
|
DRAM15 = 0x0080000F,
|
|
DRAM16 = 0x00800010,
|
|
DRAM17 = 0x00800011,
|
|
DRAM18 = 0x00800012,
|
|
DRAM19 = 0x00800013,
|
|
DRAM20 = 0x00800014,
|
|
DRAM21 = 0x00800015,
|
|
DRAM22 = 0x00800016,
|
|
DRAM23 = 0x00800017,
|
|
DRAM24 = 0x00800018,
|
|
DRAM25 = 0x00800019,
|
|
DRAM26 = 0x0080001A,
|
|
DRAM27 = 0x0080001B,
|
|
DRAM28 = 0x0080001C,
|
|
DRAM29 = 0x0080001D,
|
|
DRAM30 = 0x0080001E,
|
|
DRAM31 = 0x0080001F,
|
|
DRAM32 = 0x00800020,
|
|
DRAM33 = 0x00800021,
|
|
DRAM34 = 0x00800022,
|
|
DRAM35 = 0x00800023,
|
|
DRAM36 = 0x00800024,
|
|
DRAM37 = 0x00800025,
|
|
DRAM38 = 0x00800026,
|
|
DRAM39 = 0x00800027,
|
|
DRAM40 = 0x00800028,
|
|
DRAM41 = 0x00800029,
|
|
DRAM42 = 0x0080002A,
|
|
DRAM43 = 0x0080002B,
|
|
DRAM44 = 0x0080002C,
|
|
DRAM45 = 0x0080002D,
|
|
DRAM46 = 0x0080002E,
|
|
DRAM47 = 0x0080002F,
|
|
DRAM48 = 0x00800030,
|
|
DRAM49 = 0x00800031,
|
|
DRAM50 = 0x00800032,
|
|
DRAM51 = 0x00800033,
|
|
DRAM52 = 0x00800034,
|
|
DRAM53 = 0x00800035,
|
|
DRAM54 = 0x00800036,
|
|
DRAM55 = 0x00800037,
|
|
DRAM56 = 0x00800038,
|
|
DRAM57 = 0x00800039,
|
|
DRAM58 = 0x0080003A,
|
|
DRAM59 = 0x0080003B,
|
|
DRAM60 = 0x0080003C,
|
|
DRAM61 = 0x0080003D,
|
|
DRAM62 = 0x0080003E,
|
|
DRAM63 = 0x0080003F,
|
|
DRAM64 = 0x00800040,
|
|
|
|
/*### HeadsetStand ###*/
|
|
HeadsetStand1 = 0x00900001,
|
|
HeadsetStand2 = 0x00900002,
|
|
HeadsetStand3 = 0x00900003,
|
|
HeadsetStand4 = 0x00900004,
|
|
HeadsetStand5 = 0x00900005,
|
|
HeadsetStand6 = 0x00900006,
|
|
HeadsetStand7 = 0x00900007,
|
|
HeadsetStand8 = 0x00900008,
|
|
HeadsetStand9 = 0x00900009,
|
|
HeadsetStand10 = 0x0090000A,
|
|
HeadsetStand11 = 0x0090000B,
|
|
HeadsetStand12 = 0x0090000C,
|
|
HeadsetStand13 = 0x0090000D,
|
|
HeadsetStand14 = 0x0090000E,
|
|
HeadsetStand15 = 0x0090000F,
|
|
HeadsetStand16 = 0x00900010,
|
|
HeadsetStand17 = 0x00900011,
|
|
HeadsetStand18 = 0x00900012,
|
|
HeadsetStand19 = 0x00900013,
|
|
HeadsetStand20 = 0x00900014,
|
|
HeadsetStand21 = 0x00900015,
|
|
HeadsetStand22 = 0x00900016,
|
|
HeadsetStand23 = 0x00900017,
|
|
HeadsetStand24 = 0x00900018,
|
|
HeadsetStand25 = 0x00900019,
|
|
HeadsetStand26 = 0x0090001A,
|
|
HeadsetStand27 = 0x0090001B,
|
|
HeadsetStand28 = 0x0090001C,
|
|
HeadsetStand29 = 0x0090001D,
|
|
HeadsetStand30 = 0x0090001E,
|
|
HeadsetStand31 = 0x0090001F,
|
|
HeadsetStand32 = 0x00900020,
|
|
HeadsetStand33 = 0x00900021,
|
|
HeadsetStand34 = 0x00900022,
|
|
HeadsetStand35 = 0x00900023,
|
|
HeadsetStand36 = 0x00900024,
|
|
HeadsetStand37 = 0x00900025,
|
|
HeadsetStand38 = 0x00900026,
|
|
HeadsetStand39 = 0x00900027,
|
|
HeadsetStand40 = 0x00900028,
|
|
HeadsetStand41 = 0x00900029,
|
|
HeadsetStand42 = 0x0090002A,
|
|
HeadsetStand43 = 0x0090002B,
|
|
HeadsetStand44 = 0x0090002C,
|
|
HeadsetStand45 = 0x0090002D,
|
|
HeadsetStand46 = 0x0090002E,
|
|
HeadsetStand47 = 0x0090002F,
|
|
HeadsetStand48 = 0x00900030,
|
|
HeadsetStand49 = 0x00900031,
|
|
HeadsetStand50 = 0x00900032,
|
|
HeadsetStand51 = 0x00900033,
|
|
HeadsetStand52 = 0x00900034,
|
|
HeadsetStand53 = 0x00900035,
|
|
HeadsetStand54 = 0x00900036,
|
|
HeadsetStand55 = 0x00900037,
|
|
HeadsetStand56 = 0x00900038,
|
|
HeadsetStand57 = 0x00900039,
|
|
HeadsetStand58 = 0x0090003A,
|
|
HeadsetStand59 = 0x0090003B,
|
|
HeadsetStand60 = 0x0090003C,
|
|
HeadsetStand61 = 0x0090003D,
|
|
HeadsetStand62 = 0x0090003E,
|
|
HeadsetStand63 = 0x0090003F,
|
|
HeadsetStand64 = 0x00900040,
|
|
|
|
/*### Keypad ###*/
|
|
Keypad1 = 0x00A00001,
|
|
Keypad2 = 0x00A00002,
|
|
Keypad3 = 0x00A00003,
|
|
Keypad4 = 0x00A00004,
|
|
Keypad5 = 0x00A00005,
|
|
Keypad6 = 0x00A00006,
|
|
Keypad7 = 0x00A00007,
|
|
Keypad8 = 0x00A00008,
|
|
Keypad9 = 0x00A00009,
|
|
Keypad10 = 0x00A0000A,
|
|
Keypad11 = 0x00A0000B,
|
|
Keypad12 = 0x00A0000C,
|
|
Keypad13 = 0x00A0000D,
|
|
Keypad14 = 0x00A0000E,
|
|
Keypad15 = 0x00A0000F,
|
|
Keypad16 = 0x00A00010,
|
|
Keypad17 = 0x00A00011,
|
|
Keypad18 = 0x00A00012,
|
|
Keypad19 = 0x00A00013,
|
|
Keypad20 = 0x00A00014,
|
|
Keypad21 = 0x00A00015,
|
|
Keypad22 = 0x00A00016,
|
|
Keypad23 = 0x00A00017,
|
|
Keypad24 = 0x00A00018,
|
|
Keypad25 = 0x00A00019,
|
|
Keypad26 = 0x00A0001A,
|
|
Keypad27 = 0x00A0001B,
|
|
Keypad28 = 0x00A0001C,
|
|
Keypad29 = 0x00A0001D,
|
|
Keypad30 = 0x00A0001E,
|
|
Keypad31 = 0x00A0001F,
|
|
Keypad32 = 0x00A00020,
|
|
Keypad33 = 0x00A00021,
|
|
Keypad34 = 0x00A00022,
|
|
Keypad35 = 0x00A00023,
|
|
Keypad36 = 0x00A00024,
|
|
Keypad37 = 0x00A00025,
|
|
Keypad38 = 0x00A00026,
|
|
Keypad39 = 0x00A00027,
|
|
Keypad40 = 0x00A00028,
|
|
Keypad41 = 0x00A00029,
|
|
Keypad42 = 0x00A0002A,
|
|
Keypad43 = 0x00A0002B,
|
|
Keypad44 = 0x00A0002C,
|
|
Keypad45 = 0x00A0002D,
|
|
Keypad46 = 0x00A0002E,
|
|
Keypad47 = 0x00A0002F,
|
|
Keypad48 = 0x00A00030,
|
|
Keypad49 = 0x00A00031,
|
|
Keypad50 = 0x00A00032,
|
|
Keypad51 = 0x00A00033,
|
|
Keypad52 = 0x00A00034,
|
|
Keypad53 = 0x00A00035,
|
|
Keypad54 = 0x00A00036,
|
|
Keypad55 = 0x00A00037,
|
|
Keypad56 = 0x00A00038,
|
|
Keypad57 = 0x00A00039,
|
|
Keypad58 = 0x00A0003A,
|
|
Keypad59 = 0x00A0003B,
|
|
Keypad60 = 0x00A0003C,
|
|
Keypad61 = 0x00A0003D,
|
|
Keypad62 = 0x00A0003E,
|
|
Keypad63 = 0x00A0003F,
|
|
Keypad64 = 0x00A00040,
|
|
|
|
/*### Custom ###*/
|
|
Custom1 = 0x0FF00001,
|
|
Custom2 = 0x0FF00002,
|
|
Custom3 = 0x0FF00003,
|
|
Custom4 = 0x0FF00004,
|
|
Custom5 = 0x0FF00005,
|
|
Custom6 = 0x0FF00006,
|
|
Custom7 = 0x0FF00007,
|
|
Custom8 = 0x0FF00008,
|
|
Custom9 = 0x0FF00009,
|
|
Custom10 = 0x0FF0000A,
|
|
Custom11 = 0x0FF0000B,
|
|
Custom12 = 0x0FF0000C,
|
|
Custom13 = 0x0FF0000D,
|
|
Custom14 = 0x0FF0000E,
|
|
Custom15 = 0x0FF0000F,
|
|
Custom16 = 0x0FF00010,
|
|
Custom17 = 0x0FF00011,
|
|
Custom18 = 0x0FF00012,
|
|
Custom19 = 0x0FF00013,
|
|
Custom20 = 0x0FF00014,
|
|
Custom21 = 0x0FF00015,
|
|
Custom22 = 0x0FF00016,
|
|
Custom23 = 0x0FF00017,
|
|
Custom24 = 0x0FF00018,
|
|
Custom25 = 0x0FF00019,
|
|
Custom26 = 0x0FF0001A,
|
|
Custom27 = 0x0FF0001B,
|
|
Custom28 = 0x0FF0001C,
|
|
Custom29 = 0x0FF0001D,
|
|
Custom30 = 0x0FF0001E,
|
|
Custom31 = 0x0FF0001F,
|
|
Custom32 = 0x0FF00020,
|
|
Custom33 = 0x0FF00021,
|
|
Custom34 = 0x0FF00022,
|
|
Custom35 = 0x0FF00023,
|
|
Custom36 = 0x0FF00024,
|
|
Custom37 = 0x0FF00025,
|
|
Custom38 = 0x0FF00026,
|
|
Custom39 = 0x0FF00027,
|
|
Custom40 = 0x0FF00028,
|
|
Custom41 = 0x0FF00029,
|
|
Custom42 = 0x0FF0002A,
|
|
Custom43 = 0x0FF0002B,
|
|
Custom44 = 0x0FF0002C,
|
|
Custom45 = 0x0FF0002D,
|
|
Custom46 = 0x0FF0002E,
|
|
Custom47 = 0x0FF0002F,
|
|
Custom48 = 0x0FF00030,
|
|
Custom49 = 0x0FF00031,
|
|
Custom50 = 0x0FF00032,
|
|
Custom51 = 0x0FF00033,
|
|
Custom52 = 0x0FF00034,
|
|
Custom53 = 0x0FF00035,
|
|
Custom54 = 0x0FF00036,
|
|
Custom55 = 0x0FF00037,
|
|
Custom56 = 0x0FF00038,
|
|
Custom57 = 0x0FF00039,
|
|
Custom58 = 0x0FF0003A,
|
|
Custom59 = 0x0FF0003B,
|
|
Custom60 = 0x0FF0003C,
|
|
Custom61 = 0x0FF0003D,
|
|
Custom62 = 0x0FF0003E,
|
|
Custom63 = 0x0FF0003F,
|
|
Custom64 = 0x0FF00040,
|
|
Custom65 = 0x0FF00041,
|
|
Custom66 = 0x0FF00042,
|
|
Custom67 = 0x0FF00043,
|
|
Custom68 = 0x0FF00044,
|
|
Custom69 = 0x0FF00045,
|
|
Custom70 = 0x0FF00046,
|
|
Custom71 = 0x0FF00047,
|
|
Custom72 = 0x0FF00048,
|
|
Custom73 = 0x0FF00049,
|
|
Custom74 = 0x0FF0004A,
|
|
Custom75 = 0x0FF0004B,
|
|
Custom76 = 0x0FF0004C,
|
|
Custom77 = 0x0FF0004D,
|
|
Custom78 = 0x0FF0004E,
|
|
Custom79 = 0x0FF0004F,
|
|
Custom80 = 0x0FF00050,
|
|
Custom81 = 0x0FF00051,
|
|
Custom82 = 0x0FF00052,
|
|
Custom83 = 0x0FF00053,
|
|
Custom84 = 0x0FF00054,
|
|
Custom85 = 0x0FF00055,
|
|
Custom86 = 0x0FF00056,
|
|
Custom87 = 0x0FF00057,
|
|
Custom88 = 0x0FF00058,
|
|
Custom89 = 0x0FF00059,
|
|
Custom90 = 0x0FF0005A,
|
|
Custom91 = 0x0FF0005B,
|
|
Custom92 = 0x0FF0005C,
|
|
Custom93 = 0x0FF0005D,
|
|
Custom94 = 0x0FF0005E,
|
|
Custom95 = 0x0FF0005F,
|
|
Custom96 = 0x0FF00060,
|
|
Custom97 = 0x0FF00061,
|
|
Custom98 = 0x0FF00062,
|
|
Custom99 = 0x0FF00063,
|
|
Custom100 = 0x0FF00064,
|
|
Custom101 = 0x0FF00065,
|
|
Custom102 = 0x0FF00066,
|
|
Custom103 = 0x0FF00067,
|
|
Custom104 = 0x0FF00068,
|
|
Custom105 = 0x0FF00069,
|
|
Custom106 = 0x0FF0006A,
|
|
Custom107 = 0x0FF0006B,
|
|
Custom108 = 0x0FF0006C,
|
|
Custom109 = 0x0FF0006D,
|
|
Custom110 = 0x0FF0006E,
|
|
Custom111 = 0x0FF0006F,
|
|
Custom112 = 0x0FF00070,
|
|
Custom113 = 0x0FF00071,
|
|
Custom114 = 0x0FF00072,
|
|
Custom115 = 0x0FF00073,
|
|
Custom116 = 0x0FF00074,
|
|
Custom117 = 0x0FF00075,
|
|
Custom118 = 0x0FF00076,
|
|
Custom119 = 0x0FF00077,
|
|
Custom120 = 0x0FF00078,
|
|
Custom121 = 0x0FF00079,
|
|
Custom122 = 0x0FF0007A,
|
|
Custom123 = 0x0FF0007B,
|
|
Custom124 = 0x0FF0007C,
|
|
Custom125 = 0x0FF0007D,
|
|
Custom126 = 0x0FF0007E,
|
|
Custom127 = 0x0FF0007F,
|
|
Custom128 = 0x0FF00080,
|
|
}
|
|
}
|