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