diff options
author | keyquest.tech <109129639+keyquesttech@users.noreply.github.com> | 2022-08-06 01:30:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 16:30:05 +1000 |
commit | 07fc37541d80a4eaad7ce0b14d780d24c9f8090b (patch) | |
tree | caf084910a3a64e7b9ff514c0f2ce9f14fc57ed9 /keyboards/keyquest/enclave/rules.mk | |
parent | 10ad2389442c00c32714f6e9a6766e9e7bdec2c2 (diff) |
Added support for keyquest keyboards (#17667)
Co-authored-by: Mathiaszmrga <mmoragrega@centro.edu.mx>
Diffstat (limited to 'keyboards/keyquest/enclave/rules.mk')
-rw-r--r-- | keyboards/keyquest/enclave/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/keyquest/enclave/rules.mk b/keyboards/keyquest/enclave/rules.mk new file mode 100644 index 0000000000..0730fa9d7e --- /dev/null +++ b/keyboards/keyquest/enclave/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# Change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = yes
\ No newline at end of file |