Skip to content

Commit

Permalink
Align NO_SUSPEND_POWER_DOWN keyboard config (qmk#23606)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Apr 24, 2024
1 parent 16cca52 commit 861a904
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion keyboards/hs60/v1/rules.mk
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions keyboards/hs60/v2/ansi/rules.mk
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions keyboards/hs60/v2/hhkb/rules.mk
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions keyboards/hs60/v2/iso/rules.mk
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions keyboards/keebwerk/mega/ansi/rules.mk
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion keyboards/novelkeys/nk65/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/novelkeys/nk87/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/spaceholdings/nebula12/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/spaceholdings/nebula68/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_kara/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_koyu/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_m10_c/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_m50_a/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_m60_a/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_m65_b/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_m65_bx/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_m6_a/rules.mk
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/rama_works_m6_b/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/wt60_b/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/wt60_bx/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/wt60_c/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/zeal60/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/zeal65/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/xelus/dawn60/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/xelus/dawn60/rev1_qmk/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 861a904

Please sign in to comment.