mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-24 07:40:50 +00:00
Now the OLED display is no longer scrambled, but there are two new problems with it: 1. The number "506" is printed over the design 2. The screen never refreshes. As originally submitted, the OLED would update to reflect layer changes.
6 lines
117 B
Makefile
6 lines
117 B
Makefile
SRC += matrix.c
|
|
CUSTOM_MATRIX = lite
|
|
POINTING_DEVICE_DRIVER = adns5050
|
|
# NO room in firmware
|
|
SPACE_CADET_ENABLE = no
|