aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mint60
diff options
context:
space:
mode:
authorDuncan Sutherland2024-04-12 05:22:15 +0200
committerGitHub2024-04-12 05:22:15 +0200
commit8caa8674d225c1c26403f8c311be6ffbdd9081e1 (patch)
treec111562d260d379791122573d8be04d8b51b1ca4 /keyboards/mint60
parentcb81913d18fd567cb2dbadcd9a5c5c767f75ba60 (diff)
Move `SPLIT_KEYBOARD` to data driven (#21410)
Diffstat (limited to 'keyboards/mint60')
-rw-r--r--keyboards/mint60/info.json1
-rw-r--r--keyboards/mint60/rules.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/mint60/info.json b/keyboards/mint60/info.json
index 4f2f658a20..a7f992056e 100644
--- a/keyboards/mint60/info.json
+++ b/keyboards/mint60/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"split": {
+ "enabled": true,
"soft_serial_pin": "D2"
},
"rgblight": {
diff --git a/keyboards/mint60/rules.mk b/keyboards/mint60/rules.mk
index 2cd353930e..e788df9b32 100644
--- a/keyboards/mint60/rules.mk
+++ b/keyboards/mint60/rules.mk
@@ -10,5 +10,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
AUDIO_ENABLE = no # Audio output
-
-SPLIT_KEYBOARD = yes