diff options
Diffstat (limited to 'keyboards/handwired/steamvan/rev1')
-rw-r--r-- | keyboards/handwired/steamvan/rev1/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/steamvan/rev1/config.h b/keyboards/handwired/steamvan/rev1/config.h index ae8a7eb321..a953888dc8 100644 --- a/keyboards/handwired/steamvan/rev1/config.h +++ b/keyboards/handwired/steamvan/rev1/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 12 - /* ROWS: Top to bottom, COLS: Left to right */ #define MATRIX_ROW_PINS { A6, A5, A4, A3 } |