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