Fix layout regression for KEY_EN_ESCAPE and KEY_JP_EJ

This commit is contained in:
homelab black
2026-07-21 22:44:15 +09:00
parent bd41ba3b5c
commit 31992acad1

View File

@@ -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 },