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/xbows | |
| parent | 2dd406f08fc5d9877c8fd2642e94975eae37e86f (diff) | |
Remove 'NO_USB_STARTUP_CHECK = no' from keyboards (#23376)
Diffstat (limited to 'keyboards/xbows')
| -rw-r--r-- | keyboards/xbows/woody/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/xbows/woody/rules.mk b/keyboards/xbows/woody/rules.mk index 90dd66d772..d9a69f35bb 100644 --- a/keyboards/xbows/woody/rules.mk +++ b/keyboards/xbows/woody/rules.mk @@ -10,4 +10,3 @@ COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover AUDIO_ENABLE = no RGB_MATRIX_ENABLE = yes # Use RGB matrix -NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in |