diff options
author | JX <572673807@qq.com> | 2022-09-30 10:57:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 19:57:39 -0700 |
commit | 2c4fd924c02b081b0e0d87f972c0e55b08741eec (patch) | |
tree | b2102c447c017f5a95363c24ef6641f83d86d3f3 /keyboards/yandrstudio/eau87/rules.mk | |
parent | 168b69654fe9101e4278a0620032e88b8049eb45 (diff) |
[Keyboard] Add EAU87 (#18532)
Diffstat (limited to 'keyboards/yandrstudio/eau87/rules.mk')
-rw-r--r-- | keyboards/yandrstudio/eau87/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/yandrstudio/eau87/rules.mk b/keyboards/yandrstudio/eau87/rules.mk new file mode 100644 index 0000000000..4a92d0f891 --- /dev/null +++ b/keyboards/yandrstudio/eau87/rules.mk @@ -0,0 +1,15 @@ +# 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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |