aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.h b/conf.h
index c4b5540..a13eb9e 100755
--- a/conf.h
+++ b/conf.h
@@ -34,9 +34,9 @@
#define D7 RD7 // Data 7 on RD7
//Define Buttons
-#define SETB RE0
-#define DECR RE1
-#define INCR RE2
+#define DECR RB5
+#define INCR RB4
+#define SETB RB2
//Define Buzz
#define BEEP RD1 \ No newline at end of file