diff options
Diffstat (limited to 'keyboards/donutcables/scrabblepad/rules.mk')
-rw-r--r-- | keyboards/donutcables/scrabblepad/rules.mk | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/keyboards/donutcables/scrabblepad/rules.mk b/keyboards/donutcables/scrabblepad/rules.mk index 5605eb21a..a94668cc3 100644 --- a/keyboards/donutcables/scrabblepad/rules.mk +++ b/keyboards/donutcables/scrabblepad/rules.mk | |||
@@ -2,29 +2,19 @@ | |||
2 | MCU = at90usb1286 | 2 | MCU = at90usb1286 |
3 | 3 | ||
4 | # Bootloader selection | 4 | # Bootloader selection |
5 | # Teensy halfkay | ||
6 | # Pro Micro caterina | ||
7 | # Atmel DFU atmel-dfu | ||
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
12 | BOOTLOADER = halfkay | 5 | BOOTLOADER = halfkay |
13 | 6 | ||
14 | # Build Options | 7 | # Build Options |
15 | # change yes to no to disable | 8 | BOOTMAGIC_ENABLE = no # Enable Bootmagic |
16 | # | 9 | MOUSEKEY_ENABLE = no # Mouse keys |
17 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
18 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
19 | EXTRAKEY_ENABLE = yes # Audio control and System control | 10 | EXTRAKEY_ENABLE = yes # Audio control and System control |
20 | CONSOLE_ENABLE = yes # Console for debug | 11 | CONSOLE_ENABLE = no # Console for debug |
21 | COMMAND_ENABLE = yes # Commands for debug and configuration | 12 | COMMAND_ENABLE = no # Commands for debug and configuration |
22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 13 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 14 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 15 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
25 | NKRO_ENABLE = no # USB Nkey Rollover | 16 | NKRO_ENABLE = yes # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
27 | MIDI_ENABLE = no # MIDI support | 18 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | UNICODE_ENABLE = no # Unicode | 19 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 20 | AUDIO_ENABLE = no # Audio output |
30 | AUDIO_ENABLE = no # Audio output on port C6 | ||