6f3beae895
Co-authored-by: Ryan <fauxpark@gmail.com>
8 lines
151 B
C
8 lines
151 B
C
// Copyright 2023 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
/* key matrix size */
|
|
#define MATRIX_ROWS 16
|
|
#define MATRIX_COLS 8
|