summaryrefslogtreecommitdiff
path: root/keyboards/gummykey
diff options
context:
space:
mode:
authorDuncan Sutherland <dunk2k_2000@hotmail.com>2024-04-12 04:22:15 +0100
committerGitHub <noreply@github.com>2024-04-11 20:22:15 -0700
commit8caa8674d225c1c26403f8c311be6ffbdd9081e1 (patch)
treec111562d260d379791122573d8be04d8b51b1ca4 /keyboards/gummykey
parentcb81913d18fd567cb2dbadcd9a5c5c767f75ba60 (diff)
Move `SPLIT_KEYBOARD` to data driven (#21410)
Diffstat (limited to 'keyboards/gummykey')
-rw-r--r--keyboards/gummykey/info.json3
-rw-r--r--keyboards/gummykey/rules.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/gummykey/info.json b/keyboards/gummykey/info.json
index 6f3758c31a..1520809502 100644
--- a/keyboards/gummykey/info.json
+++ b/keyboards/gummykey/info.json
@@ -10,6 +10,9 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
+ "split": {
+ "enabled": true
+ },
"diode_direction": "ROW2COL",
"layouts": {
"LAYOUT_split_4x6_5": {
diff --git a/keyboards/gummykey/rules.mk b/keyboards/gummykey/rules.mk
index b043543633..6e0404820c 100644
--- a/keyboards/gummykey/rules.mk
+++ b/keyboards/gummykey/rules.mk
@@ -10,4 +10,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
-SPLIT_KEYBOARD = yes