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/coarse/ixora | |
| parent | 2dd406f08fc5d9877c8fd2642e94975eae37e86f (diff) | |
Remove 'NO_USB_STARTUP_CHECK = no' from keyboards (#23376)
Diffstat (limited to 'keyboards/coarse/ixora')
| -rw-r--r-- | keyboards/coarse/ixora/rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/coarse/ixora/rules.mk b/keyboards/coarse/ixora/rules.mk index af1134ce29..285aeb8202 100644 --- a/keyboards/coarse/ixora/rules.mk +++ b/keyboards/coarse/ixora/rules.mk @@ -8,6 +8,3 @@ EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover -NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in - - |