Merge branch 'master' into develop
This commit is contained in:
commit
74770ac79b
16 changed files with 25 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue