From f0807ea64f97c5d2af856d987a7a5088676b38ad Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 13 Jul 2024 13:29:16 +0100 Subject: Migrate SPLIT_HAND_PIN to json (#23924) --- keyboards/doppelganger/config.h | 38 ------------------------------------ keyboards/doppelganger/keyboard.json | 3 +++ 2 files changed, 3 insertions(+), 38 deletions(-) delete mode 100644 keyboards/doppelganger/config.h (limited to 'keyboards/doppelganger') diff --git a/keyboards/doppelganger/config.h b/keyboards/doppelganger/config.h deleted file mode 100644 index 20a23ab6da..0000000000 --- a/keyboards/doppelganger/config.h +++ /dev/null @@ -1,38 +0,0 @@ -/* -Copyright 2019 Yiancar-Designs - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#pragma once - -#define SPLIT_HAND_PIN D4 - -// #define USE_I2C - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/doppelganger/keyboard.json b/keyboards/doppelganger/keyboard.json index ccba77fdfa..f77597c990 100644 --- a/keyboards/doppelganger/keyboard.json +++ b/keyboards/doppelganger/keyboard.json @@ -19,6 +19,9 @@ "diode_direction": "COL2ROW", "split": { "enabled": true, + "handedness": { + "pin": "D4" + }, "soft_serial_pin": "D1", "matrix_pins": { "right": { -- cgit v1.2.3