From 57429cb9fe93db0700574f87e9ad48f8c0ab4f75 Mon Sep 17 00:00:00 2001
From: brupje <brupje@gmail.com>
Date: Thu, 29 Nov 2012 21:42:19 +0100
Subject: [PATCH] Fix for keypad

---
 Marlin/pins.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index 2ac7ef9f26..febe2cd1f3 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -1381,8 +1381,8 @@
     #define LCD_PINS_D7 29
     
     //buttons are directly attached using AUX-2
-    #define BTN_EN1 37
-    #define BTN_EN2 35
+    #define BTN_EN1 59
+    #define BTN_EN2 64
     #define BTN_ENC 43  //the click
     
     #define BLEN_C 2
-- 
GitLab