-
I have tried to setup my OLED in QMK, but I only get a single line on the far right column am I missing some config? I have tried:
config.h #define OLED_DISPLAY_128X64
#define OLED_IC OLED_IC_SH1106
#define OLED_TIMEOUT 15000 rules.mk # MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes
UNICODEMAP_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
OLED_IC = SH1106
|
Beta Was this translation helpful? Give feedback.
Answered by
Looooopy
Jan 8, 2022
Replies: 1 comment
-
I forgot to add the function that actually writes to the OLED display keymap.c
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Looooopy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I forgot to add the function that actually writes to the OLED display
keymap.c