summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/atreus50/atreus50.c
blob: 225a51bccea732b88079506493c93c59efe96e27 (plain)
1
2
3
4
5
6
7
8
9
10
#include "atreus50.h"

void matrix_init_kb(void) {

    // Turn status LED on
    //DDRE |= (1<<6);
    PORTE |= (1<<6);

	matrix_init_user();
};
[cgit] Unable to lock slot /tmp/cgit/46200000.lock: No such file or directory (2)