diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-30 02:57:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-30 02:57:53 +0000 |
commit | a50b18c9aadbb463dc4c1dc2cea58e1a362cec6a (patch) | |
tree | 9ac6c28928294d986dbaf0e6b9e6811efe0a34a8 /keyboards/yandrstudio/eau87/rules.mk | |
parent | c490584961c2375e25b579c63d7c7f9374143244 (diff) | |
parent | 2c4fd924c02b081b0e0d87f972c0e55b08741eec (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |