aboutsummaryrefslogtreecommitdiff
path: root/esp32/lego-piano.ino
diff options
context:
space:
mode:
Diffstat (limited to 'esp32/lego-piano.ino')
-rw-r--r--esp32/lego-piano.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32/lego-piano.ino b/esp32/lego-piano.ino
index 29368e6..2ac4344 100644
--- a/esp32/lego-piano.ino
+++ b/esp32/lego-piano.ino
@@ -27,7 +27,7 @@ const size_t row_count = 5;
const size_t col_count = 5;
const int rows[row_count] = { 5, 23, 19, 18, 26 };
-const int cols[col_count] = { 7, 33, 8, 21, 22 };
+const int cols[col_count] = { 17, 33, 16, 21, 22 };
const int adc[row_count] = { 2, 4, 12, 27, 14 };
const int ampEnable = 32;