diff options
| -rw-r--r-- | keyboards/clueboard/card/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/preonic/rev1/rules.mk | 8 | ||||
| -rw-r--r-- | keyboards/preonic/rev2/rules.mk | 14 | ||||
| -rw-r--r-- | keyboards/xd004/v1/rules.mk | 2 |
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 | |||
| 19 | UNICODE_ENABLE = no # Unicode | 19 | UNICODE_ENABLE = no # Unicode |
| 20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 21 | AUDIO_ENABLE = yes # Audio output on port C6 | 21 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 22 | |||
| 23 | LINK_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. |
| 40 | BOOTLOADER = atmel-dfu | 40 | BOOTLOADER = atmel-dfu |
| 41 | 41 | ||
| @@ -43,13 +43,13 @@ BOOTLOADER = atmel-dfu | |||
| 43 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 43 | OPT_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 | # |
| 49 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) | 49 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) |
| 50 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 50 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 51 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 51 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 52 | CONSOLE_ENABLE = yes # Console for debug(+400) | 52 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 53 | COMMAND_ENABLE = no # Commands for debug and configuration | 53 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 54 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 54 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 55 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 55 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| @@ -64,3 +64,5 @@ API_SYSEX_ENABLE = no | |||
| 64 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 64 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 65 | 65 | ||
| 66 | LAYOUTS = ortho_5x12 | 66 | LAYOUTS = ortho_5x12 |
| 67 | |||
| 68 | LINK_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. |
| 40 | BOOTLOADER = qmk-dfu | 40 | BOOTLOADER = qmk-dfu |
| 41 | 41 | ||
| @@ -43,18 +43,18 @@ BOOTLOADER = qmk-dfu | |||
| 43 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 43 | OPT_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 | # |
| 49 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) | 49 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) |
| 50 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 50 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 51 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 51 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 52 | CONSOLE_ENABLE = yes # Console for debug(+400) | 52 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 53 | COMMAND_ENABLE = no # Commands for debug and configuration | 53 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 54 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 54 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 55 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 55 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 56 | MIDI_ENABLE = no # MIDI controls | 56 | MIDI_ENABLE = no # MIDI controls |
| 57 | AUDIO_ENABLE = yes # Audio output on port C6 | 57 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 58 | UNICODE_ENABLE = no # Unicode | 58 | UNICODE_ENABLE = no # Unicode |
| 59 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 59 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 60 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 60 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| @@ -64,3 +64,5 @@ API_SYSEX_ENABLE = no | |||
| 64 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 64 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 65 | 65 | ||
| 66 | LAYOUTS = ortho_5x12 | 66 | LAYOUTS = ortho_5x12 |
| 67 | |||
| 68 | LINK_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 | |||
| 63 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 63 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 64 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 64 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 65 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 65 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 66 | 66 | SPACE_CADET_ENABLE = no | |
| 67 | # Saves about 5% of space: | 67 | # Saves about 5% of space: |
| 68 | LINK_TIME_OPTIMIZATION_ENABLE = yes | 68 | LINK_TIME_OPTIMIZATION_ENABLE = yes |
| 69 | 69 | ||
