X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fcomet46%2Fcomet46.c;h=0710b8e330d91f7331823e210393705346b5480f;hb=d32ce9c7469f0e24664b614f206e68d25a3b45d5;hp=20dcfab83c979d5672179390893c60492fd9a0b9;hpb=56b5e9f23d2e363404fa68af4fd73f8dd21beea1;p=qmk_firmware.git 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) { SERIAL_UART_INIT(); } -void led_init(void) { - DDRD |= (1<<1); - PORTD |= (1<<1); - DDRF |= (1<<4) | (1<<5); - PORTF |= (1<<4) | (1<<5); -} - void matrix_init_kb(void) { // put your keyboard start-up code here // runs once when the firmware starts up matrix_init_user(); uart_init(); - led_init(); } void matrix_scan_kb(void) {