summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xeal60/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/xeal60/rev1/rev1.c')
-rw-r--r--keyboards/handwired/xeal60/rev1/rev1.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/handwired/xeal60/rev1/rev1.c b/keyboards/handwired/xeal60/rev1/rev1.c
deleted file mode 100644
index c243f71bc..000000000
--- a/keyboards/handwired/xeal60/rev1/rev1.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "lets_split.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();
-};
-