summaryrefslogtreecommitdiff
path: root/keyboards/adkb96
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/adkb96')
-rw-r--r--keyboards/adkb96/rev1/rev1.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/adkb96/rev1/rev1.c b/keyboards/adkb96/rev1/rev1.c
index 872a7e08ff..594c532994 100644
--- a/keyboards/adkb96/rev1/rev1.c
+++ b/keyboards/adkb96/rev1/rev1.c
@@ -1,15 +1 @@
#include "adkb96.h"
-
-void matrix_init_kb(void) {
-
- // // green led on
- // DDRD |= (1<<5);
- // PORTD &= ~(1<<5);
-
- // // orange led on
- // DDRB |= (1<<0);
- // PORTB &= ~(1<<0);
-
- matrix_init_user();
-};
-