Archived
1
0

Minor comment fix

This commit is contained in:
Emanuele Caruso 2014-04-09 23:13:53 +02:00
parent 8063ac353b
commit 0bd1797ff4

View File

@ -20,8 +20,7 @@
#define ROWS 5 #define ROWS 5
#define COLS 6 #define COLS 6
/* The following matrix is shown here for reference, it is needed for /* The following matrix is shown here for reference only.
correct wiring.
char keys[ROWS][COLS] = { char keys[ROWS][COLS] = {
{'S', 'T', 'P', 'H', '*', Fn1}, {'S', 'T', 'P', 'H', '*', Fn1},
{'S', 'K', 'W', 'R', '*', Fn2}, {'S', 'K', 'W', 'R', '*', Fn2},