Merge branch 'master' into develop
This commit is contained in:
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 8
|
||||
#define MATRIX_COLS 8
|
||||
|
||||
// ROWS: Top to bottom, COLS: Left to right
|
||||
|
||||
#define MATRIX_ROW_PINS { B0, B1, B2, B3, F4, F5, F6, F7 }
|
||||
@@ -42,4 +37,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define SOLENOID_PIN D2
|
||||
|
||||
/* Piezo Buzzer */
|
||||
#define AUDIO_PIN B7
|
||||
#define AUDIO_PIN B7
|
||||
|
||||
Reference in New Issue
Block a user