diff options
Diffstat (limited to 'keyboards/gonnerd/rules.mk')
| -rw-r--r-- | keyboards/gonnerd/rules.mk | 24 |
1 files changed, 12 insertions, 12 deletions
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 |
