diff options
| author | James Young | 2024-04-27 04:17:40 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-27 04:17:40 +0200 |
| commit | 0ab77cf2e5b8edd78d3ad7bba0f0326bf934ab39 (patch) | |
| tree | 123d357550e6d48c0ea355cea0184247a6ccf6fd /keyboards/mechwild/sugarglider/f401 | |
| parent | 82f7e7d7fec52824fa819241a4905240743c98c1 (diff) | |
Data-Driven Keyboard Conversions: M, Part 2 (#23601)
Diffstat (limited to 'keyboards/mechwild/sugarglider/f401')
| -rw-r--r-- | keyboards/mechwild/sugarglider/f401/keyboard.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/keyboards/mechwild/sugarglider/f401/keyboard.json b/keyboards/mechwild/sugarglider/f401/keyboard.json index 797e990059..7bf58c1b45 100644 --- a/keyboards/mechwild/sugarglider/f401/keyboard.json +++ b/keyboards/mechwild/sugarglider/f401/keyboard.json @@ -1,3 +1,18 @@ { - "development_board": "blackpill_f401" + "development_board": "blackpill_f401", + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "console": false, + "command": false, + "nkro": true, + "rgblight": true, + "encoder": true, + "dip_switch": true, + "steno": true, + "oled": true, + "pointing_device": true, + "dynamic_tapping_term": true + } } |