diff options
92 files changed, 1016 insertions, 1021 deletions
diff --git a/keyboards/alps64/rules.mk b/keyboards/alps64/rules.mk index c326d3e26..621dc5a95 100644 --- a/keyboards/alps64/rules.mk +++ b/keyboards/alps64/rules.mk | |||
| @@ -55,12 +55,12 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 55 | 55 | ||
| 56 | 56 | ||
| 57 | # Build Options | 57 | # Build Options |
| 58 | # comment out to disable the options. | 58 | # change to no to disable the options. |
| 59 | # | 59 | # |
| 60 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 60 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 61 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 61 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 62 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 62 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 63 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 63 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 64 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 64 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 65 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 65 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 66 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA \ No newline at end of file | 66 | NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA |
diff --git a/keyboards/amj60/rules.mk b/keyboards/amj60/rules.mk index 18403ac32..a1b4f8a61 100644 --- a/keyboards/amj60/rules.mk +++ b/keyboards/amj60/rules.mk | |||
| @@ -52,15 +52,15 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # Build Options | 52 | # Build Options |
| 53 | # comment out to disable the options. | 53 | # comment out to disable the options. |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 56 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 56 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 57 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 58 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 59 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 59 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 60 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | RGBLIGHT_ENABLE ?= yes # Enable keyboard underlight functionality (+4870) | 61 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality (+4870) |
| 62 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality (+1150) | 62 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality (+1150) |
| 63 | MIDI_ENABLE ?= no # MIDI controls | 63 | MIDI_ENABLE = no # MIDI controls |
| 64 | AUDIO_ENABLE ?= no | 64 | AUDIO_ENABLE = no |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/amjpad/rules.mk b/keyboards/amjpad/rules.mk index d8ec42365..dd5b2bbe0 100644 --- a/keyboards/amjpad/rules.mk +++ b/keyboards/amjpad/rules.mk | |||
| @@ -52,15 +52,15 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # Build Options | 52 | # Build Options |
| 53 | # comment out to disable the options. | 53 | # comment out to disable the options. |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 56 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 56 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 57 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 58 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 59 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 59 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 60 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | RGBLIGHT_ENABLE ?= no # Enable keyboard underlight functionality (+4870) | 61 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality (+4870) |
| 62 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality (+1150) | 62 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality (+1150) |
| 63 | MIDI_ENABLE ?= no # MIDI controls | 63 | MIDI_ENABLE = no # MIDI controls |
| 64 | AUDIO_ENABLE ?= no | 64 | AUDIO_ENABLE = no |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/atomic/rules.mk b/keyboards/atomic/rules.mk index d0f3a3a1c..0bedc6f5c 100644 --- a/keyboards/atomic/rules.mk +++ b/keyboards/atomic/rules.mk | |||
| @@ -52,18 +52,18 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # change to "no" to disable the options, or define them in the Makefile in | 52 | # change to "no" to disable the options, or define them in the Makefile in |
| 53 | # the appropriate keymap folder that will get included automatically | 53 | # the appropriate keymap folder that will get included automatically |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 56 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 56 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 57 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 58 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 59 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 59 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 60 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 61 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 62 | MIDI_ENABLE ?= no # MIDI controls | 62 | MIDI_ENABLE = no # MIDI controls |
| 63 | AUDIO_ENABLE ?= no # Audio output on port C6 | 63 | AUDIO_ENABLE = no # Audio output on port C6 |
| 64 | UNICODE_ENABLE ?= no # Unicode | 64 | UNICODE_ENABLE = no # Unicode |
| 65 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 65 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 66 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 66 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 67 | 67 | ||
| 68 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 68 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 69 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend \ No newline at end of file | 69 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend \ No newline at end of file |
diff --git a/keyboards/atreus/rules.mk b/keyboards/atreus/rules.mk index 3a00993bd..12d3ca6c5 100644 --- a/keyboards/atreus/rules.mk +++ b/keyboards/atreus/rules.mk | |||
| @@ -64,19 +64,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 64 | # comment out to disable the options. | 64 | # comment out to disable the options. |
| 65 | # | 65 | # |
| 66 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | 66 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 67 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 67 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 68 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 68 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 69 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 69 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 70 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 70 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 71 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 71 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 72 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 72 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 73 | NKRO_ENABLE ?= yes # USB Nkey Rollover - not yet supported in LUFA | 73 | NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
| 74 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 74 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 75 | # MIDI_ENABLE ?= YES # MIDI controls | 75 | # MIDI_ENABLE = YES # MIDI controls |
| 76 | UNICODE_ENABLE ?= YES # Unicode | 76 | UNICODE_ENABLE = YES # Unicode |
| 77 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 77 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 78 | 78 | ||
| 79 | USB ?= /dev/cu.usbmodem1411 | 79 | USB = /dev/cu.usbmodem1411 |
| 80 | 80 | ||
| 81 | upload: build | 81 | upload: build |
| 82 | $(ATREUS_UPLOAD_COMMAND) | 82 | $(ATREUS_UPLOAD_COMMAND) |
diff --git a/keyboards/atreus62/rules.mk b/keyboards/atreus62/rules.mk index f5d0be23a..ca399e9c5 100644 --- a/keyboards/atreus62/rules.mk +++ b/keyboards/atreus62/rules.mk | |||
| @@ -51,16 +51,16 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # change to "no" to disable the options, or define them in the Makefile in | 51 | # change to "no" to disable the options, or define them in the Makefile in |
| 52 | # the appropriate keymap folder that will get included automatically | 52 | # the appropriate keymap folder that will get included automatically |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 59 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 60 | #BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 60 | #BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 61 | #MIDI_ENABLE ?= no # MIDI controls | 61 | #MIDI_ENABLE = no # MIDI controls |
| 62 | UNICODE_ENABLE ?= yes # Unicode | 62 | UNICODE_ENABLE = yes # Unicode |
| 63 | #BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 63 | #BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 64 | 64 | ||
| 65 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 65 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 66 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 66 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
diff --git a/keyboards/bantam44/rules.mk b/keyboards/bantam44/rules.mk index baa0e9e7a..f245a3ba1 100644 --- a/keyboards/bantam44/rules.mk +++ b/keyboards/bantam44/rules.mk | |||
| @@ -53,15 +53,15 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # comment out to disable the options. | 54 | # comment out to disable the options. |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 62 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 62 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 63 | # NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | # NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 64 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 64 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 65 | # MIDI_ENABLE ?= YES # MIDI controls | 65 | # MIDI_ENABLE = YES # MIDI controls |
| 66 | # UNICODE_ENABLE ?= YES # Unicode | 66 | # UNICODE_ENABLE = YES # Unicode |
| 67 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 67 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/chibios_test/rules.mk b/keyboards/chibios_test/rules.mk index 4b5a84535..f72e1ab69 100644 --- a/keyboards/chibios_test/rules.mk +++ b/keyboards/chibios_test/rules.mk | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | 1 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration |
| 2 | MOUSEKEY_ENABLE ?= yes # Mouse keys | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 3 | EXTRAKEY_ENABLE ?= yes # Audio control and System control | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 4 | CONSOLE_ENABLE ?= yes # Console for debug | 4 | CONSOLE_ENABLE = yes # Console for debug |
| 5 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 5 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 6 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 6 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 7 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 7 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 8 | CUSTOM_MATRIX ?= yes # Custom matrix file \ No newline at end of file | 8 | CUSTOM_MATRIX = yes # Custom matrix file \ No newline at end of file |
diff --git a/keyboards/clueboard/rules.mk b/keyboards/clueboard/rules.mk index 7ce096ba8..f852a0184 100644 --- a/keyboards/clueboard/rules.mk +++ b/keyboards/clueboard/rules.mk | |||
| @@ -90,14 +90,14 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 90 | # Build Options | 90 | # Build Options |
| 91 | # comment out to disable the options. | 91 | # comment out to disable the options. |
| 92 | # | 92 | # |
| 93 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 93 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 94 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 94 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 95 | EXTRAKEY_ENABLE ?= no # Audio control and System control(+450) | 95 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) |
| 96 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 96 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 97 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 97 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 98 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 98 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 99 | AUDIO_ENABLE ?= no | 99 | AUDIO_ENABLE = no |
| 100 | RGBLIGHT_ENABLE ?= yes # Enable keyboard underlight functionality | 100 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality |
| 101 | MIDI_ENABLE ?= no # MIDI controls | 101 | MIDI_ENABLE = no # MIDI controls |
| 102 | UNICODE_ENABLE ?= no # Unicode | 102 | UNICODE_ENABLE = no # Unicode |
| 103 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 103 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/cluecard/rules.mk b/keyboards/cluecard/rules.mk index 454235877..2117c8127 100644 --- a/keyboards/cluecard/rules.mk +++ b/keyboards/cluecard/rules.mk | |||
| @@ -53,18 +53,18 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # change yes to no to disable | 54 | # change yes to no to disable |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 62 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 62 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 64 | NKRO_ENABLE ?= no # USB Nkey Rollover | 64 | NKRO_ENABLE = no # USB Nkey Rollover |
| 65 | RGBLIGHT_ENABLE ?= yes # Enable keyboard underlight functionality (+4870) | 65 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality (+4870) |
| 66 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality by default | 66 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality by default |
| 67 | MIDI_ENABLE ?= no # MIDI controls | 67 | MIDI_ENABLE = no # MIDI controls |
| 68 | UNICODE_ENABLE ?= no # Unicode | 68 | UNICODE_ENABLE = no # Unicode |
| 69 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 70 | AUDIO_ENABLE ?= yes # Audio output on port C6 | 70 | AUDIO_ENABLE = yes # Audio output on port C6 |
diff --git a/keyboards/cluepad/rules.mk b/keyboards/cluepad/rules.mk index 19b16b95a..264aba044 100644 --- a/keyboards/cluepad/rules.mk +++ b/keyboards/cluepad/rules.mk | |||
| @@ -52,14 +52,14 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # Build Options | 52 | # Build Options |
| 53 | # comment out to disable the options. | 53 | # comment out to disable the options. |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 56 | # MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 56 | # MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 57 | # EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | # EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | # CONSOLE_ENABLE ?= yes # Console for debug(+400) | 58 | # CONSOLE_ENABLE = yes # Console for debug(+400) |
| 59 | # COMMAND_ENABLE ?= yes # Commands for debug and configuration | 59 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
| 60 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | BACKLIGHT_ENABLE ?= yes # Enable numpad's backlight functionality | 61 | BACKLIGHT_ENABLE = yes # Enable numpad's backlight functionality |
| 62 | RGBLIGHT_ENABLE ?= yes | 62 | RGBLIGHT_ENABLE = yes |
| 63 | # MIDI_ENABLE ?= YES # MIDI controls | 63 | # MIDI_ENABLE = YES # MIDI controls |
| 64 | # UNICODE_ENABLE ?= YES # Unicode | 64 | # UNICODE_ENABLE = YES # Unicode |
| 65 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID \ No newline at end of file | 65 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID \ No newline at end of file |
diff --git a/keyboards/converter/ibm_terminal/keymaps/default/Makefile b/keyboards/converter/ibm_terminal/keymaps/default/Makefile index 9ec246494..db293d6fd 100644 --- a/keyboards/converter/ibm_terminal/keymaps/default/Makefile +++ b/keyboards/converter/ibm_terminal/keymaps/default/Makefile | |||
| @@ -2,24 +2,24 @@ | |||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change to "no" to disable the options, or define them in the Makefile in |
| 3 | # the appropriate keymap folder that will get included automatically | 3 | # the appropriate keymap folder that will get included automatically |
| 4 | # | 4 | # |
| 5 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 6 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 7 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 8 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 8 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 9 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 9 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 10 | NKRO_ENABLE ?= yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 11 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 12 | MIDI_ENABLE ?= no # MIDI controls | 12 | MIDI_ENABLE = no # MIDI controls |
| 13 | AUDIO_ENABLE ?= no # Audio output on port C6 | 13 | AUDIO_ENABLE = no # Audio output on port C6 |
| 14 | UNICODE_ENABLE ?= no # Unicode | 14 | UNICODE_ENABLE = no # Unicode |
| 15 | UNICODEMAP_ENABLE ?= yes | 15 | UNICODEMAP_ENABLE = yes |
| 16 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 17 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 18 | PS2_USE_USART ?= yes | 18 | PS2_USE_USART = yes |
| 19 | API_SYSEX_ENABLE ?= no | 19 | API_SYSEX_ENABLE = no |
| 20 | 20 | ||
| 21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 22 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 23 | 23 | ||
| 24 | ifndef QUANTUM_DIR | 24 | ifndef QUANTUM_DIR |
| 25 | include ../../../../../Makefile | 25 | include ../../../../../Makefile |
diff --git a/keyboards/converter/ibm_terminal/keymaps/priyadi/Makefile b/keyboards/converter/ibm_terminal/keymaps/priyadi/Makefile index 9ec246494..db293d6fd 100644 --- a/keyboards/converter/ibm_terminal/keymaps/priyadi/Makefile +++ b/keyboards/converter/ibm_terminal/keymaps/priyadi/Makefile | |||
| @@ -2,24 +2,24 @@ | |||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change to "no" to disable the options, or define them in the Makefile in |
| 3 | # the appropriate keymap folder that will get included automatically | 3 | # the appropriate keymap folder that will get included automatically |
| 4 | # | 4 | # |
| 5 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 6 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 7 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 8 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 8 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 9 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 9 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 10 | NKRO_ENABLE ?= yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 11 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 12 | MIDI_ENABLE ?= no # MIDI controls | 12 | MIDI_ENABLE = no # MIDI controls |
| 13 | AUDIO_ENABLE ?= no # Audio output on port C6 | 13 | AUDIO_ENABLE = no # Audio output on port C6 |
| 14 | UNICODE_ENABLE ?= no # Unicode | 14 | UNICODE_ENABLE = no # Unicode |
| 15 | UNICODEMAP_ENABLE ?= yes | 15 | UNICODEMAP_ENABLE = yes |
| 16 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 17 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 18 | PS2_USE_USART ?= yes | 18 | PS2_USE_USART = yes |
| 19 | API_SYSEX_ENABLE ?= no | 19 | API_SYSEX_ENABLE = no |
| 20 | 20 | ||
| 21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 22 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 23 | 23 | ||
| 24 | ifndef QUANTUM_DIR | 24 | ifndef QUANTUM_DIR |
| 25 | include ../../../../../Makefile | 25 | include ../../../../../Makefile |
diff --git a/keyboards/converter/ibm_terminal/rules.mk b/keyboards/converter/ibm_terminal/rules.mk index 944d1bcec..9401cf199 100644 --- a/keyboards/converter/ibm_terminal/rules.mk +++ b/keyboards/converter/ibm_terminal/rules.mk | |||
| @@ -49,24 +49,24 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 49 | # change to "no" to disable the options, or define them in the Makefile in | 49 | # change to "no" to disable the options, or define them in the Makefile in |
| 50 | # the appropriate keymap folder that will get included automatically | 50 | # the appropriate keymap folder that will get included automatically |
| 51 | # | 51 | # |
| 52 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 52 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 53 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 53 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 54 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 54 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 55 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 55 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 56 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 56 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 57 | NKRO_ENABLE ?= yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 57 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 58 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 58 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 59 | MIDI_ENABLE ?= no # MIDI controls | 59 | MIDI_ENABLE = no # MIDI controls |
| 60 | AUDIO_ENABLE ?= no # Audio output on port C6 | 60 | AUDIO_ENABLE = no # Audio output on port C6 |
| 61 | UNICODE_ENABLE ?= no # Unicode | 61 | UNICODE_ENABLE = no # Unicode |
| 62 | UNICODEMAP_ENABLE ?= yes | 62 | UNICODEMAP_ENABLE = yes |
| 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. Do not enable this with audio at the same time. | 64 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 65 | PS2_USE_USART ?= yes | 65 | PS2_USE_USART = yes |
| 66 | API_SYSEX_ENABLE ?= n | 66 | API_SYSEX_ENABLE = n |
| 67 | CUSTOM_MATRIX = yes | 67 | CUSTOM_MATRIX = yes |
| 68 | 68 | ||
| 69 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 69 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 70 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 70 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 71 | 71 | ||
| 72 | SRC = matrix.c led.c \ No newline at end of file | 72 | SRC = matrix.c led.c \ No newline at end of file |
diff --git a/keyboards/dk60/rules.mk b/keyboards/dk60/rules.mk index 36c6bed17..c85ed9b0a 100644 --- a/keyboards/dk60/rules.mk +++ b/keyboards/dk60/rules.mk | |||
| @@ -5,17 +5,17 @@ F_USB = $(F_CPU) | |||
| 5 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 5 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT |
| 6 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | 6 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 |
| 7 | 7 | ||
| 8 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 8 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 9 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 9 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 10 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 10 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 11 | # CONSOLE_ENABLE ?= yes # Console for debug(+400) | 11 | # CONSOLE_ENABLE = yes # Console for debug(+400) |
| 12 | # COMMAND_ENABLE ?= yes # Commands for debug and configuration | 12 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
| 13 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 13 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 14 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 14 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 15 | RGBLIGHT_ENABLE ?= no # Enable keyboard underlight functionality (+4870) | 15 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality (+4870) |
| 16 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality (+1150) | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality (+1150) |
| 17 | MIDI_ENABLE ?= no # MIDI controls | 17 | MIDI_ENABLE = no # MIDI controls |
| 18 | AUDIO_ENABLE ?= no | 18 | AUDIO_ENABLE = no |
| 19 | UNICODE_ENABLE ?= yes # Unicode | 19 | UNICODE_ENABLE = yes # 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 | SLEEP_LED_ENABLE ?= yes | 21 | SLEEP_LED_ENABLE = yes |
diff --git a/keyboards/ergodox/ez/Makefile b/keyboards/ergodox/ez/Makefile index 1098332b8..663e09b7b 100644 --- a/keyboards/ergodox/ez/Makefile +++ b/keyboards/ergodox/ez/Makefile | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 1 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 2 | COMMAND_ENABLE = no # Commands for debug and configuration | 2 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 3 | RGBLIGHT_ENABLE ?= yes | 3 | RGBLIGHT_ENABLE = yes |
| 4 | MIDI_ENABLE ?= no | 4 | MIDI_ENABLE = no |
| 5 | 5 | ||
| 6 | ifndef MAKEFILE_INCLUDED | 6 | ifndef MAKEFILE_INCLUDED |
| 7 | include ../../../Makefile | 7 | include ../../../Makefile |
diff --git a/keyboards/ergodox/ez/rules.mk b/keyboards/ergodox/ez/rules.mk index 6cd1c0c4f..e9bfb1399 100644 --- a/keyboards/ergodox/ez/rules.mk +++ b/keyboards/ergodox/ez/rules.mk | |||
| @@ -72,5 +72,5 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 72 | # | 72 | # |
| 73 | 73 | ||
| 74 | SLEEP_LED_ENABLE = no | 74 | SLEEP_LED_ENABLE = no |
| 75 | API_SYSEX_ENABLE ?= no | 75 | API_SYSEX_ENABLE = no |
| 76 | RGBLIGHT_ENABLE ?= yes | 76 | RGBLIGHT_ENABLE = yes |
diff --git a/keyboards/ergodox/infinity/rules.mk b/keyboards/ergodox/infinity/rules.mk index af29ebce8..bbb0f6efe 100644 --- a/keyboards/ergodox/infinity/rules.mk +++ b/keyboards/ergodox/infinity/rules.mk | |||
| @@ -58,12 +58,12 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000 | |||
| 58 | # Build Options | 58 | # Build Options |
| 59 | # comment out to disable the options. | 59 | # comment out to disable the options. |
| 60 | # | 60 | # |
| 61 | CUSTOM_MATRIX ?= yes # Custom matrix file | 61 | CUSTOM_MATRIX = yes # Custom matrix file |
| 62 | SERIAL_LINK_ENABLE = yes | 62 | SERIAL_LINK_ENABLE = yes |
| 63 | VISUALIZER_ENABLE ?= yes | 63 | VISUALIZER_ENABLE = yes |
| 64 | LCD_ENABLE ?= yes | 64 | LCD_ENABLE = yes |
| 65 | BACKLIGHT_ENABLE ?= yes | 65 | BACKLIGHT_ENABLE = yes |
| 66 | LCD_BACKLIGHT_ENABLE ?= yes | 66 | LCD_BACKLIGHT_ENABLE = yes |
| 67 | MIDI_ENABLE = no | 67 | MIDI_ENABLE = no |
| 68 | RGBLIGHT_ENABLE = no | 68 | RGBLIGHT_ENABLE = no |
| 69 | 69 | ||
diff --git a/keyboards/ergodox/keymaps/algernon/Makefile b/keyboards/ergodox/keymaps/algernon/Makefile index 699add3dd..23d3bb723 100644 --- a/keyboards/ergodox/keymaps/algernon/Makefile +++ b/keyboards/ergodox/keymaps/algernon/Makefile | |||
| @@ -1,15 +1,15 @@ | |||
| 1 | BOOTMAGIC_ENABLE=no | 1 | BOOTMAGIC_ENABLE=no |
| 2 | COMMAND_ENABLE=no | 2 | COMMAND_ENABLE=no |
| 3 | SLEEP_LED_ENABLE=no | 3 | SLEEP_LED_ENABLE=no |
| 4 | FORCE_NKRO ?= yes | 4 | FORCE_NKRO = yes |
| 5 | DEBUG_ENABLE = no | 5 | DEBUG_ENABLE = no |
| 6 | CONSOLE_ENABLE = no | 6 | CONSOLE_ENABLE = no |
| 7 | TAP_DANCE_ENABLE = yes | 7 | TAP_DANCE_ENABLE = yes |
| 8 | KEYLOGGER_ENABLE ?= yes | 8 | KEYLOGGER_ENABLE = yes |
| 9 | UCIS_ENABLE = yes | 9 | UCIS_ENABLE = yes |
| 10 | MOUSEKEY_ENABLE = no | 10 | MOUSEKEY_ENABLE = no |
| 11 | 11 | ||
| 12 | AUTOLOG_ENABLE ?= no | 12 | AUTOLOG_ENABLE = no |
| 13 | 13 | ||
| 14 | ifeq (${FORCE_NKRO},yes) | 14 | ifeq (${FORCE_NKRO},yes) |
| 15 | OPT_DEFS += -DFORCE_NKRO | 15 | OPT_DEFS += -DFORCE_NKRO |
diff --git a/keyboards/ergodox/keymaps/dvorak_programmer/Makefile b/keyboards/ergodox/keymaps/dvorak_programmer/Makefile index 91b1ae597..44d702209 100644 --- a/keyboards/ergodox/keymaps/dvorak_programmer/Makefile +++ b/keyboards/ergodox/keymaps/dvorak_programmer/Makefile | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | BOOTMAGIC_ENABLE=no | 1 | BOOTMAGIC_ENABLE=no |
| 2 | COMMAND_ENABLE=no | 2 | COMMAND_ENABLE=no |
| 3 | SLEEP_LED_ENABLE=no | 3 | SLEEP_LED_ENABLE=no |
| 4 | FORCE_NKRO ?= yes | 4 | FORCE_NKRO = yes |
| 5 | DEBUG_ENABLE = no | 5 | DEBUG_ENABLE = no |
| 6 | CONSOLE_ENABLE = no | 6 | CONSOLE_ENABLE = no |
| 7 | TAP_DANCE_ENABLE = no | 7 | TAP_DANCE_ENABLE = no |
diff --git a/keyboards/ergodox/keymaps/erez_experimental/Makefile b/keyboards/ergodox/keymaps/erez_experimental/Makefile index 51a0c74c5..b673c5ce5 100644 --- a/keyboards/ergodox/keymaps/erez_experimental/Makefile +++ b/keyboards/ergodox/keymaps/erez_experimental/Makefile | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 4 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 5 | COMMAND_ENABLE = no # Commands for debug and configuration | 5 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 6 | RGBLIGHT_ENABLE ?= yes | ||
| 7 | MIDI_ENABLE ?= yes | ||
| 8 | 6 | ||
| 9 | ifndef QUANTUM_DIR | 7 | ifndef QUANTUM_DIR |
| 10 | include ../../../../Makefile | 8 | include ../../../../Makefile |
diff --git a/keyboards/ergodox/keymaps/jack/Makefile b/keyboards/ergodox/keymaps/jack/Makefile index 3ca69bb92..457a3d01d 100644 --- a/keyboards/ergodox/keymaps/jack/Makefile +++ b/keyboards/ergodox/keymaps/jack/Makefile | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | RGBLIGHT_ENABLE ?= yes | ||
| 2 | MIDI_ENABLE ?= yes | ||
| 3 | |||
| 4 | ifndef QUANTUM_DIR | 1 | ifndef QUANTUM_DIR |
| 5 | include ../../../../Makefile | 2 | include ../../../../Makefile |
| 6 | endif | 3 | endif |
diff --git a/keyboards/ergodox/keymaps/jafo/jafo-layout.pdf b/keyboards/ergodox/keymaps/jafo/jafo-layout.pdf index 189b49b12..760a0eccf 100644 --- a/keyboards/ergodox/keymaps/jafo/jafo-layout.pdf +++ b/keyboards/ergodox/keymaps/jafo/jafo-layout.pdf | |||
| Binary files differ | |||
diff --git a/keyboards/ergodox/rules.mk b/keyboards/ergodox/rules.mk index 2e501e81b..5939d634c 100644 --- a/keyboards/ergodox/rules.mk +++ b/keyboards/ergodox/rules.mk | |||
| @@ -16,13 +16,13 @@ | |||
| 16 | # Build Options | 16 | # Build Options |
| 17 | # comment out to disable the options. | 17 | # comment out to disable the options. |
| 18 | # | 18 | # |
| 19 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 19 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 20 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 20 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 21 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 21 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 22 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 22 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 23 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 23 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 24 | CUSTOM_MATRIX ?= yes # Custom matrix file for the ErgoDox EZ | 24 | CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDox EZ |
| 25 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 25 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 26 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 26 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 27 | UNICODE_ENABLE ?= yes # Unicode | 27 | UNICODE_ENABLE = yes # Unicode |
| 28 | ONEHAND_ENABLE ?= yes # Allow swapping hands of keyboard | 28 | ONEHAND_ENABLE = yes # Allow swapping hands of keyboard |
diff --git a/keyboards/frosty_flake/rules.mk b/keyboards/frosty_flake/rules.mk index f878533fe..f9c43d3ed 100644 --- a/keyboards/frosty_flake/rules.mk +++ b/keyboards/frosty_flake/rules.mk | |||
| @@ -51,21 +51,21 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 57 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 58 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches | 68 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 69 | 69 | ||
| 70 | CUSTOM_MATRIX = yes | 70 | CUSTOM_MATRIX = yes |
| 71 | SRC += matrix.c \ No newline at end of file | 71 | SRC += matrix.c \ No newline at end of file |
diff --git a/keyboards/gh60/keymaps/dbroqua/Makefile b/keyboards/gh60/keymaps/dbroqua/Makefile index f1644a8e4..31c63ffd8 100644 --- a/keyboards/gh60/keymaps/dbroqua/Makefile +++ b/keyboards/gh60/keymaps/dbroqua/Makefile | |||
| @@ -91,20 +91,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 91 | # Build Options | 91 | # Build Options |
| 92 | # comment out to disable the options. | 92 | # comment out to disable the options. |
| 93 | # | 93 | # |
| 94 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 94 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 95 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 95 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 96 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 96 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 97 | # CONSOLE_ENABLE ?= yes # Console for debug(+400) | 97 | # CONSOLE_ENABLE = yes # Console for debug(+400) |
| 98 | # COMMAND_ENABLE ?= yes # Commands for debug and configuration | 98 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
| 99 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 99 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 101 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 101 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 102 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 102 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 103 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 103 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 104 | # MIDI_ENABLE ?= YES # MIDI controls | 104 | # MIDI_ENABLE = YES # MIDI controls |
| 105 | # UNICODE_ENABLE ?= YES # Unicode | 105 | # UNICODE_ENABLE = YES # Unicode |
| 106 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 106 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 107 | RGBLIGHT_ENABLE ?= yes # Enable RGB Underglow | 107 | RGBLIGHT_ENABLE = yes # Enable RGB Underglow |
| 108 | 108 | ||
| 109 | ifndef QUANTUM_DIR | 109 | ifndef QUANTUM_DIR |
| 110 | include ../../../../Makefile | 110 | include ../../../../Makefile |
diff --git a/keyboards/gh60/keymaps/dbroqua_7U/Makefile b/keyboards/gh60/keymaps/dbroqua_7U/Makefile index da0f07d7d..e54601969 100644 --- a/keyboards/gh60/keymaps/dbroqua_7U/Makefile +++ b/keyboards/gh60/keymaps/dbroqua_7U/Makefile | |||
| @@ -91,20 +91,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 91 | # Build Options | 91 | # Build Options |
| 92 | # comment out to disable the options. | 92 | # comment out to disable the options. |
| 93 | # | 93 | # |
| 94 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 94 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 95 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 95 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 96 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 96 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 97 | # CONSOLE_ENABLE ?= yes # Console for debug(+400) | 97 | # CONSOLE_ENABLE = yes # Console for debug(+400) |
| 98 | # COMMAND_ENABLE ?= yes # Commands for debug and configuration | 98 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
| 99 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 99 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 101 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 101 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 102 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 102 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 103 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 103 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 104 | # MIDI_ENABLE ?= YES # MIDI controls | 104 | # MIDI_ENABLE = YES # MIDI controls |
| 105 | # UNICODE_ENABLE ?= YES # Unicode | 105 | # UNICODE_ENABLE = YES # Unicode |
| 106 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 106 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 107 | RGBLIGHT_ENABLE ?= no # Enable RGB Underglow | 107 | RGBLIGHT_ENABLE = no # Enable RGB Underglow |
| 108 | 108 | ||
| 109 | ifndef QUANTUM_DIR | 109 | ifndef QUANTUM_DIR |
| 110 | include ../../../../Makefile | 110 | include ../../../../Makefile |
diff --git a/keyboards/gh60/keymaps/robotmaxtron/Makefile b/keyboards/gh60/keymaps/robotmaxtron/Makefile index c73cf1141..2b80ea00e 100644 --- a/keyboards/gh60/keymaps/robotmaxtron/Makefile +++ b/keyboards/gh60/keymaps/robotmaxtron/Makefile | |||
| @@ -91,20 +91,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 91 | # Build Options | 91 | # Build Options |
| 92 | # comment out to disable the options. | 92 | # comment out to disable the options. |
| 93 | # | 93 | # |
| 94 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 94 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 95 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 95 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 96 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 96 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 97 | # CONSOLE_ENABLE ?= yes # Console for debug(+400) | 97 | # CONSOLE_ENABLE = yes # Console for debug(+400) |
| 98 | # COMMAND_ENABLE ?= yes # Commands for debug and configuration | 98 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
| 99 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 99 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 101 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 101 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 102 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 102 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 103 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 103 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 104 | # MIDI_ENABLE ?= YES # MIDI controls | 104 | # MIDI_ENABLE = YES # MIDI controls |
| 105 | # UNICODE_ENABLE ?= YES # Unicode | 105 | # UNICODE_ENABLE = YES # Unicode |
| 106 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 106 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 107 | RGBLIGHT_ENABLE ?= yes # Enable RGB Underglow | 107 | RGBLIGHT_ENABLE = yes # Enable RGB Underglow |
| 108 | 108 | ||
| 109 | ifndef QUANTUM_DIR | 109 | ifndef QUANTUM_DIR |
| 110 | include ../../../../Makefile | 110 | include ../../../../Makefile |
diff --git a/keyboards/gh60/keymaps/unxmaal/Makefile b/keyboards/gh60/keymaps/unxmaal/Makefile index c73cf1141..2b80ea00e 100644 --- a/keyboards/gh60/keymaps/unxmaal/Makefile +++ b/keyboards/gh60/keymaps/unxmaal/Makefile | |||
| @@ -91,20 +91,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 91 | # Build Options | 91 | # Build Options |
| 92 | # comment out to disable the options. | 92 | # comment out to disable the options. |
| 93 | # | 93 | # |
| 94 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 94 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 95 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 95 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 96 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 96 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 97 | # CONSOLE_ENABLE ?= yes # Console for debug(+400) | 97 | # CONSOLE_ENABLE = yes # Console for debug(+400) |
| 98 | # COMMAND_ENABLE ?= yes # Commands for debug and configuration | 98 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
| 99 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 99 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 101 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 101 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 102 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 102 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 103 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 103 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 104 | # MIDI_ENABLE ?= YES # MIDI controls | 104 | # MIDI_ENABLE = YES # MIDI controls |
| 105 | # UNICODE_ENABLE ?= YES # Unicode | 105 | # UNICODE_ENABLE = YES # Unicode |
| 106 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 106 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 107 | RGBLIGHT_ENABLE ?= yes # Enable RGB Underglow | 107 | RGBLIGHT_ENABLE = yes # Enable RGB Underglow |
| 108 | 108 | ||
| 109 | ifndef QUANTUM_DIR | 109 | ifndef QUANTUM_DIR |
| 110 | include ../../../../Makefile | 110 | include ../../../../Makefile |
diff --git a/keyboards/gh60/rules.mk b/keyboards/gh60/rules.mk index aba680e45..00f4b660a 100644 --- a/keyboards/gh60/rules.mk +++ b/keyboards/gh60/rules.mk | |||
| @@ -51,16 +51,16 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # comment out to disable the options. | 52 | # comment out to disable the options. |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | # CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | # CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | # COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 59 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 60 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 60 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 61 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 61 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 62 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 62 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 63 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 63 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 64 | # MIDI_ENABLE ?= YES # MIDI controls | 64 | # MIDI_ENABLE = YES # MIDI controls |
| 65 | # UNICODE_ENABLE ?= YES # Unicode | 65 | # UNICODE_ENABLE = YES # Unicode |
| 66 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/gherkin/rules.mk b/keyboards/gherkin/rules.mk index 0e7a40727..6bb9edb35 100644 --- a/keyboards/gherkin/rules.mk +++ b/keyboards/gherkin/rules.mk | |||
| @@ -44,13 +44,13 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 44 | # Build Options | 44 | # Build Options |
| 45 | # comment out to disable the options. | 45 | # comment out to disable the options. |
| 46 | # | 46 | # |
| 47 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 47 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 48 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 48 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 49 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 49 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 50 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 50 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 51 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 51 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 52 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 52 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 53 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 53 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 54 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 54 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 55 | AUDIO_ENABLE ?= no | 55 | AUDIO_ENABLE = no |
| 56 | RGBLIGHT_ENABLE ?= no \ No newline at end of file | 56 | RGBLIGHT_ENABLE = no \ No newline at end of file |
diff --git a/keyboards/gonnerd/rules.mk b/keyboards/gonnerd/rules.mk index c9b584d54..ebea1005b 100644 --- a/keyboards/gonnerd/rules.mk +++ b/keyboards/gonnerd/rules.mk | |||
| @@ -50,17 +50,17 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 50 | # Build Options | 50 | # Build Options |
| 51 | # change yes to no to disable | 51 | # change yes to no to disable |
| 52 | # | 52 | # |
| 53 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 53 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 54 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 54 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 55 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 55 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 56 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 56 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 57 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 57 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 58 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 58 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 59 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 59 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 60 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | NKRO_ENABLE ?= no # USB Nkey Rollover | 61 | NKRO_ENABLE = no # USB Nkey Rollover |
| 62 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality on B7 by default | 62 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default |
| 63 | MIDI_ENABLE ?= no # MIDI controls | 63 | MIDI_ENABLE = no # MIDI controls |
| 64 | UNICODE_ENABLE ?= no # Unicode | 64 | UNICODE_ENABLE = no # Unicode |
| 65 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 65 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 66 | AUDIO_ENABLE ?= no # Audio output on port C6 | 66 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/handwired/CMD60/rules.mk b/keyboards/handwired/CMD60/rules.mk index 711759917..f50987cde 100644 --- a/keyboards/handwired/CMD60/rules.mk +++ b/keyboards/handwired/CMD60/rules.mk | |||
| @@ -51,20 +51,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | 68 | ||
| 69 | ifndef QUANTUM_DIR | 69 | ifndef QUANTUM_DIR |
| 70 | include ../../../Makefile | 70 | include ../../../Makefile |
diff --git a/keyboards/handwired/MS_sculpt_mobile/rules.mk b/keyboards/handwired/MS_sculpt_mobile/rules.mk index 680389c84..5b8902031 100644 --- a/keyboards/handwired/MS_sculpt_mobile/rules.mk +++ b/keyboards/handwired/MS_sculpt_mobile/rules.mk | |||
| @@ -24,23 +24,23 @@ F_USB = $(F_CPU) | |||
| 24 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 24 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT |
| 25 | 25 | ||
| 26 | # | 26 | # |
| 27 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 27 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 28 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 28 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 29 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 29 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 30 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 30 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 31 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 31 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 32 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 32 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 33 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 33 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 34 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 34 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 35 | NKRO_ENABLE ?= no # USB Nkey Rollover | 35 | NKRO_ENABLE = no # USB Nkey Rollover |
| 36 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 36 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 37 | MIDI_ENABLE ?= no # MIDI controls | 37 | MIDI_ENABLE = no # MIDI controls |
| 38 | UNICODE_ENABLE ?= no # Unicode | 38 | UNICODE_ENABLE = no # Unicode |
| 39 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 39 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 40 | AUDIO_ENABLE ?= no # Audio output on port C6 | 40 | AUDIO_ENABLE = no # Audio output on port C6 |
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | USB ?= /dev/cu.usbmodem14141 | 43 | USB = /dev/cu.usbmodem14141 |
| 44 | 44 | ||
| 45 | 45 | ||
| 46 | 46 | ||
diff --git a/keyboards/handwired/arrow_pad/rules.mk b/keyboards/handwired/arrow_pad/rules.mk index 3dca9b6ea..a03f0836b 100644 --- a/keyboards/handwired/arrow_pad/rules.mk +++ b/keyboards/handwired/arrow_pad/rules.mk | |||
| @@ -53,18 +53,18 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # change yes to no to disable | 54 | # change yes to no to disable |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 61 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 62 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 62 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 63 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 63 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 64 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 65 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 65 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 66 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 66 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 67 | MIDI_ENABLE ?= no # MIDI controls | 67 | MIDI_ENABLE = no # MIDI controls |
| 68 | UNICODE_ENABLE ?= no # Unicode | 68 | UNICODE_ENABLE = no # Unicode |
| 69 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 70 | AUDIO_ENABLE ?= no # Audio output on port C6 \ No newline at end of file | 70 | AUDIO_ENABLE = no # Audio output on port C6 \ No newline at end of file |
diff --git a/keyboards/handwired/atreus50/rules.mk b/keyboards/handwired/atreus50/rules.mk index 7770ea2a2..5e808dfa7 100644 --- a/keyboards/handwired/atreus50/rules.mk +++ b/keyboards/handwired/atreus50/rules.mk | |||
| @@ -52,21 +52,21 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # change to "no" to disable the options, or define them in the Makefile in | 52 | # change to "no" to disable the options, or define them in the Makefile in |
| 53 | # the appropriate keymap folder that will get included automatically | 53 | # the appropriate keymap folder that will get included automatically |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 56 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 56 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 57 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 58 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 59 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 59 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 60 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 61 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 62 | MIDI_ENABLE ?= no # MIDI controls | 62 | MIDI_ENABLE = no # MIDI controls |
| 63 | AUDIO_ENABLE ?= no # Audio output on port C6 | 63 | AUDIO_ENABLE = no # Audio output on port C6 |
| 64 | UNICODE_ENABLE ?= no # Unicode | 64 | UNICODE_ENABLE = no # Unicode |
| 65 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 65 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 66 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 66 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 67 | 67 | ||
| 68 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 68 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 69 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 69 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 70 | 70 | ||
| 71 | avrdude: build | 71 | avrdude: build |
| 72 | ls /dev/tty* > /tmp/1; \ | 72 | ls /dev/tty* > /tmp/1; \ |
diff --git a/keyboards/handwired/fivethirteen/rules.mk b/keyboards/handwired/fivethirteen/rules.mk index 711759917..f50987cde 100644 --- a/keyboards/handwired/fivethirteen/rules.mk +++ b/keyboards/handwired/fivethirteen/rules.mk | |||
| @@ -51,20 +51,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | 68 | ||
| 69 | ifndef QUANTUM_DIR | 69 | ifndef QUANTUM_DIR |
| 70 | include ../../../Makefile | 70 | include ../../../Makefile |
diff --git a/keyboards/handwired/frenchdev/rules.mk b/keyboards/handwired/frenchdev/rules.mk index 16203a5f5..2b70ae564 100644 --- a/keyboards/handwired/frenchdev/rules.mk +++ b/keyboards/handwired/frenchdev/rules.mk | |||
| @@ -70,22 +70,22 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 70 | # Build Options | 70 | # Build Options |
| 71 | # comment out to disable the options. | 71 | # comment out to disable the options. |
| 72 | # | 72 | # |
| 73 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 73 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 74 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 74 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 75 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 75 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 76 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 76 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 77 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 77 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 78 | CUSTOM_MATRIX ?= yes # Custom matrix file (taken and adapted from the ErgoDox EZ to handle custom number of columns) | 78 | CUSTOM_MATRIX = yes # Custom matrix file (taken and adapted from the ErgoDox EZ to handle custom number of columns) |
| 79 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 79 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 80 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 80 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 81 | UNICODE_ENABLE ?= yes # Unicode | 81 | UNICODE_ENABLE = yes # Unicode |
| 82 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 82 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 83 | MIDI_ENABLE ?= no # MIDI controls | 83 | MIDI_ENABLE = no # MIDI controls |
| 84 | UNICODE_ENABLE ?= no # Unicode | 84 | UNICODE_ENABLE = no # Unicode |
| 85 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 85 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 86 | AUDIO_ENABLE ?= no # Audio output on port C6 | 86 | AUDIO_ENABLE = no # Audio output on port C6 |
| 87 | RGBLIGHT_ENABLE = no | 87 | RGBLIGHT_ENABLE = no |
| 88 | API_SYSEX_ENABLE ?= no | 88 | API_SYSEX_ENABLE = no |
| 89 | 89 | ||
| 90 | #ifndef QUANTUM_DIR | 90 | #ifndef QUANTUM_DIR |
| 91 | # include ../../../Makefile | 91 | # include ../../../Makefile |
diff --git a/keyboards/handwired/gamenum/rules.mk b/keyboards/handwired/gamenum/rules.mk index afb9372e1..e8b0c6048 100644 --- a/keyboards/handwired/gamenum/rules.mk +++ b/keyboards/handwired/gamenum/rules.mk | |||
| @@ -51,20 +51,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | 68 | ||
| 69 | ifndef QUANTUM_DIR | 69 | ifndef QUANTUM_DIR |
| 70 | include ../../Makefile | 70 | include ../../Makefile |
diff --git a/keyboards/handwired/kbod/rules.mk b/keyboards/handwired/kbod/rules.mk index 4fcd147a9..b97cacd5c 100644 --- a/keyboards/handwired/kbod/rules.mk +++ b/keyboards/handwired/kbod/rules.mk | |||
| @@ -51,18 +51,18 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 57 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 58 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches | 68 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
diff --git a/keyboards/handwired/magicforce68/rules.mk b/keyboards/handwired/magicforce68/rules.mk index e897ef252..0e07bde40 100644 --- a/keyboards/handwired/magicforce68/rules.mk +++ b/keyboards/handwired/magicforce68/rules.mk | |||
| @@ -51,20 +51,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | 68 | ||
| 69 | ifndef QUANTUM_DIR | 69 | ifndef QUANTUM_DIR |
| 70 | include ../../../Makefile | 70 | include ../../../Makefile |
diff --git a/keyboards/handwired/minorca/rules.mk b/keyboards/handwired/minorca/rules.mk index c51371a78..ce502b820 100644 --- a/keyboards/handwired/minorca/rules.mk +++ b/keyboards/handwired/minorca/rules.mk | |||
| @@ -50,18 +50,18 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 50 | # change to "no" to disable the options, or define them in the Makefile in | 50 | # change to "no" to disable the options, or define them in the Makefile in |
| 51 | # the appropriate keymap folder that will get included automatically | 51 | # the appropriate keymap folder that will get included automatically |
| 52 | # | 52 | # |
| 53 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 53 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 54 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 54 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 55 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 55 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 56 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 56 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 57 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 57 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 58 | NKRO_ENABLE ?= yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 58 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 59 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 59 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 60 | MIDI_ENABLE ?= no # MIDI controls | 60 | MIDI_ENABLE = no # MIDI controls |
| 61 | AUDIO_ENABLE ?= no # Audio output on port C6 | 61 | AUDIO_ENABLE = no # Audio output on port C6 |
| 62 | UNICODE_ENABLE ?= no # Unicode | 62 | 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 ?= yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 64 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 65 | 65 | ||
| 66 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 66 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 67 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend \ No newline at end of file | 67 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend \ No newline at end of file |
diff --git a/keyboards/handwired/numpad20/rules.mk b/keyboards/handwired/numpad20/rules.mk index e897ef252..0e07bde40 100644 --- a/keyboards/handwired/numpad20/rules.mk +++ b/keyboards/handwired/numpad20/rules.mk | |||
| @@ -51,20 +51,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | 68 | ||
| 69 | ifndef QUANTUM_DIR | 69 | ifndef QUANTUM_DIR |
| 70 | include ../../../Makefile | 70 | include ../../../Makefile |
diff --git a/keyboards/handwired/onekey/rules.mk b/keyboards/handwired/onekey/rules.mk index c6d10856a..e5a953362 100644 --- a/keyboards/handwired/onekey/rules.mk +++ b/keyboards/handwired/onekey/rules.mk | |||
| @@ -52,11 +52,11 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # Build Options | 52 | # Build Options |
| 53 | # comment out to disable the options. | 53 | # comment out to disable the options. |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 56 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 56 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 57 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 58 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 59 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 59 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 60 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 60 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 61 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA | 61 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
| 62 | 62 | ||
diff --git a/keyboards/handwired/ortho5x13/rules.mk b/keyboards/handwired/ortho5x13/rules.mk index e897ef252..0e07bde40 100644 --- a/keyboards/handwired/ortho5x13/rules.mk +++ b/keyboards/handwired/ortho5x13/rules.mk | |||
| @@ -51,20 +51,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | 68 | ||
| 69 | ifndef QUANTUM_DIR | 69 | ifndef QUANTUM_DIR |
| 70 | include ../../../Makefile | 70 | include ../../../Makefile |
diff --git a/keyboards/handwired/pilcrow/rules.mk b/keyboards/handwired/pilcrow/rules.mk index 55898147d..67badc820 100644 --- a/keyboards/handwired/pilcrow/rules.mk +++ b/keyboards/handwired/pilcrow/rules.mk | |||
| @@ -51,17 +51,17 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/handwired/promethium/rules.mk b/keyboards/handwired/promethium/rules.mk index a6dd43b85..6fa45b42b 100644 --- a/keyboards/handwired/promethium/rules.mk +++ b/keyboards/handwired/promethium/rules.mk | |||
| @@ -50,27 +50,27 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 50 | # change to "no" to disable the options, or define them in the Makefile in | 50 | # change to "no" to disable the options, or define them in the Makefile in |
| 51 | # the appropriate keymap folder that will get included automatically | 51 | # the appropriate keymap folder that will get included automatically |
| 52 | # | 52 | # |
| 53 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 53 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 54 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 54 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 55 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 55 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 56 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 56 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 57 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 57 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 58 | NKRO_ENABLE ?= yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 58 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 59 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 59 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 60 | MIDI_ENABLE ?= no # MIDI controls | 60 | MIDI_ENABLE = no # MIDI controls |
| 61 | AUDIO_ENABLE ?= no # Audio output on port C6 | 61 | AUDIO_ENABLE = no # Audio output on port C6 |
| 62 | UNICODE_ENABLE ?= no # Unicode | 62 | UNICODE_ENABLE = no # Unicode |
| 63 | UNICODEMAP_ENABLE ?= yes | 63 | UNICODEMAP_ENABLE = yes |
| 64 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 64 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 65 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 65 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 66 | PS2_MOUSE_ENABLE ?= yes | 66 | PS2_MOUSE_ENABLE = yes |
| 67 | PS2_USE_INT ?= yes | 67 | PS2_USE_INT = yes |
| 68 | API_SYSEX_ENABLE ?= no | 68 | API_SYSEX_ENABLE = no |
| 69 | CUSTOM_MATRIX ?= yes | 69 | CUSTOM_MATRIX = yes |
| 70 | BLUETOOTH ?= AdafruitBLE | 70 | BLUETOOTH = AdafruitBLE |
| 71 | 71 | ||
| 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 73 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 73 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 74 | 74 | ||
| 75 | SRC += $(QUANTUM_DIR)/light_ws2812.c | 75 | SRC += $(QUANTUM_DIR)/light_ws2812.c |
| 76 | SRC += rgbsps.c | 76 | SRC += rgbsps.c |
diff --git a/keyboards/handwired/reddot/rules.mk b/keyboards/handwired/reddot/rules.mk index 9a4409fe6..b00ee9e0e 100755 --- a/keyboards/handwired/reddot/rules.mk +++ b/keyboards/handwired/reddot/rules.mk | |||
| @@ -16,7 +16,7 @@ MCU = atmega32u4 | |||
| 16 | F_CPU = 16000000 | 16 | F_CPU = 16000000 |
| 17 | 17 | ||
| 18 | # for avr upload | 18 | # for avr upload |
| 19 | USB ?= /dev/cu.usbmodem1421 | 19 | USB = /dev/cu.usbmodem1421 |
| 20 | # | 20 | # |
| 21 | # LUFA specific | 21 | # LUFA specific |
| 22 | # | 22 | # |
| @@ -64,20 +64,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 64 | # Build Options | 64 | # Build Options |
| 65 | # change yes to no to disable | 65 | # change yes to no to disable |
| 66 | # | 66 | # |
| 67 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 67 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 68 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 68 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 69 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 69 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 70 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 70 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 71 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 71 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 73 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 73 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 74 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 74 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 75 | NKRO_ENABLE ?= no # USB Nkey Rollover | 75 | NKRO_ENABLE = no # USB Nkey Rollover |
| 76 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 76 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 77 | MIDI_ENABLE ?= no # MIDI controls | 77 | MIDI_ENABLE = no # MIDI controls |
| 78 | UNICODE_ENABLE ?= no # Unicode | 78 | UNICODE_ENABLE = no # Unicode |
| 79 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 79 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 80 | AUDIO_ENABLE ?= no # Audio output on port C6 | 80 | AUDIO_ENABLE = no # Audio output on port C6 |
| 81 | 81 | ||
| 82 | ifndef QUANTUM_DIR | 82 | ifndef QUANTUM_DIR |
| 83 | include ../../../Makefile | 83 | include ../../../Makefile |
diff --git a/keyboards/handwired/retro_refit/rules.mk b/keyboards/handwired/retro_refit/rules.mk index 10fbfa5c9..98aa19e6b 100644 --- a/keyboards/handwired/retro_refit/rules.mk +++ b/keyboards/handwired/retro_refit/rules.mk | |||
| @@ -53,16 +53,16 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # comment out to disable the options. | 54 | # comment out to disable the options. |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 61 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 62 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 62 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 63 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 63 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 64 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 65 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 65 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 66 | # MIDI_ENABLE ?= YES # MIDI controls | 66 | # MIDI_ENABLE = YES # MIDI controls |
| 67 | # UNICODE_ENABLE ?= YES # Unicode | 67 | # UNICODE_ENABLE = YES # Unicode |
| 68 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/handwired/trackpoint/rules.mk b/keyboards/handwired/trackpoint/rules.mk index 0609dd304..aaf630f10 100644 --- a/keyboards/handwired/trackpoint/rules.mk +++ b/keyboards/handwired/trackpoint/rules.mk | |||
| @@ -4,21 +4,21 @@ ARCH = AVR8 | |||
| 4 | F_USB = $(F_CPU) | 4 | F_USB = $(F_CPU) |
| 5 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 5 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT |
| 6 | OPT_DEFS += -DBOOTLOADER_SIZE=512 | 6 | OPT_DEFS += -DBOOTLOADER_SIZE=512 |
| 7 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 8 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 9 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 10 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 10 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 11 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 11 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 12 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 12 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 13 | NKRO_ENABLE ?= no # USB Nkey Rollover | 13 | NKRO_ENABLE = no # USB Nkey Rollover |
| 14 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 14 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 15 | MIDI_ENABLE ?= no # MIDI controls | 15 | MIDI_ENABLE = no # MIDI controls |
| 16 | UNICODE_ENABLE ?= no # Unicode | 16 | UNICODE_ENABLE = no # Unicode |
| 17 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 18 | AUDIO_ENABLE ?= no # Audio output on port C6 | 18 | AUDIO_ENABLE = no # Audio output on port C6 |
| 19 | 19 | ||
| 20 | PS2_MOUSE_ENABLE ?= yes | 20 | PS2_MOUSE_ENABLE = yes |
| 21 | PS2_USE_USART ?= yes | 21 | PS2_USE_USART = yes |
| 22 | 22 | ||
| 23 | ifndef QUANTUM_DIR | 23 | ifndef QUANTUM_DIR |
| 24 | include ../../Makefile | 24 | include ../../Makefile |
diff --git a/keyboards/handwired/traveller/rules.mk b/keyboards/handwired/traveller/rules.mk index 12a4b71f4..a7f7fc230 100644 --- a/keyboards/handwired/traveller/rules.mk +++ b/keyboards/handwired/traveller/rules.mk | |||
| @@ -16,7 +16,7 @@ MCU = atmega32u4 | |||
| 16 | F_CPU = 16000000 | 16 | F_CPU = 16000000 |
| 17 | 17 | ||
| 18 | # for avr upload | 18 | # for avr upload |
| 19 | USB ?= /dev/cu.usbmodem1421 | 19 | USB = /dev/cu.usbmodem1421 |
| 20 | # | 20 | # |
| 21 | # LUFA specific | 21 | # LUFA specific |
| 22 | # | 22 | # |
| @@ -64,20 +64,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 64 | # Build Options | 64 | # Build Options |
| 65 | # change yes to no to disable | 65 | # change yes to no to disable |
| 66 | # | 66 | # |
| 67 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 67 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 68 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 68 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 69 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 69 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 70 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 70 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 71 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 71 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 73 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 73 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 74 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 74 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 75 | NKRO_ENABLE ?= no # USB Nkey Rollover | 75 | NKRO_ENABLE = no # USB Nkey Rollover |
| 76 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 76 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 77 | MIDI_ENABLE ?= no # MIDI controls | 77 | MIDI_ENABLE = no # MIDI controls |
| 78 | UNICODE_ENABLE ?= no # Unicode | 78 | UNICODE_ENABLE = no # Unicode |
| 79 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 79 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 80 | AUDIO_ENABLE ?= no # Audio output on port C6 | 80 | AUDIO_ENABLE = no # Audio output on port C6 |
| 81 | RGBLIGHT_ENABLE = yes | 81 | RGBLIGHT_ENABLE = yes |
| 82 | 82 | ||
| 83 | ifndef QUANTUM_DIR | 83 | ifndef QUANTUM_DIR |
diff --git a/keyboards/hhkb/rules.mk b/keyboards/hhkb/rules.mk index e4190039f..d31e755ef 100644 --- a/keyboards/hhkb/rules.mk +++ b/keyboards/hhkb/rules.mk | |||
| @@ -58,19 +58,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 58 | # Build Options | 58 | # Build Options |
| 59 | # comment out to disable the options. | 59 | # comment out to disable the options. |
| 60 | # | 60 | # |
| 61 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 61 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 62 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 62 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 63 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 63 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 64 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 64 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 65 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 65 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 66 | CUSTOM_MATRIX ?= yes # Custom matrix file for the HHKB | 66 | CUSTOM_MATRIX = yes # Custom matrix file for the HHKB |
| 67 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 67 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 68 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 68 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 69 | # NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 69 | # NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 70 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 70 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 71 | # MIDI_ENABLE ?= yes # MIDI controls | 71 | # MIDI_ENABLE = yes # MIDI controls |
| 72 | # UNICODE_ENABLE ?= yes # Unicode | 72 | # UNICODE_ENABLE = yes # Unicode |
| 73 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 73 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 74 | 74 | ||
| 75 | debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION | 75 | debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION |
| 76 | debug-on: all | 76 | debug-on: all |
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index c19f62401..a3ddd55c6 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk | |||
| @@ -56,12 +56,12 @@ OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 | |||
| 56 | # Build Options | 56 | # Build Options |
| 57 | # comment out to disable the options. | 57 | # comment out to disable the options. |
| 58 | # | 58 | # |
| 59 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration | 59 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 60 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | 60 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) |
| 61 | MOUSEKEY_ENABLE ?= yes # Mouse keys | 61 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 62 | EXTRAKEY_ENABLE ?= yes # Audio control and System control | 62 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 63 | CONSOLE_ENABLE ?= yes # Console for debug | 63 | CONSOLE_ENABLE = yes # Console for debug |
| 64 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 64 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 65 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 65 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 66 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 66 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 67 | CUSTOM_MATRIX ?= yes # Custom matrix file | 67 | CUSTOM_MATRIX = yes # Custom matrix file |
diff --git a/keyboards/jd40/rules.mk b/keyboards/jd40/rules.mk index 2f18fdf10..2bce6d2a2 100644 --- a/keyboards/jd40/rules.mk +++ b/keyboards/jd40/rules.mk | |||
| @@ -53,17 +53,17 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # comment out to disable the options. | 54 | # comment out to disable the options. |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | # CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | # CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | # COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | # COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 61 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 62 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 62 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 63 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 63 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 64 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 65 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 65 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 66 | # MIDI_ENABLE ?= YES # MIDI controls | 66 | # MIDI_ENABLE = YES # MIDI controls |
| 67 | # UNICODE_ENABLE ?= YES # Unicode | 67 | # UNICODE_ENABLE = YES # Unicode |
| 68 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 69 | RGBLIGHT_ENABLE ?= yes # Enable RGB Underglow \ No newline at end of file | 69 | RGBLIGHT_ENABLE = yes # Enable RGB Underglow \ No newline at end of file |
diff --git a/keyboards/jd45/rules.mk b/keyboards/jd45/rules.mk index 2f1e266a1..fe8354e95 100644 --- a/keyboards/jd45/rules.mk +++ b/keyboards/jd45/rules.mk | |||
| @@ -53,15 +53,15 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # comment out to disable the options. | 54 | # comment out to disable the options. |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 62 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 62 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 63 | # NKRO_ENABLE ?= yes # USB Nkey Rollover - not yet supported in LUFA | 63 | # NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
| 64 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 64 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 65 | MIDI_ENABLE ?= YES # MIDI controls | 65 | MIDI_ENABLE = YES # MIDI controls |
| 66 | # UNICODE_ENABLE ?= YES # Unicode | 66 | # UNICODE_ENABLE = YES # Unicode |
| 67 | BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID \ No newline at end of file | 67 | BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID \ No newline at end of file |
diff --git a/keyboards/kbd75/rules.mk b/keyboards/kbd75/rules.mk index c303af4bc..9c4082da2 100644 --- a/keyboards/kbd75/rules.mk +++ b/keyboards/kbd75/rules.mk | |||
| @@ -44,13 +44,13 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 44 | # Build Options | 44 | # Build Options |
| 45 | # comment out to disable the options. | 45 | # comment out to disable the options. |
| 46 | # | 46 | # |
| 47 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 47 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 48 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 48 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 49 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 49 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 50 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 50 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 51 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 51 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 52 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 52 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 53 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 53 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 54 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 54 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 55 | AUDIO_ENABLE ?= no | 55 | AUDIO_ENABLE = no |
| 56 | RGBLIGHT_ENABLE ?= yes \ No newline at end of file | 56 | RGBLIGHT_ENABLE = yes \ No newline at end of file |
diff --git a/keyboards/kc60/keymaps/stanleylai/Makefile b/keyboards/kc60/keymaps/stanleylai/Makefile index b8b2beda4..9a381d2e7 100644 --- a/keyboards/kc60/keymaps/stanleylai/Makefile +++ b/keyboards/kc60/keymaps/stanleylai/Makefile | |||
| @@ -3,22 +3,22 @@ | |||
| 3 | # Build Options | 3 | # Build Options |
| 4 | # change yes to no to disable | 4 | # change yes to no to disable |
| 5 | # | 5 | # |
| 6 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 6 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 7 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 8 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 9 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 9 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 10 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 10 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 11 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 11 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 12 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 12 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 13 | RGBLIGHT_ENABLE ?= yes # Enable WS2812 underglow RGB strip | 13 | RGBLIGHT_ENABLE = yes # Enable WS2812 underglow RGB strip |
| 14 | MIDI_ENABLE ?= no # MIDI controls | 14 | MIDI_ENABLE = no # MIDI controls |
| 15 | UNICODE_ENABLE ?= no # Unicode | 15 | UNICODE_ENABLE = no # Unicode |
| 16 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 17 | AUDIO_ENABLE ?= no # Audio output on port C6 | 17 | AUDIO_ENABLE = no # Audio output on port C6 |
| 18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 19 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 20 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 20 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 21 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 21 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 22 | 22 | ||
| 23 | ifndef QUANTUM_DIR | 23 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 24 | include ../../../../Makefile |
diff --git a/keyboards/kc60/keymaps/wigguno/Makefile b/keyboards/kc60/keymaps/wigguno/Makefile index 0d7d918d8..1f8d1506f 100644 --- a/keyboards/kc60/keymaps/wigguno/Makefile +++ b/keyboards/kc60/keymaps/wigguno/Makefile | |||
| @@ -3,21 +3,21 @@ | |||
| 3 | # Build Options | 3 | # Build Options |
| 4 | # change yes to no to disable | 4 | # change yes to no to disable |
| 5 | # | 5 | # |
| 6 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 6 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 7 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 8 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 9 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 9 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 10 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 10 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 11 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 11 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 12 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 12 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 13 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 14 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 14 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 15 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 15 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 16 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 17 | MIDI_ENABLE ?= no # MIDI controls | 17 | MIDI_ENABLE = no # MIDI controls |
| 18 | UNICODE_ENABLE ?= no # Unicode | 18 | UNICODE_ENABLE = no # Unicode |
| 19 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 20 | AUDIO_ENABLE ?= no # Audio output on port C6 | 20 | AUDIO_ENABLE = no # Audio output on port C6 |
| 21 | 21 | ||
| 22 | ifndef QUANTUM_DIR | 22 | ifndef QUANTUM_DIR |
| 23 | include ../../../../Makefile | 23 | include ../../../../Makefile |
diff --git a/keyboards/kc60/keymaps/ws2812/Makefile b/keyboards/kc60/keymaps/ws2812/Makefile index 891c44416..a8c93bcf5 100644 --- a/keyboards/kc60/keymaps/ws2812/Makefile +++ b/keyboards/kc60/keymaps/ws2812/Makefile | |||
| @@ -3,22 +3,22 @@ | |||
| 3 | # Build Options | 3 | # Build Options |
| 4 | # change yes to no to disable | 4 | # change yes to no to disable |
| 5 | # | 5 | # |
| 6 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 6 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 7 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 7 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 8 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 9 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 9 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 10 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 10 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 11 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 11 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 12 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 12 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 13 | RGBLIGHT_ENABLE ?= yes # Enable WS2812 underglow RGB strip | 13 | RGBLIGHT_ENABLE = yes # Enable WS2812 underglow RGB strip |
| 14 | MIDI_ENABLE ?= no # MIDI controls | 14 | MIDI_ENABLE = no # MIDI controls |
| 15 | UNICODE_ENABLE ?= no # Unicode | 15 | UNICODE_ENABLE = no # Unicode |
| 16 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 17 | AUDIO_ENABLE ?= no # Audio output on port C6 | 17 | AUDIO_ENABLE = no # Audio output on port C6 |
| 18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 19 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 20 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 20 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 21 | NKRO_ENABLE ?= no # USB Nkey Rollover | 21 | NKRO_ENABLE = no # USB Nkey Rollover |
| 22 | 22 | ||
| 23 | ifndef QUANTUM_DIR | 23 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 24 | include ../../../../Makefile |
diff --git a/keyboards/kc60/rules.mk b/keyboards/kc60/rules.mk index 06bd5dc92..d5b94fb83 100644 --- a/keyboards/kc60/rules.mk +++ b/keyboards/kc60/rules.mk | |||
| @@ -51,18 +51,18 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | KEYBOARD_LOCK_ENABLE ?= yes # Allow locking of keyboard via magic key | 59 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key |
| 60 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 60 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 61 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 61 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 62 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 62 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 63 | NKRO_ENABLE ?= no # USB Nkey Rollover | 63 | NKRO_ENABLE = no # USB Nkey Rollover |
| 64 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 64 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 65 | MIDI_ENABLE ?= no # MIDI controls | 65 | MIDI_ENABLE = no # MIDI controls |
| 66 | UNICODE_ENABLE ?= no # Unicode | 66 | UNICODE_ENABLE = no # Unicode |
| 67 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 67 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 68 | AUDIO_ENABLE ?= no # Audio output on port C6 | 68 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/kinesis/rules.mk b/keyboards/kinesis/rules.mk index 956a64bdd..a7ff8da8b 100644 --- a/keyboards/kinesis/rules.mk +++ b/keyboards/kinesis/rules.mk | |||
| @@ -56,18 +56,18 @@ OPT_DEFS += -DBOOTLOADER_SIZE=2048 | |||
| 56 | # Build Options | 56 | # Build Options |
| 57 | # change yes to no to disable | 57 | # change yes to no to disable |
| 58 | # | 58 | # |
| 59 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 59 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 60 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 60 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 61 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 61 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 62 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 62 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 63 | COMMAND_ENABLE ?= no | 63 | COMMAND_ENABLE = no |
| 64 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 64 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 65 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 65 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 66 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 66 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 67 | NKRO_ENABLE ?= no # USB Nkey Rollover | 67 | NKRO_ENABLE = no # USB Nkey Rollover |
| 68 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 68 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 69 | MIDI_ENABLE ?= no # MIDI controls | 69 | MIDI_ENABLE = no # MIDI controls |
| 70 | UNICODE_ENABLE ?= no # Unicode | 70 | UNICODE_ENABLE = no # Unicode |
| 71 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 71 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 72 | AUDIO_ENABLE = no # Audio output should be port E6, current quantum library hardcodes C6, which we use for programming | 72 | AUDIO_ENABLE = no # Audio output should be port E6, current quantum library hardcodes C6, which we use for programming |
| 73 | CUSTOM_MATRIX=yes # need to do our own thing with the matrix | 73 | CUSTOM_MATRIX=yes # need to do our own thing with the matrix |
diff --git a/keyboards/kitten_paw/rules.mk b/keyboards/kitten_paw/rules.mk index b0c909d11..fe7b6d376 100644 --- a/keyboards/kitten_paw/rules.mk +++ b/keyboards/kitten_paw/rules.mk | |||
| @@ -53,20 +53,20 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # change yes to no to disable | 54 | # change yes to no to disable |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 62 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 62 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 64 | NKRO_ENABLE ?= no # USB Nkey Rollover | 64 | NKRO_ENABLE = no # USB Nkey Rollover |
| 65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 66 | MIDI_ENABLE ?= no # MIDI controls | 66 | MIDI_ENABLE = no # MIDI controls |
| 67 | UNICODE_ENABLE ?= no # Unicode | 67 | UNICODE_ENABLE = no # Unicode |
| 68 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 69 | AUDIO_ENABLE ?= no # Audio output on port C6 | 69 | AUDIO_ENABLE = no # Audio output on port C6 |
| 70 | 70 | ||
| 71 | CUSTOM_MATRIX = yes | 71 | CUSTOM_MATRIX = yes |
| 72 | SRC += matrix.c | 72 | SRC += matrix.c |
diff --git a/keyboards/kmac/rules.mk b/keyboards/kmac/rules.mk index 2305de412..41b16979d 100644 --- a/keyboards/kmac/rules.mk +++ b/keyboards/kmac/rules.mk | |||
| @@ -54,19 +54,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 54 | # Build Options | 54 | # Build Options |
| 55 | # change yes to no to disable | 55 | # change yes to no to disable |
| 56 | # | 56 | # |
| 57 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 57 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 58 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 58 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 59 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 59 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 60 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 60 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 61 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 61 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 62 | CUSTOM_MATRIX ?= yes # Custom matrix file | 62 | CUSTOM_MATRIX = yes # Custom matrix file |
| 63 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 63 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 64 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 64 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 65 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 65 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 66 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 66 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 67 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 67 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 68 | MIDI_ENABLE ?= no # MIDI support (+2400 to 4200, depending on config) | 68 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) |
| 69 | UNICODE_ENABLE ?= no # Unicode | 69 | UNICODE_ENABLE = no # Unicode |
| 70 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 70 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 71 | AUDIO_ENABLE ?= no # Audio output on port C6 | 71 | AUDIO_ENABLE = no # Audio output on port C6 |
| 72 | FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches | 72 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
diff --git a/keyboards/lets_split/rules.mk b/keyboards/lets_split/rules.mk index 43eff99e7..cc87ee31c 100644 --- a/keyboards/lets_split/rules.mk +++ b/keyboards/lets_split/rules.mk | |||
| @@ -56,22 +56,22 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 56 | # change to "no" to disable the options, or define them in the Makefile in | 56 | # change to "no" to disable the options, or define them in the Makefile in |
| 57 | # the appropriate keymap folder that will get included automatically | 57 | # the appropriate keymap folder that will get included automatically |
| 58 | # | 58 | # |
| 59 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 59 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 60 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 60 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 61 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 61 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 62 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 62 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 63 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 63 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 64 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 66 | MIDI_ENABLE ?= no # MIDI controls | 66 | MIDI_ENABLE = no # MIDI controls |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | UNICODE_ENABLE ?= no # Unicode | 68 | UNICODE_ENABLE = no # Unicode |
| 69 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 70 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 70 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 71 | SUBPROJECT_rev1 ?= yes | 71 | SUBPROJECT_rev1 = yes |
| 72 | USE_I2C ?= yes | 72 | USE_I2C = yes |
| 73 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 73 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 74 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 74 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 75 | 75 | ||
| 76 | CUSTOM_MATRIX = yes | 76 | CUSTOM_MATRIX = yes |
| 77 | 77 | ||
diff --git a/keyboards/m10a/rules.mk b/keyboards/m10a/rules.mk index f5a785dbc..0a00c7ccb 100644 --- a/keyboards/m10a/rules.mk +++ b/keyboards/m10a/rules.mk | |||
| @@ -50,19 +50,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 50 | # change to "no" to disable the options, or define them in the Makefile in | 50 | # change to "no" to disable the options, or define them in the Makefile in |
| 51 | # the appropriate keymap folder that will get included automatically | 51 | # the appropriate keymap folder that will get included automatically |
| 52 | # | 52 | # |
| 53 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 53 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 54 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 54 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 55 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 55 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 56 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 56 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 57 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 57 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 58 | NKRO_ENABLE ?= yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 58 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 59 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 59 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 60 | MIDI_ENABLE ?= no # MIDI controls | 60 | MIDI_ENABLE = no # MIDI controls |
| 61 | AUDIO_ENABLE ?= no # Audio output on port C6 | 61 | AUDIO_ENABLE = no # Audio output on port C6 |
| 62 | UNICODE_ENABLE ?= yes # Unicode | 62 | UNICODE_ENABLE = yes # 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 | API_SYSEX_ENABLE = yes | 65 | API_SYSEX_ENABLE = yes |
| 66 | 66 | ||
| 67 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 67 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 68 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 68 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
diff --git a/keyboards/maxipad/rules.mk b/keyboards/maxipad/rules.mk index a5c739152..31be1924f 100644 --- a/keyboards/maxipad/rules.mk +++ b/keyboards/maxipad/rules.mk | |||
| @@ -53,24 +53,24 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # comment out to disable the options. | 54 | # comment out to disable the options. |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 62 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 62 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 63 | # NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | # NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 64 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 64 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 65 | # MIDI_ENABLE ?= YES # MIDI controls | 65 | # MIDI_ENABLE = YES # MIDI controls |
| 66 | # UNICODE_ENABLE ?= YES # Unicode | 66 | # UNICODE_ENABLE = YES # Unicode |
| 67 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 67 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 68 | USE_PRO_MICRO ?= yes | 68 | USE_PRO_MICRO = yes |
| 69 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 69 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 70 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 70 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 71 | NKRO_ENABLE ?= no # USB Nkey Rollover | 71 | NKRO_ENABLE = no # USB Nkey Rollover |
| 72 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 72 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 73 | MIDI_ENABLE ?= no # MIDI controls | 73 | MIDI_ENABLE = no # MIDI controls |
| 74 | UNICODE_ENABLE ?= no # Unicode | 74 | UNICODE_ENABLE = no # Unicode |
| 75 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 75 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 76 | AUDIO_ENABLE ?= no # Audio output on port C6 | 76 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/mitosis/rules.mk b/keyboards/mitosis/rules.mk index 4e4eba82b..04fa552f8 100644 --- a/keyboards/mitosis/rules.mk +++ b/keyboards/mitosis/rules.mk | |||
| @@ -62,20 +62,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 62 | # comment out to disable the options. | 62 | # comment out to disable the options. |
| 63 | # | 63 | # |
| 64 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | 64 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 65 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 65 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 66 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 66 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 67 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 67 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 68 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 68 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 69 | CUSTOM_MATRIX ?= yes # Remote matrix from the wireless bridge | 69 | CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge |
| 70 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 70 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 71 | # SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 71 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 72 | NKRO_ENABLE ?= yes # USB Nkey Rollover - not yet supported in LUFA | 72 | NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
| 73 | # BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 73 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 74 | # MIDI_ENABLE ?= YES # MIDI controls | 74 | # MIDI_ENABLE = YES # MIDI controls |
| 75 | UNICODE_ENABLE ?= YES # Unicode | 75 | UNICODE_ENABLE = YES # Unicode |
| 76 | # BLUETOOTH_ENABLE ?= yes # Enable Bluetooth with the Adafruit EZ-Key HID | 76 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
| 77 | 77 | ||
| 78 | USB ?= /dev/ttyACM0 | 78 | USB = /dev/ttyACM0 |
| 79 | 79 | ||
| 80 | upload: build | 80 | upload: build |
| 81 | $(MITOSIS_UPLOAD_COMMAND) | 81 | $(MITOSIS_UPLOAD_COMMAND) |
diff --git a/keyboards/miuni32/rules.mk b/keyboards/miuni32/rules.mk index ef8daf3ca..1092e50d8 100644 --- a/keyboards/miuni32/rules.mk +++ b/keyboards/miuni32/rules.mk | |||
| @@ -51,17 +51,17 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/nyquist/rules.mk b/keyboards/nyquist/rules.mk index 0efa78550..dfcff1d90 100644 --- a/keyboards/nyquist/rules.mk +++ b/keyboards/nyquist/rules.mk | |||
| @@ -55,22 +55,22 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 55 | # change to "no" to disable the options, or define them in the Makefile in | 55 | # change to "no" to disable the options, or define them in the Makefile in |
| 56 | # the appropriate keymap folder that will get included automatically | 56 | # the appropriate keymap folder that will get included automatically |
| 57 | # | 57 | # |
| 58 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 58 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 59 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 59 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 60 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 60 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 61 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 61 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 62 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 62 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 63 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 64 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 64 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 65 | MIDI_ENABLE ?= no # MIDI controls | 65 | MIDI_ENABLE = no # MIDI controls |
| 66 | AUDIO_ENABLE ?= no # Audio output on port C6 | 66 | AUDIO_ENABLE = no # Audio output on port C6 |
| 67 | UNICODE_ENABLE ?= no # Unicode | 67 | UNICODE_ENABLE = no # Unicode |
| 68 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 69 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 69 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 70 | SUBPROJECT_rev1 ?= yes | 70 | SUBPROJECT_rev1 = yes |
| 71 | USE_I2C ?= yes | 71 | USE_I2C = yes |
| 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 73 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 73 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 74 | 74 | ||
| 75 | CUSTOM_MATRIX = yes | 75 | CUSTOM_MATRIX = yes |
| 76 | 76 | ||
diff --git a/keyboards/orthodox/rules.mk b/keyboards/orthodox/rules.mk index 0efa78550..dfcff1d90 100644 --- a/keyboards/orthodox/rules.mk +++ b/keyboards/orthodox/rules.mk | |||
| @@ -55,22 +55,22 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 55 | # change to "no" to disable the options, or define them in the Makefile in | 55 | # change to "no" to disable the options, or define them in the Makefile in |
| 56 | # the appropriate keymap folder that will get included automatically | 56 | # the appropriate keymap folder that will get included automatically |
| 57 | # | 57 | # |
| 58 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 58 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 59 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 59 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 60 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 60 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 61 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 61 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 62 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 62 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 63 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 64 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 64 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 65 | MIDI_ENABLE ?= no # MIDI controls | 65 | MIDI_ENABLE = no # MIDI controls |
| 66 | AUDIO_ENABLE ?= no # Audio output on port C6 | 66 | AUDIO_ENABLE = no # Audio output on port C6 |
| 67 | UNICODE_ENABLE ?= no # Unicode | 67 | UNICODE_ENABLE = no # Unicode |
| 68 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 69 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 69 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 70 | SUBPROJECT_rev1 ?= yes | 70 | SUBPROJECT_rev1 = yes |
| 71 | USE_I2C ?= yes | 71 | USE_I2C = yes |
| 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 72 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 73 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 73 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 74 | 74 | ||
| 75 | CUSTOM_MATRIX = yes | 75 | CUSTOM_MATRIX = yes |
| 76 | 76 | ||
diff --git a/keyboards/pegasushoof/keymaps/blowrak/Makefile b/keyboards/pegasushoof/keymaps/blowrak/Makefile index fec0d2d97..168fb625b 100644 --- a/keyboards/pegasushoof/keymaps/blowrak/Makefile +++ b/keyboards/pegasushoof/keymaps/blowrak/Makefile | |||
| @@ -2,19 +2,19 @@ | |||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change to "no" to disable the options, or define them in the Makefile in |
| 3 | # the appropriate keymap folder that will get included automatically | 3 | # the appropriate keymap folder that will get included automatically |
| 4 | # | 4 | # |
| 5 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 6 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 7 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 8 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 8 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 9 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 9 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 10 | CUSTOM_MATRIX ?= yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 | 10 | CUSTOM_MATRIX = yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 |
| 11 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 11 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 12 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 13 | MIDI_ENABLE ?= no # MIDI controls | 13 | MIDI_ENABLE = no # MIDI controls |
| 14 | AUDIO_ENABLE ?= no # Audio output on port C6 | 14 | AUDIO_ENABLE = no # Audio output on port C6 |
| 15 | UNICODE_ENABLE ?= no # Unicode | 15 | UNICODE_ENABLE = no # Unicode |
| 16 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 17 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | ifndef QUANTUM_DIR | 20 | ifndef QUANTUM_DIR |
diff --git a/keyboards/pegasushoof/keymaps/default/Makefile b/keyboards/pegasushoof/keymaps/default/Makefile index fec0d2d97..168fb625b 100644 --- a/keyboards/pegasushoof/keymaps/default/Makefile +++ b/keyboards/pegasushoof/keymaps/default/Makefile | |||
| @@ -2,19 +2,19 @@ | |||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change to "no" to disable the options, or define them in the Makefile in |
| 3 | # the appropriate keymap folder that will get included automatically | 3 | # the appropriate keymap folder that will get included automatically |
| 4 | # | 4 | # |
| 5 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 6 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 7 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 8 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 8 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 9 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 9 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 10 | CUSTOM_MATRIX ?= yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 | 10 | CUSTOM_MATRIX = yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 |
| 11 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 11 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 12 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 13 | MIDI_ENABLE ?= no # MIDI controls | 13 | MIDI_ENABLE = no # MIDI controls |
| 14 | AUDIO_ENABLE ?= no # Audio output on port C6 | 14 | AUDIO_ENABLE = no # Audio output on port C6 |
| 15 | UNICODE_ENABLE ?= no # Unicode | 15 | UNICODE_ENABLE = no # Unicode |
| 16 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 17 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | ifndef QUANTUM_DIR | 20 | ifndef QUANTUM_DIR |
diff --git a/keyboards/pegasushoof/rules.mk b/keyboards/pegasushoof/rules.mk index b3eeebfdb..c5a35428c 100644 --- a/keyboards/pegasushoof/rules.mk +++ b/keyboards/pegasushoof/rules.mk | |||
| @@ -49,19 +49,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 49 | # Build Options | 49 | # Build Options |
| 50 | # change yes to no to disable | 50 | # change yes to no to disable |
| 51 | # | 51 | # |
| 52 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 52 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 53 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 53 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 54 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 54 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 55 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 55 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 56 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 56 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 57 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 57 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 58 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 58 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 59 | MIDI_ENABLE ?= no # MIDI controls | 59 | MIDI_ENABLE = no # MIDI controls |
| 60 | AUDIO_ENABLE ?= no # Audio output on port C6 | 60 | AUDIO_ENABLE = no # Audio output on port C6 |
| 61 | UNICODE_ENABLE ?= no # Unicode | 61 | UNICODE_ENABLE = no # Unicode |
| 62 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 62 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 63 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 63 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 64 | 64 | ||
| 65 | 65 | ||
| 66 | CUSTOM_MATRIX ?= yes | 66 | CUSTOM_MATRIX = yes |
| 67 | SRC = matrix.c | 67 | SRC = matrix.c |
diff --git a/keyboards/phantom/rules.mk b/keyboards/phantom/rules.mk index c07593961..af0025b3c 100644 --- a/keyboards/phantom/rules.mk +++ b/keyboards/phantom/rules.mk | |||
| @@ -51,19 +51,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 57 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 62 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 64 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | 64 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |
| 65 | MIDI_ENABLE ?= no # MIDI support (+2400 to 4200, depending on config) | 65 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) |
| 66 | UNICODE_ENABLE ?= no # Unicode | 66 | UNICODE_ENABLE = no # Unicode |
| 67 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 67 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 68 | AUDIO_ENABLE ?= no # Audio output on port C6 | 68 | AUDIO_ENABLE = no # Audio output on port C6 |
| 69 | FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches | 69 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
diff --git a/keyboards/planck/keymaps/handwired_binaryplease/Makefile b/keyboards/planck/keymaps/handwired_binaryplease/Makefile index 538b1c26c..248fe2bb7 100644 --- a/keyboards/planck/keymaps/handwired_binaryplease/Makefile +++ b/keyboards/planck/keymaps/handwired_binaryplease/Makefile | |||
| @@ -56,19 +56,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 56 | # change to "no" to disable the options, or define them in the Makefile in | 56 | # change to "no" to disable the options, or define them in the Makefile in |
| 57 | # the appropriate keymap folder that will get included automatically | 57 | # the appropriate keymap folder that will get included automatically |
| 58 | # | 58 | # |
| 59 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 59 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 60 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 60 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 61 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 61 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 62 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 62 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 63 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 63 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 64 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 66 | MIDI_ENABLE ?= yes # MIDI controls | 66 | MIDI_ENABLE = yes # MIDI controls |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | UNICODE_ENABLE ?= no # Unicode | 68 | UNICODE_ENABLE = no # Unicode |
| 69 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 70 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. | 70 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 71 | API_SYSEX_ENABLE = no | 71 | API_SYSEX_ENABLE = no |
| 72 | 72 | ||
| 73 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 73 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 74 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 74 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
diff --git a/keyboards/planck/rev3/rules.mk b/keyboards/planck/rev3/rules.mk index 3ed1445e4..559409682 100644 --- a/keyboards/planck/rev3/rules.mk +++ b/keyboards/planck/rev3/rules.mk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | AUDIO_ENABLE ?= no # Audio output on port C6 | 1 | AUDIO_ENABLE = no # Audio output on port C6 |
| 2 | 2 | ||
| 3 | ifndef QUANTUM_DIR | 3 | ifndef QUANTUM_DIR |
| 4 | include ../../../Makefile | 4 | include ../../../Makefile |
diff --git a/keyboards/planck/rev4/rules.mk b/keyboards/planck/rev4/rules.mk index ed09f85a4..01d848e98 100644 --- a/keyboards/planck/rev4/rules.mk +++ b/keyboards/planck/rev4/rules.mk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | AUDIO_ENABLE ?= yes # Audio output on port C6 | 1 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 2 | 2 | ||
| 3 | ifndef QUANTUM_DIR | 3 | ifndef QUANTUM_DIR |
| 4 | include ../../../Makefile | 4 | include ../../../Makefile |
diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index 6776062f6..5580bb387 100644 --- a/keyboards/planck/rules.mk +++ b/keyboards/planck/rules.mk | |||
| @@ -50,19 +50,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 50 | # change to "no" to disable the options, or define them in the Makefile in | 50 | # change to "no" to disable the options, or define them in the Makefile in |
| 51 | # the appropriate keymap folder that will get included automatically | 51 | # the appropriate keymap folder that will get included automatically |
| 52 | # | 52 | # |
| 53 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 53 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 54 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 54 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 55 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 55 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 56 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 56 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 57 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 57 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 58 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 58 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 59 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 59 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 60 | MIDI_ENABLE ?= yes # MIDI controls | 60 | MIDI_ENABLE = yes # MIDI controls |
| 61 | AUDIO_ENABLE ?= yes # Audio output on port C6 | 61 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 62 | UNICODE_ENABLE ?= no # Unicode | 62 | 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 | API_SYSEX_ENABLE = no | 65 | API_SYSEX_ENABLE = no |
| 66 | 66 | ||
| 67 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 67 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 68 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 68 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
diff --git a/keyboards/preonic/rules.mk b/keyboards/preonic/rules.mk index 6be5b55bc..b46c20193 100644 --- a/keyboards/preonic/rules.mk +++ b/keyboards/preonic/rules.mk | |||
| @@ -52,19 +52,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # change to "no" to disable the options, or define them in the Makefile in | 52 | # change to "no" to disable the options, or define them in the Makefile in |
| 53 | # the appropriate keymap folder that will get included automatically | 53 | # the appropriate keymap folder that will get included automatically |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 56 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 56 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 57 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 58 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 59 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 59 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 60 | NKRO_ENABLE ?= no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 61 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 62 | MIDI_ENABLE ?= yes # MIDI controls | 62 | MIDI_ENABLE = yes # MIDI controls |
| 63 | AUDIO_ENABLE ?= yes # Audio output on port C6 | 63 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 64 | UNICODE_ENABLE ?= no # Unicode | 64 | UNICODE_ENABLE = no # Unicode |
| 65 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 65 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 66 | RGBLIGHT_ENABLE ?= no # Enable WS2812 RGB underlight. | 66 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 67 | API_SYSEX_ENABLE ?= no | 67 | API_SYSEX_ENABLE = no |
| 68 | 68 | ||
| 69 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 69 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 70 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend \ No newline at end of file | 70 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend \ No newline at end of file |
diff --git a/keyboards/roadkit/rules.mk b/keyboards/roadkit/rules.mk index dbba6bace..786c9dc3e 100644 --- a/keyboards/roadkit/rules.mk +++ b/keyboards/roadkit/rules.mk | |||
| @@ -53,17 +53,17 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # change yes to no to disable | 54 | # change yes to no to disable |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 62 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 62 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 64 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 64 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 66 | MIDI_ENABLE ?= no # MIDI controls | 66 | MIDI_ENABLE = no # MIDI controls |
| 67 | UNICODE_ENABLE ?= no # Unicode | 67 | UNICODE_ENABLE = no # Unicode |
| 68 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 69 | AUDIO_ENABLE ?= no # Audio output on port C6 | 69 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/s60_x/default/rules.mk b/keyboards/s60_x/default/rules.mk index aaa3764df..f0f0ad76b 100644 --- a/keyboards/s60_x/default/rules.mk +++ b/keyboards/s60_x/default/rules.mk | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 1 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 2 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 2 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 3 | NKRO_ENABLE ?= no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 3 | NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 4 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 4 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 5 | RGBLIGHT_ENABLE ?= no | 5 | RGBLIGHT_ENABLE = no |
| 6 | 6 | ||
| 7 | ifndef QUANTUM_DIR | 7 | ifndef QUANTUM_DIR |
| 8 | include ../../../Makefile | 8 | include ../../../Makefile |
diff --git a/keyboards/s60_x/rgb/rules.mk b/keyboards/s60_x/rgb/rules.mk index 6953cc6d6..a979632a9 100644 --- a/keyboards/s60_x/rgb/rules.mk +++ b/keyboards/s60_x/rgb/rules.mk | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 1 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 2 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 2 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 3 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 3 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 4 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 4 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 5 | RGBLIGHT_ENABLE ?= yes # Enable RGB light | 5 | RGBLIGHT_ENABLE = yes # Enable RGB light |
| 6 | 6 | ||
| 7 | ifndef QUANTUM_DIR | 7 | ifndef QUANTUM_DIR |
| 8 | include ../../../Makefile | 8 | include ../../../Makefile |
diff --git a/keyboards/s60_x/rules.mk b/keyboards/s60_x/rules.mk index 0c568efe9..5d4b28195 100644 --- a/keyboards/s60_x/rules.mk +++ b/keyboards/s60_x/rules.mk | |||
| @@ -53,13 +53,13 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # change yes to no to disable | 54 | # change yes to no to disable |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | MIDI_ENABLE ?= no # MIDI controls | 62 | MIDI_ENABLE = no # MIDI controls |
| 63 | UNICODE_ENABLE ?= no # Unicode | 63 | UNICODE_ENABLE = no # Unicode |
| 64 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 64 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 65 | AUDIO_ENABLE ?= no # Audio output on port C6 \ No newline at end of file | 65 | AUDIO_ENABLE = no # Audio output on port C6 \ No newline at end of file |
diff --git a/keyboards/s65_x/rules.mk b/keyboards/s65_x/rules.mk index 9d8b559af..26a0a44b6 100644 --- a/keyboards/s65_x/rules.mk +++ b/keyboards/s65_x/rules.mk | |||
| @@ -53,15 +53,15 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # change yes to no to disable | 54 | # change yes to no to disable |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | MIDI_ENABLE ?= no # MIDI controls | 61 | MIDI_ENABLE = no # MIDI controls |
| 62 | UNICODE_ENABLE ?= no # Unicode | 62 | 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 | AUDIO_ENABLE ?= no # Audio output on port C6 | 64 | AUDIO_ENABLE = no # Audio output on port C6 |
| 65 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 65 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 66 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality | 66 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 67 | RGBLIGHT_ENABLE ?= yes # Enable RGB light | 67 | RGBLIGHT_ENABLE = yes # Enable RGB light |
diff --git a/keyboards/satan/keymaps/denolfe/Makefile b/keyboards/satan/keymaps/denolfe/Makefile index c4adab737..04d274306 100644 --- a/keyboards/satan/keymaps/denolfe/Makefile +++ b/keyboards/satan/keymaps/denolfe/Makefile | |||
| @@ -2,18 +2,18 @@ | |||
| 2 | # Build Options | 2 | # Build Options |
| 3 | # comment out to disable the options. | 3 | # comment out to disable the options. |
| 4 | # | 4 | # |
| 5 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 6 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 7 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 8 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 8 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 9 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 9 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 10 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 10 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 11 | RGBLIGHT_ENABLE ?= no # Enable keyboard underlight functionality (+4870) | 11 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality (+4870) |
| 12 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality (+1150) | 12 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality (+1150) |
| 13 | MIDI_ENABLE ?= no # MIDI controls | 13 | MIDI_ENABLE = no # MIDI controls |
| 14 | AUDIO_ENABLE ?= no | 14 | AUDIO_ENABLE = no |
| 15 | UNICODE_ENABLE ?= no # Unicode | 15 | UNICODE_ENABLE = no # Unicode |
| 16 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 17 | 17 | ||
| 18 | ifndef QUANTUM_DIR | 18 | ifndef QUANTUM_DIR |
| 19 | include ../../../../Makefile | 19 | include ../../../../Makefile |
diff --git a/keyboards/satan/rules.mk b/keyboards/satan/rules.mk index 1102584d8..87a4a0595 100644 --- a/keyboards/satan/rules.mk +++ b/keyboards/satan/rules.mk | |||
| @@ -52,15 +52,15 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # Build Options | 52 | # Build Options |
| 53 | # comment out to disable the options. | 53 | # comment out to disable the options. |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 56 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 56 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 57 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 58 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 59 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 59 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 60 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | RGBLIGHT_ENABLE ?= yes # Enable keyboard underlight functionality (+4870) | 61 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality (+4870) |
| 62 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality (+1150) | 62 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality (+1150) |
| 63 | MIDI_ENABLE ?= no # MIDI controls | 63 | MIDI_ENABLE = no # MIDI controls |
| 64 | AUDIO_ENABLE ?= no | 64 | AUDIO_ENABLE = no |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/sixkeyboard/rules.mk b/keyboards/sixkeyboard/rules.mk index 2c99985a9..6aedc7148 100644 --- a/keyboards/sixkeyboard/rules.mk +++ b/keyboards/sixkeyboard/rules.mk | |||
| @@ -55,16 +55,16 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 55 | # Build Options | 55 | # Build Options |
| 56 | # comment out to disable the options. | 56 | # comment out to disable the options. |
| 57 | # | 57 | # |
| 58 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 58 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 59 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 59 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 60 | EXTRAKEY_ENABLE ?= no # Audio control and System control(+450) | 60 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) |
| 61 | CONSOLE_ENABLE ?= no # Console for debug(+400) | 61 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 62 | COMMAND_ENABLE ?= no # Commands for debug and configuration | 62 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 63 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 63 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 64 | NKRO_ENABLE ?= no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality | 65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 66 | MIDI_ENABLE ?= no # MIDI controls | 66 | MIDI_ENABLE = no # MIDI controls |
| 67 | AUDIO_ENABLE ?= no | 67 | AUDIO_ENABLE = no |
| 68 | UNICODE_ENABLE ?= no # Unicode | 68 | UNICODE_ENABLE = no # Unicode |
| 69 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 70 | CUSTOM_MATRIX = yes \ No newline at end of file | 70 | CUSTOM_MATRIX = yes \ No newline at end of file |
diff --git a/keyboards/tada68/rules.mk b/keyboards/tada68/rules.mk index d8ec42365..dd5b2bbe0 100644 --- a/keyboards/tada68/rules.mk +++ b/keyboards/tada68/rules.mk | |||
| @@ -52,15 +52,15 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 52 | # Build Options | 52 | # Build Options |
| 53 | # comment out to disable the options. | 53 | # comment out to disable the options. |
| 54 | # | 54 | # |
| 55 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 55 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 56 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 56 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 57 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 57 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 58 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 58 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 59 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 59 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 60 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 60 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 61 | RGBLIGHT_ENABLE ?= no # Enable keyboard underlight functionality (+4870) | 61 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality (+4870) |
| 62 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality (+1150) | 62 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality (+1150) |
| 63 | MIDI_ENABLE ?= no # MIDI controls | 63 | MIDI_ENABLE = no # MIDI controls |
| 64 | AUDIO_ENABLE ?= no | 64 | AUDIO_ENABLE = no |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
diff --git a/keyboards/tiger_lily/rules.mk b/keyboards/tiger_lily/rules.mk index dd2f4b6ee..fa53bea4d 100644 --- a/keyboards/tiger_lily/rules.mk +++ b/keyboards/tiger_lily/rules.mk | |||
| @@ -51,21 +51,21 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 51 | # Build Options | 51 | # Build Options |
| 52 | # change yes to no to disable | 52 | # change yes to no to disable |
| 53 | # | 53 | # |
| 54 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 55 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 56 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 57 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 58 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 59 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 60 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 60 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 61 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 62 | NKRO_ENABLE ?= no # USB Nkey Rollover | 62 | NKRO_ENABLE = no # USB Nkey Rollover |
| 63 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 63 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 64 | MIDI_ENABLE ?= no # MIDI controls | 64 | MIDI_ENABLE = no # MIDI controls |
| 65 | UNICODE_ENABLE ?= no # Unicode | 65 | UNICODE_ENABLE = no # Unicode |
| 66 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 66 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 67 | AUDIO_ENABLE ?= no # Audio output on port C6 | 67 | AUDIO_ENABLE = no # Audio output on port C6 |
| 68 | FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches | 68 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 69 | 69 | ||
| 70 | CUSTOM_MATRIX = yes | 70 | CUSTOM_MATRIX = yes |
| 71 | SRC += matrix.c \ No newline at end of file | 71 | SRC += matrix.c \ No newline at end of file |
diff --git a/keyboards/tv44/rules.mk b/keyboards/tv44/rules.mk index dbba6bace..786c9dc3e 100644 --- a/keyboards/tv44/rules.mk +++ b/keyboards/tv44/rules.mk | |||
| @@ -53,17 +53,17 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 53 | # Build Options | 53 | # Build Options |
| 54 | # change yes to no to disable | 54 | # change yes to no to disable |
| 55 | # | 55 | # |
| 56 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 59 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 60 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 62 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 62 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 64 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 64 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default | 65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 66 | MIDI_ENABLE ?= no # MIDI controls | 66 | MIDI_ENABLE = no # MIDI controls |
| 67 | UNICODE_ENABLE ?= no # Unicode | 67 | UNICODE_ENABLE = no # Unicode |
| 68 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 69 | AUDIO_ENABLE ?= no # Audio output on port C6 | 69 | AUDIO_ENABLE = no # Audio output on port C6 |
diff --git a/keyboards/vision_division/rules.mk b/keyboards/vision_division/rules.mk index 6990960bf..5b739d4fd 100644 --- a/keyboards/vision_division/rules.mk +++ b/keyboards/vision_division/rules.mk | |||
| @@ -54,17 +54,17 @@ OPT_DEFS += -DBOOTLOADER_SIZE=1024 | |||
| 54 | # Build Options | 54 | # Build Options |
| 55 | # change yes to no to disable | 55 | # change yes to no to disable |
| 56 | # | 56 | # |
| 57 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 57 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 58 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 58 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 59 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 59 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 60 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 60 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 61 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 61 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 62 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 62 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 63 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 63 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 64 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 64 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 65 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 65 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 66 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality on B7 by default | 66 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default |
| 67 | MIDI_ENABLE ?= no # MIDI controls | 67 | MIDI_ENABLE = no # MIDI controls |
| 68 | UNICODE_ENABLE ?= no # Unicode | 68 | UNICODE_ENABLE = no # Unicode |
| 69 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID | 69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 70 | AUDIO_ENABLE ?= no # Audio output on port C6 \ No newline at end of file | 70 | AUDIO_ENABLE = no # Audio output on port C6 \ No newline at end of file |
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index 565381e16..fb34dbb9a 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk | |||
| @@ -58,16 +58,16 @@ OPT_DEFS = | |||
| 58 | # Build Options | 58 | # Build Options |
| 59 | # comment out to disable the options. | 59 | # comment out to disable the options. |
| 60 | # | 60 | # |
| 61 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration | 61 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration |
| 62 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | 62 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) |
| 63 | MOUSEKEY_ENABLE ?= yes # Mouse keys | 63 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 64 | EXTRAKEY_ENABLE ?= yes # Audio control and System control | 64 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 65 | #CONSOLE_ENABLE ?= yes # Console for debug | 65 | #CONSOLE_ENABLE = yes # Console for debug |
| 66 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 66 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 67 | #SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 67 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 68 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 68 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 69 | CUSTOM_MATRIX ?= yes # Custom matrix file | 69 | CUSTOM_MATRIX = yes # Custom matrix file |
| 70 | BACKLIGHT_ENABLE ?= yes | 70 | BACKLIGHT_ENABLE = yes |
| 71 | VISUALIZER_ENABLE ?= yes | 71 | VISUALIZER_ENABLE = yes |
| 72 | 72 | ||
| 73 | include $(KEYBOARD_PATH)/drivers/gdisp/IS31FL3731C/driver.mk | 73 | include $(KEYBOARD_PATH)/drivers/gdisp/IS31FL3731C/driver.mk |
