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,22 +0,0 @@
#include "lets_split.h"
#ifdef SSD1306OLED
void led_set_kb(uint8_t usb_led) {
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
led_set_user(usb_led);
}
#endif
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();
};