summaryrefslogtreecommitdiff
path: root/keyboards/meson
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/meson
parentcb81913d18fd567cb2dbadcd9a5c5c767f75ba60 (diff)
Move `SPLIT_KEYBOARD` to data driven (#21410)
Diffstat (limited to 'keyboards/meson')
-rw-r--r--keyboards/meson/info.json1
-rw-r--r--keyboards/meson/rules.mk1
2 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/meson/info.json b/keyboards/meson/info.json
index 55b4591f1f..aeec25f046 100644
--- a/keyboards/meson/info.json
+++ b/keyboards/meson/info.json
@@ -13,6 +13,7 @@
13 }, 13 },
14 "diode_direction": "COL2ROW", 14 "diode_direction": "COL2ROW",
15 "split": { 15 "split": {
16 "enabled": true,
16 "soft_serial_pin": "D0" 17 "soft_serial_pin": "D0"
17 }, 18 },
18 "rgblight": { 19 "rgblight": {
diff --git a/keyboards/meson/rules.mk b/keyboards/meson/rules.mk
index 2f33b87f29..9686f2e033 100644
--- a/keyboards/meson/rules.mk
+++ b/keyboards/meson/rules.mk
@@ -1,7 +1,6 @@
1# Build Options 1# Build Options
2# change yes to no to disable 2# change yes to no to disable
3# 3#
4SPLIT_KEYBOARD = yes
5BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite 4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
6MOUSEKEY_ENABLE = yes # Mouse keys 5MOUSEKEY_ENABLE = yes # Mouse keys
7EXTRAKEY_ENABLE = yes # Audio control and System control 6EXTRAKEY_ENABLE = yes # Audio control and System control