~ruther/qmk_firmware

ref: 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 qmk_firmware/keyboards/handwired/myskeeb/config.h -rw-r--r-- 300 bytes
0ac8221a — Joel Challis Remove invalid config option from kikoslab/kl90 (#21708) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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"