From fd70215008ef2fccf5acc0aad57499d7e0ceef86 Mon Sep 17 00:00:00 2001 From: lokher Date: Thu, 21 Mar 2024 09:07:57 +0800 Subject: [PATCH] Fix boot magic key position of V10 Max --- keyboards/keychron/v10_max/info.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keyboards/keychron/v10_max/info.json b/keyboards/keychron/v10_max/info.json index 3bee29cdc1..a6ba531b06 100644 --- a/keyboards/keychron/v10_max/info.json +++ b/keyboards/keychron/v10_max/info.json @@ -73,5 +73,8 @@ "build": { "debounce_type": "sym_eager_pk" }, - "debounce": 20 + "debounce": 20, + "bootmagic": { + "matrix": [0,1] + } }