mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-29 14:36:06 -04:00
Fix layout regression for KEY_EN_ESCAPE and KEY_JP_EJ
This commit is contained in:
@@ -1045,8 +1045,8 @@ static std::map<int, layout_info> RoccatVulcanIIMaxLayouts =
|
||||
6,
|
||||
24,
|
||||
{
|
||||
{ KEY_EN_ESCAPE, 0x03 },
|
||||
{ KEY_JP_EJ, 0x02 },
|
||||
{ KEY_EN_ESCAPE, 0x02 },
|
||||
{ KEY_JP_EJ, 0x03 },
|
||||
{ KEY_EN_TAB, 0x04 },
|
||||
{ KEY_EN_CAPS_LOCK, 0x05 },
|
||||
{ KEY_EN_LEFT_SHIFT, 0x00 },
|
||||
|
||||
Reference in New Issue
Block a user