diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-27 02:44:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-27 02:44:18 +0000 |
commit | 998ac203e4f325f7fc5d97129e4d94083a50c7f9 (patch) | |
tree | 71b4dabbf4f02fd90988badaf99665ad493db227 /keyboards/ares/rules.mk | |
parent | be34fdea4b2903ae12de57b36a68b7c7b0648b74 (diff) | |
parent | a617c8b80a5e1760ffaac5e4367d89065f2fbce9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 076cbdc39a..d24b74c954 100644 --- a/keyboards/ares/rules.mk +++ b/keyboards/ares/rules.mk @@ -2,21 +2,20 @@ MCU = atmega32a # Bootloader selection -# Teensy halfkay -# Pro Micro caterina -# Atmel DFU atmel-dfu -# LUFA DFU lufa-dfu -# QMK DFU qmk-dfu -# ATmega32A bootloadHID -# ATmega328P USBasp BOOTLOADER = bootloadHID -# build options -BOOTMAGIC_ENABLE = lite -MOUSEKEY_ENABLE = no -EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = no -COMMAND_ENABLE = yes -BACKLIGHT_ENABLE = yes -RGBLIGHT_ENABLE = no +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow WS2812_DRIVER = i2c + +LAYOUTS = 60_ansi_split_bs_rshift 60_hhkb |