diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-06 06:30:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-06 06:30:45 +0000 |
commit | 5efa2ff23eaf3c93e642ec8a4e5abbc8297527e8 (patch) | |
tree | 4e78650f5342201a6890ab29fbccad72b79ea7be /keyboards/keyquest/enclave/rules.mk | |
parent | 897403c4a71080469b8c11fc87e0e145ffe3837a (diff) | |
parent | 07fc37541d80a4eaad7ce0b14d780d24c9f8090b (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |