From 56920685ee3e5c36f242079bd9bedab3c2cf23ac Mon Sep 17 00:00:00 2001
From: kmondra1 <kmondra1@gmail.com>
Date: Sun, 19 Nov 2023 12:05:21 -0500
Subject: [PATCH] Update KeychronKeyboardControllerDetect.cpp

---
 .../KeychronKeyboardControllerDetect.cpp                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Controllers/KeychronKeyboardController/KeychronKeyboardControllerDetect.cpp b/Controllers/KeychronKeyboardController/KeychronKeyboardControllerDetect.cpp
index 6f561d7f8..30b10f40f 100644
--- a/Controllers/KeychronKeyboardController/KeychronKeyboardControllerDetect.cpp
+++ b/Controllers/KeychronKeyboardController/KeychronKeyboardControllerDetect.cpp
@@ -6,12 +6,12 @@
 /*---------------------------------------------------------*\
 | KeychronKeyboard vendor ID                                |
 \*---------------------------------------------------------*/
-#define KEYCHRON_KEYBOARD_VID                          0x05AC
+#define KEYCHRON_KEYBOARD_VID                          0x3434
 
 /*---------------------------------------------------------*\
 | Product ID                                                |
 \*---------------------------------------------------------*/
-#define KEYCHRON_K3_V2_OPTICAL_RGB_PID                 0x024F
+#define KEYCHRON_K3_V2_OPTICAL_RGB_PID                 0x0163
 
 void DetectKeychronKeyboardControllers(hid_device_info* info, const std::string& name)
 {