ソースを参照

🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (#23646)

Bob Kuhn 2年前
コミット
7ef9e6df98
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/pins/ramps/pins_RUMBA.h

+ 1
- 1
Marlin/src/pins/ramps/pins_RUMBA.h ファイルの表示

@@ -220,7 +220,7 @@
220 220
       #define RGB_LED_B_PIN                   40
221 221
     #endif
222 222
   #elif ENABLED(FYSETC_MINI_12864_2_1)
223
-    #define NEOPIXEL_PIN                      25
223
+    #define NEOPIXEL_PIN                      38
224 224
   #endif
225 225
 
226 226
 #else

読み込み中…
キャンセル
保存