2021-08-07 12:59:56 +06:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-31 00:47:48 +06:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = no # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-01-05 23:30:48 +06:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 11:05:44 +06:00
|
|
|
NKRO_ENABLE = no
|
2019-01-05 23:30:48 +06:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 16:04:03 +06:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2021-08-24 12:28:26 +06:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
2019-01-05 23:30:48 +06:00
|
|
|
SWAP_HANDS_ENABLE = no # Enable one-hand typing
|
2021-08-24 12:28:26 +06:00
|
|
|
OLED_ENABLE= yes # OLED display
|
2019-01-05 23:30:48 +06:00
|
|
|
|
|
|
|
# If you want to change the display of OLED, you need to change here
|
2020-05-31 02:14:59 +06:00
|
|
|
SRC += ./lib/rgb_state_reader.c \
|
2019-01-05 23:30:48 +06:00
|
|
|
./lib/layer_state_reader.c \
|
|
|
|
./lib/logo_reader.c \
|
|
|
|
./lib/keylogger.c \
|
|
|
|
# ./lib/mode_icon_reader.c \
|
|
|
|
# ./lib/host_led_state_reader.c \
|
|
|
|
# ./lib/timelogger.c \
|