From ea9ca117fd616bb2c4115941edd8becb89c0ce8f Mon Sep 17 00:00:00 2001
From: Mike Killewald <mkillewald@yahoo.com>
Date: Wed, 12 Apr 2023 06:10:50 -0400
Subject: [PATCH] fixing bug that caused KC_DEL and KC_MUTE (encoder press) to
 be swapped (#20420)

---
 keyboards/keychron/q1/ansi_encoder/info.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/keyboards/keychron/q1/ansi_encoder/info.json b/keyboards/keychron/q1/ansi_encoder/info.json
index 2391e674ad0d..1dcefeb7f4db 100644
--- a/keyboards/keychron/q1/ansi_encoder/info.json
+++ b/keyboards/keychron/q1/ansi_encoder/info.json
@@ -31,8 +31,8 @@
                 {"matrix":[0,11], "x":10.75, "y":0},
                 {"matrix":[0,12], "x":11.75, "y":0},
                 {"matrix":[0,13], "x":12.75, "y":0},
-                {"matrix":[0,14], "x":14, "y":0},
-                {"matrix":[4,14], "x":15.25, "y":0},
+                {"matrix":[4,14], "x":14, "y":0},
+                {"matrix":[0,14], "x":15.25, "y":0},
 
                 {"matrix":[1, 0], "x":0, "y":1},
                 {"matrix":[1, 1], "x":1, "y":1},