diff options
author | ishtob <ishtob@gmail.com> | 2017-07-12 12:10:28 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-12 12:10:28 -0400 |
commit | 087af43dee545792f486069481460ed5997bc41b (patch) | |
tree | 94466dfcf27bca408c94ce1703cf8ac1e1511216 /keyboards/lets_split/keymaps/OLED_sample/config.h | |
parent | cc468523dfec8175939f575a214714eea8aaa7a3 (diff) |
fix implementation issues from SSD1306 clean up, added rotation (#1494)
* moved OLED update task to keymap
* fix splitting render display to keymap
* Added rotation option for OLED, fixed splitting display render update to keymap
* issues with attribute
Diffstat (limited to 'keyboards/lets_split/keymaps/OLED_sample/config.h')
-rw-r--r-- | keyboards/lets_split/keymaps/OLED_sample/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/OLED_sample/config.h b/keyboards/lets_split/keymaps/OLED_sample/config.h index c7cbc9372d..57ed7d763b 100644 --- a/keyboards/lets_split/keymaps/OLED_sample/config.h +++ b/keyboards/lets_split/keymaps/OLED_sample/config.h @@ -36,6 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define FLIP_HALF #define SSD1306OLED +//#define OLED_ROTATE180 #define PREVENT_STUCK_MODIFIERS |