* Fix serial speed DD configuration - Fixes incorrect SOFT_SERIAL_SPEED mapping - Renames key split.soft_serial_speed -> split.serial.speed - Migrates keyoards that configure this, and remove configuration from keyboards that do not differ from the default behaviour - Add deprecation notice and migration support
14 lines
265 B
C
14 lines
265 B
C
#pragma once
|
|
|
|
// Comunication and Split Detection
|
|
|
|
#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"
|