diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-06-30 16:09:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 16:09:52 -0400 |
| commit | b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (patch) | |
| tree | 994017c60f209efc34a522c428fa3397d1198a0c /keyboards/handwired | |
| parent | 61ef949576fb64e3c57c3381875708893e4b3f96 (diff) | |
| download | qmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.tar.gz qmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.zip | |
Update keyboards' rules.mk/Makefiles (#1442)
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
Diffstat (limited to 'keyboards/handwired')
| -rw-r--r-- | keyboards/handwired/CMD60/rules.mk | 24 | ||||
| -rw-r--r-- | keyboards/handwired/MS_sculpt_mobile/rules.mk | 26 | ||||
| -rw-r--r-- | keyboards/handwired/arrow_pad/rules.mk | 26 | ||||
| -rw-r--r-- | keyboards/handwired/atreus50/rules.mk | 26 | ||||
| -rw-r--r-- | keyboards/handwired/fivethirteen/rules.mk | 24 | ||||
| -rw-r--r-- | keyboards/handwired/frenchdev/rules.mk | 30 | ||||
| -rw-r--r-- | keyboards/handwired/gamenum/rules.mk | 24 | ||||
| -rw-r--r-- | keyboards/handwired/kbod/rules.mk | 26 | ||||
| -rw-r--r-- | keyboards/handwired/magicforce68/rules.mk | 24 | ||||
| -rw-r--r-- | keyboards/handwired/minorca/rules.mk | 26 | ||||
| -rw-r--r-- | keyboards/handwired/numpad20/rules.mk | 24 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/rules.mk | 10 | ||||
| -rw-r--r-- | keyboards/handwired/ortho5x13/rules.mk | 24 | ||||
| -rw-r--r-- | keyboards/handwired/pilcrow/rules.mk | 24 | ||||
| -rw-r--r-- | keyboards/handwired/promethium/rules.mk | 38 | ||||
| -rwxr-xr-x | keyboards/handwired/reddot/rules.mk | 22 | ||||
| -rw-r--r-- | keyboards/handwired/retro_refit/rules.mk | 24 | ||||
| -rw-r--r-- | keyboards/handwired/trackpoint/rules.mk | 28 | ||||
| -rw-r--r-- | keyboards/handwired/traveller/rules.mk | 22 |
19 files changed, 236 insertions, 236 deletions
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 |
