mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
11 lines
263 B
Makefile
11 lines
263 B
Makefile
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
RGB_MATRIX_ENABLE = no
|
|
OLED_ENABLE = yes
|
|
ENCODER_ENABLE = yes
|
|
DIP_SWITCH_ENABLE = no
|
|
MOUSEKEY_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
|
|
SRC += oled_display.c
|