summaryrefslogtreecommitdiff
path: root/software/rhmixxx/rhmixxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/rhmixxx/rhmixxx.c')
-rw-r--r--software/rhmixxx/rhmixxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/rhmixxx/rhmixxx.c b/software/rhmixxx/rhmixxx.c
index 6b22d21..91d65ec 100644
--- a/software/rhmixxx/rhmixxx.c
+++ b/software/rhmixxx/rhmixxx.c
@@ -89,7 +89,7 @@ static FILE serial_stream;
void key_init(void)
{
- KEY_DDR = 0xF0;
+ KEY_DDR = 0x10;
KEY_PORT = 0xEF;
}