diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-26 19:08:13 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-26 19:08:13 +0000 |
commit | 023b85db96c7b5fc343a6ae7425f7a7b9ced8969 (patch) | |
tree | 5923a7408eaf83d400df8abf842609e3a797ff33 /keyboards/exent/rules.mk | |
parent | bbe43a91ebf193bbc8c09ba59209b0524367e68c (diff) | |
parent | cbe761ea1628691c9ed7f93d06aab145fc2c9077 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/exent/rules.mk')
-rw-r--r-- | keyboards/exent/rules.mk | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/keyboards/exent/rules.mk b/keyboards/exent/rules.mk index 0bafc86814..12aec0f594 100644 --- a/keyboards/exent/rules.mk +++ b/keyboards/exent/rules.mk @@ -2,23 +2,22 @@ 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 = no -MOUSEKEY_ENABLE = no -EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = no -COMMAND_ENABLE = yes -BACKLIGHT_ENABLE = yes -RGBLIGHT_ENABLE = yes +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output WS2812_DRIVER = i2c LAYOUTS = 65_ansi 65_iso |