diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-09 00:38:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-09 00:38:10 +0000 |
commit | c349e85956ffd5a467a9b122d34ed7168b57f779 (patch) | |
tree | 85c60ebbae2c6650c2e4d66400e5b9d03f30c60a /keyboards/yandrstudio/zhou65/rules.mk | |
parent | 41225620c228d9a677b45f281d02f1fc4460301d (diff) | |
parent | 5244b13173e3df8f12f6e7338533c262e3acf88f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/yandrstudio/zhou65/rules.mk')
-rw-r--r-- | keyboards/yandrstudio/zhou65/rules.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/yandrstudio/zhou65/rules.mk b/keyboards/yandrstudio/zhou65/rules.mk index b851d0ab39..35a39a549a 100644 --- a/keyboards/yandrstudio/zhou65/rules.mk +++ b/keyboards/yandrstudio/zhou65/rules.mk @@ -1,3 +1,9 @@ +# MCU name +MCU = STM32F401 + +# Bootloader selection +BOOTLOADER = stm32-dfu + # Build Options # change yes to no to disable # @@ -8,5 +14,5 @@ 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 +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output |