Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Dec 2, 2021
2 parents d123364 + d2ccd62 commit 4d55cde
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion keyboards/1upkeyboards/1up60hse/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes

LAYOUTS = 60_ansi
2 changes: 1 addition & 1 deletion keyboards/alf/x11/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/butterstick/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ STENO_ENABLE = yes # Needed for chording

OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
SRC += sten.c
EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/clueboard/66_hotswap/prototype/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
BACKLIGHT_DRIVER = custom

EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/converter/usb_usb/ble/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ AUDIO_ENABLE = no # Audio output
BLUETOOTH_ENABLE = yes
BLUETOOTH_DRIVER = AdafruitBLE

EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/georgi/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ CONSOLE_ENABLE = yes
COMMAND_ENABLE = no
NKRO_ENABLE = yes

EXTRAFLAGS += -flto
LTO_ENABLE = yes
SRC += matrix.c i2c_master.c sten.c
2 changes: 1 addition & 1 deletion keyboards/hineybush/h87a/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/idobo/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto # Use link time optimization
LTO_ENABLE = yes # Use link time optimization

LAYOUTS = ortho_5x15
2 changes: 1 addition & 1 deletion keyboards/noxary/260/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes

LAYOUTS = 60_ansi 60_iso 60_hhkb 60_tsangan_hhkb
2 changes: 1 addition & 1 deletion keyboards/percent/booster/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
LTO_ENABLE = yes

LAYOUTS = numpad_5x4
2 changes: 1 addition & 1 deletion keyboards/scarletbandana/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
AUDIO_ENABLE = yes # Audio output
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality, also set ISSI_ENABLE below for Miera
EXTRAFLAGS += -flto
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/tetris/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https:/
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = yes
EXTRAFLAGS = -flto
LTO_ENABLE = yes
ENCODER_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/tkc/candybar/lefty/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu
# Build Options
# comment out to disable the options.
#
# EXTRAFLAGS+=-flto
# LTO_ENABLE = yes
LTO_ENABLE = yes
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
Expand Down
2 changes: 1 addition & 1 deletion keyboards/tkc/candybar/righty/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu
# Build Options
# comment out to disable the options.
#
# EXTRAFLAGS+=-flto
# LTO_ENABLE = yes
LTO_ENABLE = yes
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
Expand Down

0 comments on commit 4d55cde

Please sign in to comment.