summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xeal60/rev1/rev1.c
diff options
context:
space:
mode:
authoralex-ong <the.onga@gmail.com>2019-01-26 16:59:02 +1100
committeralex-ong <the.onga@gmail.com>2019-01-26 16:59:02 +1100
commit3949ab322dcce75f470ddfbe701c8763add69e63 (patch)
tree2318811ba65243b6e3b7165dce08b0dc20f3ed19 /keyboards/handwired/xeal60/rev1/rev1.c
parent39ca330f103bf85fd29b0fb595469221c9c3680c (diff)
Remove accidental xeal60 commit
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 c243f71bc4..0000000000
--- 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();
-};
-