diff options
author | Ryan <fauxpark@gmail.com> | 2021-06-27 05:07:44 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 05:07:44 +1000 |
commit | cbe761ea1628691c9ed7f93d06aab145fc2c9077 (patch) | |
tree | dc18b6808b150d94e59bf838aa1bbb16553fc6b9 /keyboards/exent/rules.mk | |
parent | c232882fda0669e28312446feac3cadb254962e8 (diff) | |
download | qmk_firmware-cbe761ea1628691c9ed7f93d06aab145fc2c9077.tar.gz qmk_firmware-cbe761ea1628691c9ed7f93d06aab145fc2c9077.zip |
Exent cleanup (#13353)
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 |