diff options
| author | James Young | 2024-04-22 12:13:45 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-22 12:13:45 +0200 |
| commit | f387410c97c60132843e44025eccd4de4967ad39 (patch) | |
| tree | 7d5dada8908f9a95de50537b992aefef42cc19af /keyboards/lets_split/sockets/info.json | |
| parent | 125d050761013677c25bd6c15d216b18b23cfe77 (diff) | |
Data-Driven Keyboard Conversions: L (#23576)
Diffstat (limited to 'keyboards/lets_split/sockets/info.json')
| -rw-r--r-- | keyboards/lets_split/sockets/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/lets_split/sockets/info.json b/keyboards/lets_split/sockets/info.json index 76972243dc..1354d9cf70 100644 --- a/keyboards/lets_split/sockets/info.json +++ b/keyboards/lets_split/sockets/info.json @@ -12,6 +12,7 @@ }, "diode_direction": "COL2ROW", "split": { + "enabled": true, "soft_serial_pin": "D0" }, "rgblight": { @@ -20,6 +21,17 @@ "ws2812": { "pin": "D4" }, + "features": { + "bootmagic": false, + "mousekey": true, + "extrakey": true, + "command": true, + "rgblight": true, + "audio": true + }, + "build": { + "lto": true + }, "layout_aliases": { "LAYOUT": "LAYOUT_ortho_4x12" }, |