mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 19:53:31 -03:00
12dc6d1ac8
* 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
15 lines
265 B
C
15 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"
|