aboutsummaryrefslogtreecommitdiff
path: root/keyboards/comet46/comet46.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/comet46/comet46.c')
-rw-r--r--keyboards/comet46/comet46.c8
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
7void 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
14void matrix_init_kb(void) { 7void 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
22void matrix_scan_kb(void) { 14void matrix_scan_kb(void) {