You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
464 B

OLED_DRIVER_ENABLE= yes # OLED display
WPM_ENABLE = yes
TAP_DANCE_ENABLE = yes
COMBO_ENABLE = yes
# If you want to change the display of OLED, you need to change here
# SRC += ./lib/rgb_state_reader.c
SRC += ./lib/layer_state_reader.c
SRC += ./lib/logo_reader.c
SRC += ./lib/keylogger.c
SRC += ./features/bongo_cat.c
# Reduce firmware size
# https://thomasbaart.nl/2018/12/01/reducing-firmware-size-in-qmk/
# also requires in config.h
LTO_ENABLE = yes