blob: d2e0957c49988fe7397e3b3635ec0b444fb12758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Build Options
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
OLED_ENABLE = yes
BOOTLOADER = atmel-dfu
# If you want to change the display of OLED, you need to change here
SRC += ./lib/rgb_state_reader.c \
./lib/layer_state_reader.c \
./lib/logo_reader.c \
./lib/keylogger.c \
|