Danny Nguyen e3aeab356a Move SSD1306 function declarations to header file
..
Makefile Add files via upload
config.h Move defines for RGB to after the config.h include
keymap.c Move SSD1306 function declarations to header file
readme.md Update readme.md

readme.md

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

Work in progress...

OLED Configuration

Work in progress...