~ruther/qmk_firmware

861a9049240fcced58e15b2593964bcfca95b0d8 — Joel Challis 1 year, 2 days ago 16cca52
Align NO_SUSPEND_POWER_DOWN keyboard config (#23606)

M keyboards/hs60/v1/rules.mk => keyboards/hs60/v1/rules.mk +1 -1
@@ 1,4 1,4 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

M keyboards/hs60/v2/ansi/rules.mk => keyboards/hs60/v2/ansi/rules.mk +2 -2
@@ 1,13 1,13 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

# project specific files
SRC =	keyboards/wilba_tech/wt_main.c \
		keyboards/wilba_tech/wt_rgb_backlight.c \
		drivers/led/issi/is31fl3733.c \
		quantum/color.c
I2C_DRIVER_REQUIRED = yes

M keyboards/hs60/v2/hhkb/rules.mk => keyboards/hs60/v2/hhkb/rules.mk +2 -2
@@ 1,13 1,13 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

# project specific files
SRC =	keyboards/wilba_tech/wt_main.c \
		keyboards/wilba_tech/wt_rgb_backlight.c \
		drivers/led/issi/is31fl3733.c \
		quantum/color.c
I2C_DRIVER_REQUIRED = yes

M keyboards/hs60/v2/iso/rules.mk => keyboards/hs60/v2/iso/rules.mk +2 -2
@@ 1,13 1,13 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

# project specific files
SRC =	keyboards/wilba_tech/wt_main.c \
		keyboards/wilba_tech/wt_rgb_backlight.c \
		drivers/led/issi/is31fl3733.c \
		quantum/color.c
I2C_DRIVER_REQUIRED = yes

M keyboards/keebwerk/mega/ansi/rules.mk => keyboards/keebwerk/mega/ansi/rules.mk +2 -2
@@ 1,13 1,13 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

# project specific files
SRC +=  keyboards/wilba_tech/wt_main.c \
        keyboards/wilba_tech/wt_rgb_backlight.c \
        drivers/led/issi/is31fl3733.c \
        quantum/color.c
I2C_DRIVER_REQUIRED = yes

M keyboards/novelkeys/nk65/rules.mk => keyboards/novelkeys/nk65/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/novelkeys/nk87/rules.mk => keyboards/novelkeys/nk87/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/spaceholdings/nebula12/rules.mk => keyboards/spaceholdings/nebula12/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/spaceholdings/nebula68/rules.mk => keyboards/spaceholdings/nebula68/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/rama_works_kara/rules.mk => keyboards/wilba_tech/rama_works_kara/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/rama_works_koyu/rules.mk => keyboards/wilba_tech/rama_works_koyu/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/rama_works_m10_c/rules.mk => keyboards/wilba_tech/rama_works_m10_c/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/rama_works_m50_a/rules.mk => keyboards/wilba_tech/rama_works_m50_a/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/rama_works_m60_a/rules.mk => keyboards/wilba_tech/rama_works_m60_a/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/rama_works_m65_b/rules.mk => keyboards/wilba_tech/rama_works_m65_b/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/rama_works_m65_bx/rules.mk => keyboards/wilba_tech/rama_works_m65_bx/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/rama_works_m6_a/rules.mk => keyboards/wilba_tech/rama_works_m6_a/rules.mk +1 -1
@@ 1,4 1,4 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

M keyboards/wilba_tech/rama_works_m6_b/rules.mk => keyboards/wilba_tech/rama_works_m6_b/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/wt60_b/rules.mk => keyboards/wilba_tech/wt60_b/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/wt60_bx/rules.mk => keyboards/wilba_tech/wt60_bx/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/wt60_c/rules.mk => keyboards/wilba_tech/wt60_c/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/zeal60/rules.mk => keyboards/wilba_tech/zeal60/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/wilba_tech/zeal65/rules.mk => keyboards/wilba_tech/zeal65/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/xelus/dawn60/rev1/rules.mk => keyboards/xelus/dawn60/rev1/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

M keyboards/xelus/dawn60/rev1_qmk/rules.mk => keyboards/xelus/dawn60/rev1_qmk/rules.mk +1 -1
@@ 1,7 1,7 @@
# Do not put the microcontroller into power saving mode
# when we get USB suspend event. We want it to keep updating
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
NO_SUSPEND_POWER_DOWN = yes

I2C_DRIVER_REQUIRED = yes
WS2812_DRIVER_REQUIRED = yes

Do not follow this link