blob: 1bd6ebc6a6c76f1810cf6389eb5b79a88e0df67f (
plain)
1
2
3
4
5
6
7
8
9
|
# Build Options
# change yes to no to disable
#
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
# Extra source files for IS3731 lighting
SRC += TWIlib.c issi.c lighting.c
|