diff options
author | JX <572673807@qq.com> | 2022-11-20 16:29:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 00:29:02 -0800 |
commit | f5ca82854b11ba1f7ed99b88f082ebe6f214673c (patch) | |
tree | f53357fc51d43e4256c498d69da2dee95fb9b05d /keyboards/yandrstudio/yr80/rules.mk | |
parent | 6de4870ee0dbd14eb592195334eb70423ae88136 (diff) |
[Keyboard] Add YR80 (#18945)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/yandrstudio/yr80/rules.mk')
-rw-r--r-- | keyboards/yandrstudio/yr80/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/yandrstudio/yr80/rules.mk b/keyboards/yandrstudio/yr80/rules.mk new file mode 100644 index 0000000000..43a4366a1f --- /dev/null +++ b/keyboards/yandrstudio/yr80/rules.mk @@ -0,0 +1,16 @@ +# Wildcard to allow APM32 MCU +DFU_SUFFIX_ARGS = -p FFFF -v FFFF + +# 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 +WS2812_DRIVER = pwm # WS2812 RGB Driver |