diff options
Diffstat (limited to 'keyboards/ares/rules.mk')
| -rw-r--r-- | keyboards/ares/rules.mk | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/keyboards/ares/rules.mk b/keyboards/ares/rules.mk index 076cbdc39..d24b74c95 100644 --- a/keyboards/ares/rules.mk +++ b/keyboards/ares/rules.mk | |||
| @@ -2,21 +2,20 @@ | |||
| 2 | MCU = atmega32a | 2 | MCU = atmega32a |
| 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 = bootloadHID | 5 | BOOTLOADER = bootloadHID |
| 13 | 6 | ||
| 14 | # build options | 7 | # Build Options |
| 15 | BOOTMAGIC_ENABLE = lite | 8 | # change yes to no to disable |
| 16 | MOUSEKEY_ENABLE = no | 9 | # |
| 17 | EXTRAKEY_ENABLE = yes | 10 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 18 | CONSOLE_ENABLE = no | 11 | MOUSEKEY_ENABLE = no # Mouse keys |
| 19 | COMMAND_ENABLE = yes | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | BACKLIGHT_ENABLE = yes | 13 | CONSOLE_ENABLE = no # Console for debug |
| 21 | RGBLIGHT_ENABLE = no | 14 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 17 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
| 18 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 22 | WS2812_DRIVER = i2c | 19 | WS2812_DRIVER = i2c |
| 20 | |||
| 21 | LAYOUTS = 60_ansi_split_bs_rshift 60_hhkb | ||
