aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/maple_computing
diff options
context:
space:
mode:
authorJoel Challis2024-07-13 14:29:16 +0200
committerGitHub2024-07-13 14:29:16 +0200
commitf0807ea64f97c5d2af856d987a7a5088676b38ad (patch)
tree3a4ded3b045027e390eb64edb89f91c8d679bf0e /keyboards/maple_computing
parent26e84c513c9c2ff366cfcdcdb28b417a4c4f04a7 (diff)
Migrate SPLIT_HAND_PIN to json (#23924)
Diffstat (limited to 'keyboards/maple_computing')
-rw-r--r--keyboards/maple_computing/lets_split_eh/config.h3
-rw-r--r--keyboards/maple_computing/lets_split_eh/keyboard.json3
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/maple_computing/lets_split_eh/config.h b/keyboards/maple_computing/lets_split_eh/config.h
index 38cf73ae1e..22b97cfb6a 100644
--- a/keyboards/maple_computing/lets_split_eh/config.h
+++ b/keyboards/maple_computing/lets_split_eh/config.h
@@ -18,9 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-/* Split Defines */
-#define SPLIT_HAND_PIN D3
-
// The 'EH' has previously forced use of I2C so this default has been kept
// however users can undef to use serial
#define USE_I2C
diff --git a/keyboards/maple_computing/lets_split_eh/keyboard.json b/keyboards/maple_computing/lets_split_eh/keyboard.json
index 62d489d60c..5624f12ac1 100644
--- a/keyboards/maple_computing/lets_split_eh/keyboard.json
+++ b/keyboards/maple_computing/lets_split_eh/keyboard.json
@@ -38,6 +38,9 @@
},
"split": {
"enabled": true,
+ "handedness": {
+ "pin": "D3"
+ },
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",