diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-26 05:51:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-26 05:51:46 +0000 |
commit | 1fd8a45ddee31fe30b79d0fc4bcae6c5941200c3 (patch) | |
tree | ebfca5ef3a8e5d31daa95ac12d85663ee503cee0 /keyboards/yandrstudio/eau_r2/rules.mk | |
parent | e1d63ad0df268c02f560b2d04f5c1f23d4bded1d (diff) | |
parent | 995a0077fcc9f6146f367dd2509a6f192c8795ca (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/yandrstudio/eau_r2/rules.mk')
-rw-r--r-- | keyboards/yandrstudio/eau_r2/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/yandrstudio/eau_r2/rules.mk b/keyboards/yandrstudio/eau_r2/rules.mk new file mode 100644 index 0000000000..421ae9fce1 --- /dev/null +++ b/keyboards/yandrstudio/eau_r2/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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |