aboutsummaryrefslogtreecommitdiff
path: root/keyboards/leafcutterlabs/bigknob/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/leafcutterlabs/bigknob/config.h')
-rw-r--r--keyboards/leafcutterlabs/bigknob/config.h33
1 files changed, 16 insertions, 17 deletions
diff --git a/keyboards/leafcutterlabs/bigknob/config.h b/keyboards/leafcutterlabs/bigknob/config.h
index 5f958293c..eacc89479 100644
--- a/keyboards/leafcutterlabs/bigknob/config.h
+++ b/keyboards/leafcutterlabs/bigknob/config.h
@@ -1,20 +1,18 @@
1/* 1/* Copyright 2021 Craig Gardner
2Copyright 2012 Jun Wako <wakojun@gmail.com> 2 *
3 3 * This program is free software: you can redistribute it and/or modify
4This program is free software: you can redistribute it and/or modify 4 * it under the terms of the GNU General Public License as published by
5it under the terms of the GNU General Public License as published by 5 * the Free Software Foundation, either version 2 of the License, or
6the Free Software Foundation, either version 2 of the License, or 6 * (at your option) any later version.
7(at your option) any later version. 7 *
8 8 * This program is distributed in the hope that it will be useful,
9This program is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * GNU General Public License for more details.
12GNU General Public License for more details. 12 *
13 13 * You should have received a copy of the GNU General Public License
14You should have received a copy of the GNU General Public License 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15 */
16*/
17
18#pragma once 16#pragma once
19 17
20#include "config_common.h" 18#include "config_common.h"
@@ -25,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25#define DEVICE_VER 0x0001 23#define DEVICE_VER 0x0001
26#define MANUFACTURER leafcutterlabs 24#define MANUFACTURER leafcutterlabs
27#define PRODUCT bigKNOB 25#define PRODUCT bigKNOB
26
28/* key matrix size */ 27/* key matrix size */
29#define MATRIX_ROWS 1 28#define MATRIX_ROWS 1
30#define MATRIX_COLS 5 29#define MATRIX_COLS 5