aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/config.h')
-rw-r--r--quantum/template/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/template/config.h b/quantum/template/config.h
index 9afedbcc0..7d6149f43 100644
--- a/quantum/template/config.h
+++ b/quantum/template/config.h
@@ -29,14 +29,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
29#define DESCRIPTION A custom keyboard 29#define DESCRIPTION A custom keyboard
30 30
31/* key matrix size */ 31/* key matrix size */
32#define MATRIX_ROWS 4 32#define MATRIX_ROWS 2
33#define MATRIX_COLS 12 33#define MATRIX_COLS 3
34 34
35// Planck PCB default pin-out 35// Planck PCB default pin-out
36// Change this to how you wired your keyboard 36// Change this to how you wired your keyboard
37// COLS: Left to right, ROWS: Top to bottom 37// COLS: Left to right, ROWS: Top to bottom
38#define COLS (int []){ F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 } 38#define COLS (int []){ F1, F0, B0 }
39#define ROWS (int []){ D0, D5, B5, B6 } 39#define ROWS (int []){ D0, D5 }
40 40
41/* COL2ROW or ROW2COL */ 41/* COL2ROW or ROW2COL */
42#define DIODE_DIRECTION COL2ROW 42#define DIODE_DIRECTION COL2ROW