aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/promethium/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/promethium/matrix.c')
-rw-r--r--keyboards/handwired/promethium/matrix.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/promethium/matrix.c b/keyboards/handwired/promethium/matrix.c
index 3b8e5af82..b4a4c6396 100644
--- a/keyboards/handwired/promethium/matrix.c
+++ b/keyboards/handwired/promethium/matrix.c
@@ -104,13 +104,6 @@ uint8_t matrix_cols(void) {
104} 104}
105 105
106void matrix_init(void) { 106void matrix_init(void) {
107
108 // To use PORTF disable JTAG with writing JTD bit twice within four cycles.
109 #if (defined(__AVR_AT90USB1286__) || defined(__AVR_AT90USB1287__) || defined(__AVR_ATmega32U4__))
110 MCUCR |= _BV(JTD);
111 MCUCR |= _BV(JTD);
112 #endif
113
114 // initialize row and col 107 // initialize row and col
115 unselect_rows(); 108 unselect_rows();
116 init_cols(); 109 init_cols();