diff options
| author | Joel Challis | 2024-03-30 11:57:30 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-30 11:57:30 +0100 |
| commit | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (patch) | |
| tree | f03b67de13a64e7029c01da6755cced32ddb65d3 /keyboards/maxipad/info.json | |
| parent | 426bb9c651a292dce6ae01e7ed9d41d94dbba99f (diff) | |
Migrate features and LTO from rules.mk to data driven (#23307)
Diffstat (limited to 'keyboards/maxipad/info.json')
| -rw-r--r-- | keyboards/maxipad/info.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/maxipad/info.json b/keyboards/maxipad/info.json index 4b8e3fa0a0..00cc16e887 100644 --- a/keyboards/maxipad/info.json +++ b/keyboards/maxipad/info.json @@ -3,6 +3,14 @@ "manufacturer": "wootpatoot", "url": "", "maintainer": "qmk", + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true + }, "usb": { "vid": "0xFEED", "pid": "0x6060", |