forked from mirrors/qmk_firmware
4e1c5887c5
* add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
17 lines
439 B
Makefile
17 lines
439 B
Makefile
RGBLIGHT_ENABLE = yes
|
|
# Enable RGBLIGHT Animations
|
|
OPT_DEFS += -DRGBLIGHT_ANIMATIONS
|
|
# Helix specific define for correct RGBLED_NUM
|
|
OPT_DEFS += -DRGBLED_BACK
|
|
|
|
OLED_ENABLE = yes
|
|
OLED_DRIVER = SSD1306
|
|
# Helix specific font file
|
|
OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
|
|
# Xulkal specific oled define
|
|
OPT_DEFS += -DOLED_90ROTATION
|
|
|
|
SPLIT_KEYBOARD = yes
|
|
|
|
# Explicitly disable helix standard post-processing
|
|
KEYBOARD_LOCAL_FEATURES_MK :=
|