1
0
Fork 0

Merge branch 'master' into develop

This commit is contained in:
Dasky 2023-02-14 03:05:44 +00:00
commit 74770ac79b
16 changed files with 25 additions and 29 deletions

View file

@ -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