diff options
Diffstat (limited to 'keyboards/dichotomy/matrix.c')
| -rwxr-xr-x | keyboards/dichotomy/matrix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/dichotomy/matrix.c b/keyboards/dichotomy/matrix.c index f14c90128..d93889e6a 100755 --- a/keyboards/dichotomy/matrix.c +++ b/keyboards/dichotomy/matrix.c | |||
| @@ -92,9 +92,6 @@ uint8_t matrix_cols(void) { | |||
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | void matrix_init(void) { | 94 | void matrix_init(void) { |
| 95 | DDRF |= (1<<6); | ||
| 96 | DDRF |= (1<<5); | ||
| 97 | DDRD |= (1<<1); | ||
| 98 | matrix_init_quantum(); | 95 | matrix_init_quantum(); |
| 99 | } | 96 | } |
| 100 | 97 | ||
