From 138156d4a0be4470f9653d7191d152c16f0678fc Mon Sep 17 00:00:00 2001 From: Wilba6582 Date: Tue, 30 Jun 2015 17:35:18 +1000 Subject: Update for Atomic PCB Rev 0 --- keyboard/planck/matrix_pcb.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'keyboard/planck') diff --git a/keyboard/planck/matrix_pcb.c b/keyboard/planck/matrix_pcb.c index 7d46baf3de..11a7376d86 100644 --- a/keyboard/planck/matrix_pcb.c +++ b/keyboard/planck/matrix_pcb.c @@ -182,6 +182,13 @@ static matrix_row_t read_cols(void) } +// +// Planck PCB Rev 1 Pin Assignments +// +// Row: 0, 1, 2, 3 +// Pin: D0, D5, B5, B6 +// + static void unselect_rows(void) { DDRB &= ~(1<<5 | 1<<6); @@ -191,13 +198,6 @@ static void unselect_rows(void) } -// -// Planck PCB Rev 1 Pin Assignments -// -// Row: 0, 1, 2, 3 -// Pin: D0, D5, B5, B6 -// - static void select_row(uint8_t row) { switch (row) { -- cgit v1.2.3