diff options
author | jack <0x6A73@pm.me> | 2022-03-08 17:37:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 00:37:40 +0000 |
commit | 5244b13173e3df8f12f6e7338533c262e3acf88f (patch) | |
tree | b24a6ee5f34f6fcc653c13ba5df81b8bfd7873e8 /keyboards/yandrstudio/zhou65/rules.mk | |
parent | 022e1fdac86c38136d6f818aec15d34b1ab92be5 (diff) | |
download | qmk_firmware-5244b13173e3df8f12f6e7338533c262e3acf88f.tar.gz qmk_firmware-5244b13173e3df8f12f6e7338533c262e3acf88f.zip |
Fix yandrstudio/zhou65 (#16589)
* initial cleanup and hotfix for rgb....
* remove /f401
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 |