diff options
author | DUILCHOI <48977039+duilchoi@users.noreply.github.com> | 2022-08-07 18:30:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 02:30:18 -0700 |
commit | 964ce931e2037465ead8b0b8d30231ebedd02ebc (patch) | |
tree | 140fd42eafc6f1f2fb08cba4e9d8d075d3c0e201 /keyboards/linworks/fave104/rules.mk | |
parent | 82a72fe815fedd25275169bc93c68ca433367fdb (diff) |
[Keyboard] add fave104 (#17909)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/linworks/fave104/rules.mk')
-rw-r--r-- | keyboards/linworks/fave104/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/linworks/fave104/rules.mk b/keyboards/linworks/fave104/rules.mk new file mode 100644 index 0000000000..296105bb2b --- /dev/null +++ b/keyboards/linworks/fave104/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = STM32F072 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = no + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |