aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/rorschach/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/rorschach/rev1/rev1.c')
-rw-r--r--keyboards/keebio/rorschach/rev1/rev1.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/keebio/rorschach/rev1/rev1.c b/keyboards/keebio/rorschach/rev1/rev1.c
new file mode 100644
index 000000000..cd7f935ca
--- /dev/null
+++ b/keyboards/keebio/rorschach/rev1/rev1.c
@@ -0,0 +1,14 @@
1#include "rev1.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};