aboutsummaryrefslogtreecommitdiff
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 @@
1#include "lets_split.h"
2
3void matrix_init_kb(void) {
4
5 // // green led on
6 // DDRD |= (1<<5);
7 // PORTD &= ~(1<<5);
8
9 // // orange led on
10 // DDRB |= (1<<0);
11 // PORTB &= ~(1<<0);
12
13 matrix_init_user();
14};
15