diff options
| author | Joel Challis | 2025-07-07 16:10:51 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-07 16:10:51 +0200 |
| commit | d151b1bef5dcb939689b1ed74ba6dbd01b2bd637 (patch) | |
| tree | 085f272bf2ab8ac7a1ff5b286b4b58ea63ee0e3d /keyboards/moon/config.h | |
| parent | baf0060761db4e0f1d631b00e6057c6763470e78 (diff) | |
Convert moon to lite custom matrix (#25452)
Diffstat (limited to 'keyboards/moon/config.h')
| -rw-r--r-- | keyboards/moon/config.h | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/keyboards/moon/config.h b/keyboards/moon/config.h index ca4c770a3b..1e95dc2b8f 100644 --- a/keyboards/moon/config.h +++ b/keyboards/moon/config.h @@ -1,23 +1,7 @@ -/* -Copyright 2019 Mathias Andersson <wraul@dbox.se> - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - +// Copyright 2019 Mathias Andersson <wraul@dbox.se> +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once - -/* key matrix size */ +// key matrix size #define MATRIX_ROWS 8 #define MATRIX_COLS 11 |