diff options
| author | Joel Challis | 2024-03-30 18:19:03 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-30 18:19:03 +0100 |
| commit | 04d6803b34d80a6992f649d77f7a52209407312e (patch) | |
| tree | 6318ff37449e5b909a2deb3e5f22c0333e557f83 /keyboards/hand88 | |
| parent | 2dd406f08fc5d9877c8fd2642e94975eae37e86f (diff) | |
Remove 'NO_USB_STARTUP_CHECK = no' from keyboards (#23376)
Diffstat (limited to 'keyboards/hand88')
| -rw-r--r-- | keyboards/hand88/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/hand88/rules.mk b/keyboards/hand88/rules.mk index 475da66262..d3ca7b060e 100644 --- a/keyboards/hand88/rules.mk +++ b/keyboards/hand88/rules.mk @@ -11,4 +11,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in |