diff options
| author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2024-04-12 04:22:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 20:22:15 -0700 |
| commit | 8caa8674d225c1c26403f8c311be6ffbdd9081e1 (patch) | |
| tree | c111562d260d379791122573d8be04d8b51b1ca4 /keyboards/meson | |
| parent | cb81913d18fd567cb2dbadcd9a5c5c767f75ba60 (diff) | |
Move `SPLIT_KEYBOARD` to data driven (#21410)
Diffstat (limited to 'keyboards/meson')
| -rw-r--r-- | keyboards/meson/info.json | 1 | ||||
| -rw-r--r-- | keyboards/meson/rules.mk | 1 |
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 | # |
| 4 | SPLIT_KEYBOARD = yes | ||
| 5 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 6 | MOUSEKEY_ENABLE = yes # Mouse keys | 5 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 7 | EXTRAKEY_ENABLE = yes # Audio control and System control | 6 | EXTRAKEY_ENABLE = yes # Audio control and System control |
