Skip to content

Commit fcb0363

Browse files
carlosjordaoCalcProgrammer1
authored andcommitted
Change leds index - fixes bug #5203
1 parent 463b827 commit fcb0363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Controllers/HyperXKeyboardController/HyperXAlloyOriginsCoreController/RGBController_HyperXAlloyOriginsCore.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ std::vector<unsigned int> hyperx_core_default_values
5050
8, 9, 10, 11, 12, 13, 14, 15, 16, 56, 57, 58, 59, 60, 61, 62, 63,
5151
17, 18, 19, 20, 21, 22, 23, 24, 64, 65, 66, 67, 68, 69, 70, 71, 72,
5252
25, 26, 27, 28, 29, 30, 31, 32, 73, 74, 75, 76, 77, 78,
53-
33, 34, 35, 36, 37, 38, 39, 40, 79, 80, 81, 83, 84, 85,
53+
33, 34, 35, 36, 37, 38, 39, 40, 79, 80, 81, 82, 84, 85,
5454
41, 42, 43, 45, 86, 87, 88, 89, 90, 91, 92,
5555
};
5656

@@ -75,6 +75,7 @@ std::map<KEYBOARD_LAYOUT, key_set> regional_overlay_abnt2
7575
| Zone, Row, Column, Value, Key, Alternate Name, OpCode, |
7676
\*-------------------------------------------------------------------------------------------------------------------------------------*/
7777
{ 0, 4, 11, 82, KEY_EN_SEMICOLON, KEY_EN_UNUSED, KEYBOARD_OPCODE_SWAP_ONLY, },
78+
{ 0, 4, 12, 83, KEY_EN_FORWARD_SLASH, KEY_EN_UNUSED, KEYBOARD_OPCODE_SWAP_ONLY, },
7879
},
7980
}
8081
};

0 commit comments

Comments
 (0)