diff options
Diffstat (limited to 'keyboards/underscore33/rules.mk')
| -rw-r--r-- | keyboards/underscore33/rules.mk | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/keyboards/underscore33/rules.mk b/keyboards/underscore33/rules.mk index a5c12fdad..b86f18e11 100644 --- a/keyboards/underscore33/rules.mk +++ b/keyboards/underscore33/rules.mk | |||
| @@ -1,25 +1 @@ | |||
| 1 | # MCU name | DEFAULT_FOLDER = underscore33/rev1 | |
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 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 = atmel-dfu | ||
| 13 | |||
| 14 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 15 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 16 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 17 | CONSOLE_ENABLE = no # Console for debug | ||
| 18 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 19 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 20 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 21 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 22 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 23 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 24 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 25 | TAP_DANCE_ENABLE = no | ||
