diff options
author | Drashna Jael're <drashna@live.com> | 2022-08-14 01:54:23 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-08-14 01:54:23 -0700 |
commit | ac31e429741a640b0d03d2ebd76554b7fe9247e0 (patch) | |
tree | 8d21aa6f2b7e0c3ee75b37e4f2edb1ae010db525 /keyboards/xelus/valor_frl_tkl/rev2_0/rules.mk | |
parent | e948fa6f6e184a3c9a317a7aa680e33e7629b0d4 (diff) | |
parent | 4195eb8fe1de39855b622ee282950c10fdbf0988 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xelus/valor_frl_tkl/rev2_0/rules.mk')
-rw-r--r-- | keyboards/xelus/valor_frl_tkl/rev2_0/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/xelus/valor_frl_tkl/rev2_0/rules.mk b/keyboards/xelus/valor_frl_tkl/rev2_0/rules.mk new file mode 100644 index 0000000000..ba22afdc26 --- /dev/null +++ b/keyboards/xelus/valor_frl_tkl/rev2_0/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = STM32F411 + +# Bootloader selection +BOOTLOADER = stm32-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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE + +KEYBOARD_SHARED_EP = yes |