diff options
author | Joel Challis <git@zvecr.com> | 2023-11-22 21:33:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 08:33:59 +1100 |
commit | a0a6820c1b46d04bc146e0723fd47265e6afe67f (patch) | |
tree | 85f835c57123479db51f7015cc539d22b24b3d54 /keyboards/helix/rev3_4rows | |
parent | 3a5e4253fcfe840170df5ae1ce623ab72c942d70 (diff) |
Migrate some dip switch config to info.json (#22437)
Diffstat (limited to 'keyboards/helix/rev3_4rows')
-rw-r--r-- | keyboards/helix/rev3_4rows/config.h | 3 | ||||
-rw-r--r-- | keyboards/helix/rev3_4rows/info.json | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/helix/rev3_4rows/config.h b/keyboards/helix/rev3_4rows/config.h index 1e60ed1f0f..000f99834a 100644 --- a/keyboards/helix/rev3_4rows/config.h +++ b/keyboards/helix/rev3_4rows/config.h @@ -41,9 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define SPLIT_HAND_MATRIX_GRID D7,B2 #define SPLIT_HAND_MATRIX_GRID_LOW_IS_RIGHT -/* Dip switch on matrix grid */ -#define DIP_SWITCH_MATRIX_GRID { {0,6}, {1,6}, {5,6}, {6,6} } - #ifdef RGB_MATRIX_ENABLE #define RGB_MATRIX_LED_COUNT 50 # define RGB_MATRIX_KEYPRESSES // reacts to keypresses diff --git a/keyboards/helix/rev3_4rows/info.json b/keyboards/helix/rev3_4rows/info.json index ffe1c987e2..79d4847c7b 100644 --- a/keyboards/helix/rev3_4rows/info.json +++ b/keyboards/helix/rev3_4rows/info.json @@ -12,7 +12,10 @@ "driver": "ws2812", "sat_steps": 8, "val_steps": 8, - "speed_steps": 10, + "speed_steps": 10 + }, + "dip_switch": { + "matrix_grid": [ [0,6], [1,6], [5,6], [6,6] ] }, "encoder": { "rotary": [ |