diff options
author | X-Bows Tech <41098278+XBowsTech@users.noreply.github.com> | 2021-09-16 01:14:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 10:14:05 -0700 |
commit | 6930eed964f18a9021fc6c6781e6fa3066290ed9 (patch) | |
tree | 110f290b4627b0bf67d0d37c4d5303c7bba5eca2 /keyboards/xbows/numpad/rules.mk | |
parent | 12a8e59e9c0fc803b33e63a0901aa9fdba270c53 (diff) |
[Keyboard] Update lighting effects for xbows keyboard (#14432)
Diffstat (limited to 'keyboards/xbows/numpad/rules.mk')
-rw-r--r-- | keyboards/xbows/numpad/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/xbows/numpad/rules.mk b/keyboards/xbows/numpad/rules.mk index 3abc8b3974..c3b73b7660 100644 --- a/keyboards/xbows/numpad/rules.mk +++ b/keyboards/xbows/numpad/rules.mk @@ -14,7 +14,6 @@ CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -NO_USB_STARTUP_CHECK = no # Disables usb supend check after keyboard startup # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |