diff options
author | QMK Bot <hello@qmk.fm> | 2023-06-24 09:31:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-06-24 09:31:41 +0000 |
commit | d18fc1cb9214726adf4de2d8760f8fc7dfbcea01 (patch) | |
tree | 99be665715617a0b33e322b386a6dbb4b18977f3 | |
parent | ef547e909a4d2ae6bc469fa7fb07589c20ab5a93 (diff) | |
parent | 1cf20f4587a12563c724efad03cbbb3c7242e8be (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/mechlovin/zed60/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechlovin/zed60/config.h b/keyboards/mechlovin/zed60/config.h index 96c2f6967c..e53e0589d5 100644 --- a/keyboards/mechlovin/zed60/config.h +++ b/keyboards/mechlovin/zed60/config.h @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef RGBLIGHT_ENABLE #define WS2812_SPI SPID1 // default: SPID1 -#define WS2812_SPI_MOSI_PAL_MODE 5 // MOSI pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 5 +#define WS2812_SPI_MOSI_PAL_MODE 6 // MOSI pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 5 # define RGBLIGHT_EFFECT_BREATHING # define RGBLIGHT_EFFECT_RAINBOW_MOOD |