aboutsummaryrefslogtreecommitdiff
path: root/keyboards/evyd13/atom47/rev3/rev3.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/evyd13/atom47/rev3/rev3.c')
-rw-r--r--keyboards/evyd13/atom47/rev3/rev3.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/evyd13/atom47/rev3/rev3.c b/keyboards/evyd13/atom47/rev3/rev3.c
index c541ed559..24e12c840 100644
--- a/keyboards/evyd13/atom47/rev3/rev3.c
+++ b/keyboards/evyd13/atom47/rev3/rev3.c
@@ -1,19 +1,6 @@
1#include "rev3.h" 1#include "rev3.h"
2#include "led.h" 2#include "led.h"
3 3
4void matrix_init_kb(void) {
5 // put your keyboard start-up code here
6 // runs once when the firmware starts up
7 matrix_init_user();
8 led_init_ports();
9};
10
11void matrix_scan_kb(void) {
12 // put your looping keyboard code here
13 // runs every cycle (a lot)
14 matrix_scan_user();
15};
16
17void led_init_ports(void) { 4void led_init_ports(void) {
18 // * Set our LED pins as output 5 // * Set our LED pins as output
19 DDRE |= (1 << 6); 6 DDRE |= (1 << 6);