From 78ab549acb287e94035e16cf46f7a3fd4aae5f1a Mon Sep 17 00:00:00 2001 From: Jack Sangdahl Date: Sun, 29 Jun 2025 01:54:57 -0600 Subject: [PATCH] Replace mistakenly removed DIP switch configuration --- keyboards/helix/rev3/keyboard.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/keyboards/helix/rev3/keyboard.json b/keyboards/helix/rev3/keyboard.json index e48d3941cf4..7122afdd64a 100644 --- a/keyboards/helix/rev3/keyboard.json +++ b/keyboards/helix/rev3/keyboard.json @@ -7,6 +7,14 @@ }, "development_board": "promicro", "diode_direction": "COL2ROW", + "dip_switch": { + "matrix_grid": [ + [0, 6], + [1, 6], + [5, 6], + [6, 6] + ] + }, "encoder": { "rotary": [ {"pin_a": "B6", "pin_b": "B5"} @@ -14,6 +22,7 @@ }, "features": { "bootmagic": true, + "dip_switch": false, "encoder": true, "extrakey": true, "mousekey": true,