diff options
author | alex-ong <the.onga@gmail.com> | 2019-01-26 16:59:02 +1100 |
---|---|---|
committer | alex-ong <the.onga@gmail.com> | 2019-01-26 16:59:02 +1100 |
commit | 3949ab322dcce75f470ddfbe701c8763add69e63 (patch) | |
tree | 2318811ba65243b6e3b7165dce08b0dc20f3ed19 /keyboards/handwired/xeal60/rev1/rev1.c | |
parent | 39ca330f103bf85fd29b0fb595469221c9c3680c (diff) |
Remove accidental xeal60 commit
Diffstat (limited to 'keyboards/handwired/xeal60/rev1/rev1.c')
-rw-r--r-- | keyboards/handwired/xeal60/rev1/rev1.c | 15 |
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(); -}; - |