diff options
Diffstat (limited to 'keyboards/comet46/comet46.c')
-rw-r--r-- | keyboards/comet46/comet46.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/comet46/comet46.c b/keyboards/comet46/comet46.c index 20dcfab83..0710b8e33 100644 --- a/keyboards/comet46/comet46.c +++ b/keyboards/comet46/comet46.c | |||
@@ -4,19 +4,11 @@ void uart_init(void) { | |||
4 | SERIAL_UART_INIT(); | 4 | SERIAL_UART_INIT(); |
5 | } | 5 | } |
6 | 6 | ||
7 | void led_init(void) { | ||
8 | DDRD |= (1<<1); | ||
9 | PORTD |= (1<<1); | ||
10 | DDRF |= (1<<4) | (1<<5); | ||
11 | PORTF |= (1<<4) | (1<<5); | ||
12 | } | ||
13 | |||
14 | void matrix_init_kb(void) { | 7 | void matrix_init_kb(void) { |
15 | // put your keyboard start-up code here | 8 | // put your keyboard start-up code here |
16 | // runs once when the firmware starts up | 9 | // runs once when the firmware starts up |
17 | matrix_init_user(); | 10 | matrix_init_user(); |
18 | uart_init(); | 11 | uart_init(); |
19 | led_init(); | ||
20 | } | 12 | } |
21 | 13 | ||
22 | void matrix_scan_kb(void) { | 14 | void matrix_scan_kb(void) { |