]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/OLED_sample/readme.md
Update i2c.c
[qmk_firmware.git] / keyboards / lets_split / keymaps / OLED_sample / readme.md
1 SSD1306 OLED Display via I2C
2 ======
3
4 Features
5 --------
6
7 Some features supported by the firmware:
8
9
10 * I2C connection between the two halves is required as the OLED display will use this connection as well. Note this
11   requires pull-up resistors on the data and clock lines.
12 * OLED display will connect from either side
13
14
15 Wiring
16 ------
17
18 The wiring for i2c:
19
20 ![i2c wiring](imgs/split-keyboard-i2c-schematic.png)
21
22 The pull-up resistors may be placed on either half. It is also possible
23 to use 4 resistors and have the pull-ups in both halves, but this is
24 unnecessary in simple use cases.
25
26 Work in progress...
27
28
29 OLED Configuration
30 -------------------------------
31
32 Work in progress...