diff options
| author | Joel Challis | 2024-07-13 14:29:16 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-13 14:29:16 +0200 |
| commit | f0807ea64f97c5d2af856d987a7a5088676b38ad (patch) | |
| tree | 3a4ded3b045027e390eb64edb89f91c8d679bf0e /keyboards/ai03/orbit_x | |
| parent | 26e84c513c9c2ff366cfcdcdb28b417a4c4f04a7 (diff) | |
Migrate SPLIT_HAND_PIN to json (#23924)
Diffstat (limited to 'keyboards/ai03/orbit_x')
| -rw-r--r-- | keyboards/ai03/orbit_x/config.h | 1 | ||||
| -rw-r--r-- | keyboards/ai03/orbit_x/keyboard.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/ai03/orbit_x/config.h b/keyboards/ai03/orbit_x/config.h index 2c63852cbe..8de0482312 100644 --- a/keyboards/ai03/orbit_x/config.h +++ b/keyboards/ai03/orbit_x/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define SPLIT_HAND_PIN D5 #define SPLIT_USB_DETECT #define SPLIT_USB_TIMEOUT 2500 diff --git a/keyboards/ai03/orbit_x/keyboard.json b/keyboards/ai03/orbit_x/keyboard.json index edfbbb2796..7323841219 100644 --- a/keyboards/ai03/orbit_x/keyboard.json +++ b/keyboards/ai03/orbit_x/keyboard.json @@ -28,6 +28,9 @@ "diode_direction": "COL2ROW", "split": { "enabled": true, + "handedness": { + "pin": "D5" + }, "soft_serial_pin": "D0", "matrix_pins": { "right": { |