diff options
Diffstat (limited to 'keyboards/eco')
-rw-r--r-- | keyboards/eco/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/eco/config.h b/keyboards/eco/config.h index 27d8b97735..95c6a44399 100644 --- a/keyboards/eco/config.h +++ b/keyboards/eco/config.h @@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 14 - /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |