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/converter/hp_46010a | |
| parent | c8ceda461afb9d6aab33309a06c94fceabfcbc72 (diff) | |
Fix WAIT_FOR_USB handling (#23598)
Diffstat (limited to 'keyboards/converter/hp_46010a')
| -rw-r--r-- | keyboards/converter/hp_46010a/keyboard.json | 3 | ||||
| -rw-r--r-- | keyboards/converter/hp_46010a/rules.mk | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/converter/hp_46010a/keyboard.json b/keyboards/converter/hp_46010a/keyboard.json index 0296bda5e9..4519306981 100644 --- a/keyboards/converter/hp_46010a/keyboard.json +++ b/keyboards/converter/hp_46010a/keyboard.json @@ -6,7 +6,8 @@ "usb": { "vid": "0xFEED", "pid": "0x6060", - "device_version": "0.0.1" + "device_version": "0.0.1", + "wait_for_enumeration": true }, "processor": "atmega32u4", "bootloader": "halfkay", diff --git a/keyboards/converter/hp_46010a/rules.mk b/keyboards/converter/hp_46010a/rules.mk index 3c6124d20a..857395fb40 100644 --- a/keyboards/converter/hp_46010a/rules.mk +++ b/keyboards/converter/hp_46010a/rules.mk @@ -1,4 +1,3 @@ -WAIT_FOR_USB = yes CUSTOM_MATRIX = yes SRC = matrix.c |