blob: 4ce2645eca12c28f612bdf773db30af5b14a2b0b (
plain)
1
2
3
4
5
6
7
8
|
MOUSEKEY_ENABLE = yes # Mouse keys
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
OLED_ENABLE = yes
LTO_ENABLE = yes
# If you want to change the display of OLED, you need to change here
SRC += ./common/oled_helper.c \
|