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