diff options
| author | Duncan Sutherland | 2024-04-12 05:22:15 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-12 05:22:15 +0200 |
| 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 @@ }, "diode_direction": "COL2ROW", "split": { + "enabled": true, "soft_serial_pin": "D0" }, "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 @@ # Build Options # change yes to no to disable # -SPLIT_KEYBOARD = yes BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control |