diff options
Diffstat (limited to 'keyboards/bolsa')
-rw-r--r-- | keyboards/bolsa/bolsalice/config.h | 5 | ||||
-rw-r--r-- | keyboards/bolsa/damapad/config.h | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/bolsa/bolsalice/config.h b/keyboards/bolsa/bolsalice/config.h index 37bafc3ab5..8d95b371bd 100644 --- a/keyboards/bolsa/bolsalice/config.h +++ b/keyboards/bolsa/bolsalice/config.h @@ -17,11 +17,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 15 - - #define MATRIX_ROW_PINS { B2, B3, C7, C6, B5 } #define MATRIX_COL_PINS { E6, F0, F1, F4, F5, F6, F7, B4, D7, D6, D4, D5, D3, D2, D1 } diff --git a/keyboards/bolsa/damapad/config.h b/keyboards/bolsa/damapad/config.h index ce7d8b49bb..444f0de0e7 100644 --- a/keyboards/bolsa/damapad/config.h +++ b/keyboards/bolsa/damapad/config.h @@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 3 -#define MATRIX_COLS 6 - /* key matrix pins */ #define MATRIX_ROW_PINS { E6, F7, C7 } #define MATRIX_COL_PINS { F0, F1, F4, F5, F6, B7 } |