summaryrefslogtreecommitdiffstats
path: root/keyboard/alps64/matrix.c
diff options
context:
space:
mode:
authorNathan Sharfi <me@ngalt.com>2016-05-30 15:45:17 -0700
committerNathan Sharfi <me@ngalt.com>2016-05-30 15:45:17 -0700
commit222e8f031cef1d53c4d4ea33b3970193fcd070fa (patch)
tree0e10f397d2bf4ed5a3aced723fb3e97b09875d49 /keyboard/alps64/matrix.c
parent13810e4822d57553caa5aea537af7e80ad701589 (diff)
parent8ee9be11dee3db265cd8a0cc22a8fe40f6067820 (diff)
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/alps64/matrix.c')
-rw-r--r--keyboard/alps64/matrix.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboard/alps64/matrix.c b/keyboard/alps64/matrix.c
index 5638d7f69d..805999d4a1 100644
--- a/keyboard/alps64/matrix.c
+++ b/keyboard/alps64/matrix.c
@@ -55,10 +55,6 @@ uint8_t matrix_cols(void)
return MATRIX_COLS;
}
-#define LED_ON() do { DDRC |= (1<<5); PORTC |= (1<<5); } while (0)
-#define LED_OFF() do { DDRC &= ~(1<<5); PORTC &= ~(1<<5); } while (0)
-#define LED_TGL() do { DDRC |= (1<<5); PINC |= (1<<5); } while (0)
-
void matrix_init(void)
{
// initialize row and col
@@ -160,6 +156,7 @@ static void unselect_rows(void)
PORTC &= ~0b00000100;
}
+
static void select_row(uint8_t row)
{
// Output low(DDR:1, PORT:0) to select