16 lines
300 B
C
16 lines
300 B
C
#pragma once
|
|
|
|
// Comunication and Split Detection
|
|
|
|
#define SELECT_SOFT_SERIAL_SPEED 1
|
|
#define SPLIT_USB_DETECT
|
|
#define EE_HANDS
|
|
#define SPLIT_USB_TIMEOUT 1000
|
|
|
|
// OLED Display Config
|
|
|
|
#define OLED_DISPLAY_128X64
|
|
#define OLED_FONT_HEIGHT 8
|
|
#define OLED_FONT_WIDTH 6
|
|
#define OLED_FONT_H "skeeb_font.c"
|