]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/alps64/matrix.c
adds backlight levels to the satan keyboard (#431)
[qmk_firmware.git] / keyboard / alps64 / matrix.c
index aa991e0aec0b10b10b54090ac726767fc468a1b3..805999d4a1a739051fd2fe0a14ebf1cd08336a74 100644 (file)
@@ -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
@@ -157,9 +153,10 @@ static void unselect_rows(void)
     DDRD  &= ~0b01111111;
     PORTD &= ~0b01111111;
     DDRC  &= ~0b00000100;
-    PORTD &= ~0b00000100;
+    PORTC &= ~0b00000100;
 }
 
+
 static void select_row(uint8_t row)
 {
     // Output low(DDR:1, PORT:0) to select