diff options
| author | Joel Challis | 2024-04-24 20:33:52 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-24 20:33:52 +0200 |
| commit | 16cca527a6b46c2aa365428d7d1e214509068c4a (patch) | |
| tree | 4111bbd48f67ab300652836c1a9d860eaac734ff /keyboards/ristretto/keyboard.json | |
| parent | c8ceda461afb9d6aab33309a06c94fceabfcbc72 (diff) | |
Fix WAIT_FOR_USB handling (#23598)
Diffstat (limited to 'keyboards/ristretto/keyboard.json')
| -rw-r--r-- | keyboards/ristretto/keyboard.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/ristretto/keyboard.json b/keyboards/ristretto/keyboard.json index b28f3c1dc1..e8e812b7d2 100644 --- a/keyboards/ristretto/keyboard.json +++ b/keyboards/ristretto/keyboard.json @@ -6,7 +6,8 @@ "usb": { "vid": "0x666B", "pid": "0x7273", - "device_version": "0.0.1" + "device_version": "0.0.1", + "wait_for_enumeration": true }, "features": { "bootmagic": false, |