Browse Source

Fix for keypad

brupje 12 years ago
parent
commit
57429cb9fe
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/pins.h

+ 2
- 2
Marlin/pins.h View File

@@ -1381,8 +1381,8 @@
1381 1381
     #define LCD_PINS_D7 29
1382 1382
     
1383 1383
     //buttons are directly attached using AUX-2
1384
-    #define BTN_EN1 37
1385
-    #define BTN_EN2 35
1384
+    #define BTN_EN1 59
1385
+    #define BTN_EN2 64
1386 1386
     #define BTN_ENC 43  //the click
1387 1387
     
1388 1388
     #define BLEN_C 2

Loading…
Cancel
Save