1
0

Delete unused boards

This commit is contained in:
Richard Baptist
2019-06-14 11:20:09 +02:00
parent ec7a5d3d71
commit 1b5c75c83d
8065 changed files with 0 additions and 589315 deletions

View File

@@ -1,14 +0,0 @@
#include "gamenum.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
DDRC |= (1<<6);
PORTC &= ~(1<<6);
DDRD |= (1<<4);
PORTD &= ~(1<<4);
matrix_init_user();
}