aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/clueboard/card/rules.mk2
-rw-r--r--keyboards/preonic/rev1/rules.mk8
-rw-r--r--keyboards/preonic/rev2/rules.mk14
-rw-r--r--keyboards/xd004/v1/rules.mk2
4 files changed, 16 insertions, 10 deletions
diff --git a/keyboards/clueboard/card/rules.mk b/keyboards/clueboard/card/rules.mk
index 37b439e75..46d6f9113 100644
--- a/keyboards/clueboard/card/rules.mk
+++ b/keyboards/clueboard/card/rules.mk
@@ -19,3 +19,5 @@ MIDI_ENABLE = no # MIDI controls
19UNICODE_ENABLE = no # Unicode 19UNICODE_ENABLE = no # Unicode
20BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 20BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
21AUDIO_ENABLE = yes # Audio output on port C6 21AUDIO_ENABLE = yes # Audio output on port C6
22
23LINK_TIME_OPTIMIZATION_ENABLE = yes
diff --git a/keyboards/preonic/rev1/rules.mk b/keyboards/preonic/rev1/rules.mk
index 128deb0c8..db3d64454 100644
--- a/keyboards/preonic/rev1/rules.mk
+++ b/keyboards/preonic/rev1/rules.mk
@@ -35,7 +35,7 @@ F_USB = $(F_CPU)
35 35
36# Bootloader 36# Bootloader
37# This definition is optional, and if your keyboard supports multiple bootloaders of 37# This definition is optional, and if your keyboard supports multiple bootloaders of
38# different sizes, comment this out, and the correct address will be loaded 38# different sizes, comment this out, and the correct address will be loaded
39# automatically (+60). See bootloader.mk for all options. 39# automatically (+60). See bootloader.mk for all options.
40BOOTLOADER = atmel-dfu 40BOOTLOADER = atmel-dfu
41 41
@@ -43,13 +43,13 @@ BOOTLOADER = atmel-dfu
43OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT 43OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
44 44
45# Build Options 45# Build Options
46# change to "no" to disable the options, or define them in the Makefile in 46# change to "no" to disable the options, or define them in the Makefile in
47# the appropriate keymap folder that will get included automatically 47# the appropriate keymap folder that will get included automatically
48# 48#
49BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) 49BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
50MOUSEKEY_ENABLE = no # Mouse keys(+4700) 50MOUSEKEY_ENABLE = no # Mouse keys(+4700)
51EXTRAKEY_ENABLE = yes # Audio control and System control(+450) 51EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
52CONSOLE_ENABLE = yes # Console for debug(+400) 52CONSOLE_ENABLE = no # Console for debug(+400)
53COMMAND_ENABLE = no # Commands for debug and configuration 53COMMAND_ENABLE = no # Commands for debug and configuration
54NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 54NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
55BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 55BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
@@ -64,3 +64,5 @@ API_SYSEX_ENABLE = no
64SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 64SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
65 65
66LAYOUTS = ortho_5x12 66LAYOUTS = ortho_5x12
67
68LINK_TIME_OPTIMIZATION_ENABLE = yes
diff --git a/keyboards/preonic/rev2/rules.mk b/keyboards/preonic/rev2/rules.mk
index 53411647d..47a292e33 100644
--- a/keyboards/preonic/rev2/rules.mk
+++ b/keyboards/preonic/rev2/rules.mk
@@ -35,7 +35,7 @@ F_USB = $(F_CPU)
35 35
36# Bootloader 36# Bootloader
37# This definition is optional, and if your keyboard supports multiple bootloaders of 37# This definition is optional, and if your keyboard supports multiple bootloaders of
38# different sizes, comment this out, and the correct address will be loaded 38# different sizes, comment this out, and the correct address will be loaded
39# automatically (+60). See bootloader.mk for all options. 39# automatically (+60). See bootloader.mk for all options.
40BOOTLOADER = qmk-dfu 40BOOTLOADER = qmk-dfu
41 41
@@ -43,18 +43,18 @@ BOOTLOADER = qmk-dfu
43OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT 43OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
44 44
45# Build Options 45# Build Options
46# change to "no" to disable the options, or define them in the Makefile in 46# change to "no" to disable the options, or define them in the Makefile in
47# the appropriate keymap folder that will get included automatically 47# the appropriate keymap folder that will get included automatically
48# 48#
49BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) 49BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
50MOUSEKEY_ENABLE = no # Mouse keys(+4700) 50MOUSEKEY_ENABLE = no # Mouse keys(+4700)
51EXTRAKEY_ENABLE = yes # Audio control and System control(+450) 51EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
52CONSOLE_ENABLE = yes # Console for debug(+400) 52CONSOLE_ENABLE = yes # Console for debug(+400)
53COMMAND_ENABLE = no # Commands for debug and configuration 53COMMAND_ENABLE = no # Commands for debug and configuration
54NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 54NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
55BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 55BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
56MIDI_ENABLE = no # MIDI controls 56MIDI_ENABLE = no # MIDI controls
57AUDIO_ENABLE = yes # Audio output on port C6 57AUDIO_ENABLE = yes # Audio output on port C6
58UNICODE_ENABLE = no # Unicode 58UNICODE_ENABLE = no # Unicode
59BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 59BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
60RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. 60RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
@@ -64,3 +64,5 @@ API_SYSEX_ENABLE = no
64SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 64SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
65 65
66LAYOUTS = ortho_5x12 66LAYOUTS = ortho_5x12
67
68LINK_TIME_OPTIMIZATION_ENABLE = yes
diff --git a/keyboards/xd004/v1/rules.mk b/keyboards/xd004/v1/rules.mk
index ad2d732d4..c55d65c0f 100644
--- a/keyboards/xd004/v1/rules.mk
+++ b/keyboards/xd004/v1/rules.mk
@@ -63,7 +63,7 @@ UNICODE_ENABLE = no # Unicode
63BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 63BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
64RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. 64RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
65SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 65SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
66 66SPACE_CADET_ENABLE = no
67# Saves about 5% of space: 67# Saves about 5% of space:
68LINK_TIME_OPTIMIZATION_ENABLE = yes 68LINK_TIME_OPTIMIZATION_ENABLE = yes
69 69