mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-12 04:40:58 +00:00
12 lines
319 B
Makefile
12 lines
319 B
Makefile
|
RGBLIGHT_ENABLE = yes
|
||
|
# Enable RGBLIGHT Animations
|
||
|
OPT_DEFS += -DRGBLIGHT_ANIMATIONS
|
||
|
# Helix specific define for correct RGBLED_NUM
|
||
|
OPT_DEFS += -DRGBLED_BACK
|
||
|
|
||
|
OLED_DRIVER_ENABLE = yes
|
||
|
# Helix specific font file
|
||
|
OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
|
||
|
# Xulkal specific oled define
|
||
|
OPT_DEFS += -DOLED_90ROTATION
|