diff options
| author | Joel Challis | 2024-04-25 19:37:44 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-25 19:37:44 +0200 |
| commit | e9b8929357abd35f62aae211d3edec434299b021 (patch) | |
| tree | cdf72eb7bf56ec7bb5e63b30aaebc890968aa270 /keyboards/stront/keyboard.json | |
| parent | 3d83b3e7c5dc18b77d82798fdad9d7552487cfe4 (diff) | |
Migrate build target markers to keyboard.json - Misc (#23612)
Diffstat (limited to 'keyboards/stront/keyboard.json')
| -rw-r--r-- | keyboards/stront/keyboard.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/stront/keyboard.json b/keyboards/stront/keyboard.json index d2726c85f0..5055a4fb30 100644 --- a/keyboards/stront/keyboard.json +++ b/keyboards/stront/keyboard.json @@ -80,13 +80,15 @@ ] }, "features": { + "backlight": true, "bootmagic": true, "console": false, "encoder": true, - "backlight": true, "extrakey": true, - "rgb_matrix": true, - "nkro": false + "nkro": false, + "pointing_device": true, + "quantum_painter": true, + "rgb_matrix": true }, "backlight": { "pin": "GP14" |