diff options
Diffstat (limited to 'keyboards/centromere/centromere.c')
-rw-r--r-- | keyboards/centromere/centromere.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/centromere/centromere.c b/keyboards/centromere/centromere.c index 8800e2ce6..269c60fd7 100644 --- a/keyboards/centromere/centromere.c +++ b/keyboards/centromere/centromere.c | |||
@@ -1,9 +1,5 @@ | |||
1 | #include "centromere.h" | 1 | #include "centromere.h" |
2 | 2 | ||
3 | void uart_init(void) { | ||
4 | SERIAL_UART_INIT(); | ||
5 | } | ||
6 | |||
7 | void led_init(void) { | 3 | void led_init(void) { |
8 | #if MCU == atmega32u2 | 4 | #if MCU == atmega32u2 |
9 | setPinOutput(C4); // Set red LED pin as output | 5 | setPinOutput(C4); // Set red LED pin as output |
@@ -32,7 +28,6 @@ void matrix_init_kb(void) { | |||
32 | // put your keyboard start-up code here | 28 | // put your keyboard start-up code here |
33 | // runs once when the firmware starts up | 29 | // runs once when the firmware starts up |
34 | matrix_init_user(); | 30 | matrix_init_user(); |
35 | uart_init(); | ||
36 | led_init(); | 31 | led_init(); |
37 | } | 32 | } |
38 | 33 | ||