From 92b2076dda8efea4a1437647199d02d011e6f034 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun, 18 Dec 2022 15:42:20 -0600
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Melzi=20encoder?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h b/Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h
index 76478dd1a07..f508093c225 100644
--- a/Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h
+++ b/Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h
@@ -51,6 +51,11 @@
   #define LCD_PINS_ENABLE                     17  // ST9720 DAT
   #define LCD_PINS_D4                         30  // ST9720 CLK
 
+  #define BTN_ENC                             16
+  #define BTN_EN1                             11
+  #define BTN_EN2                             10
+  #define BEEPER_PIN                          27
+
   #define LCD_PINS_DEFINED
 #endif