Fixup swiftrax/bumblebee (reduce firmware size) (#19834)
This commit is contained in:
parent
9a654e5728
commit
ef881364d4
3 changed files with 8 additions and 16 deletions
|
@ -17,12 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* 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 }
|
||||
|
@ -34,9 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* define if matrix has ghost */
|
||||
//#define MATRIX_HAS_GHOST
|
||||
|
||||
/* Set 0 if debouncing isn't needed */
|
||||
#define DEBOUNCE 5
|
||||
|
||||
/* Encoder */
|
||||
#define ENCODERS_PAD_A { C6 }
|
||||
#define ENCODERS_PAD_B { B6 }
|
||||
|
@ -49,4 +40,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