]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add files via upload
authorishtob <ishtob@gmail.com>
Wed, 22 Mar 2017 19:14:33 +0000 (15:14 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2017 19:14:33 +0000 (15:14 -0400)
keyboards/lets_split/keymaps/OLED_sample/readme.md [new file with mode: 0644]

diff --git a/keyboards/lets_split/keymaps/OLED_sample/readme.md b/keyboards/lets_split/keymaps/OLED_sample/readme.md
new file mode 100644 (file)
index 0000000..839fd42
--- /dev/null
@@ -0,0 +1,32 @@
+SSD1306 OLED Display via I2C
+======
+
+Features
+--------
+
+Some features supported by the firmware:
+
+
+* I2C connection between the two halves is required as the OLED display will use this connection as well. Note this
+  requires pull-up resistors on the data and clock lines.
+* OLED display will connect from either side
+
+
+Wiring
+------
+
+The wiring for i2c:
+
+![i2c wiring](imgs/split-keyboard-i2c-schematic.png)
+
+The pull-up resistors may be placed on either half. It is also possible
+to use 4 resistors and have the pull-ups in both halves, but this is
+unnecessary in simple use cases.
+
+Work in progress...
+
+
+OLED Configuration
+-------------------------------
+
+Work in progress...
\ No newline at end of file