From 724fce70514370b86ce7d4363ca481e955b2f518 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 16 Jun 2021 11:40:58 +0900 Subject: [PATCH] fix bug with keyboard layout where HOME, END, PGUP, and PGDN keys were in the wrong position --- .../RGBController_HyperXAlloyOriginsCore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/HyperXKeyboardController/RGBController_HyperXAlloyOriginsCore.cpp b/Controllers/HyperXKeyboardController/RGBController_HyperXAlloyOriginsCore.cpp index 5322bb0b..5fd509e6 100644 --- a/Controllers/HyperXKeyboardController/RGBController_HyperXAlloyOriginsCore.cpp +++ b/Controllers/HyperXKeyboardController/RGBController_HyperXAlloyOriginsCore.cpp @@ -108,8 +108,8 @@ static const char *led_names[] = "Key: =", "Key: Backspace", "Key: Insert", - "Key: Page Up", "Key: Home", + "Key: Page Up", "Key: I", @@ -119,8 +119,8 @@ static const char *led_names[] = "Key: ]", "Key: \\ (ANSI)", "Key: Delete", - "Key: Page Down", "Key: End", + "Key: Page Down", "Key: K",