18 lines
286 B
Makefile
18 lines
286 B
Makefile
|
SRC += ./lib/bongocat/bongocat.c
|
||
|
|
||
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
MOUSEKEY_ENABLE = no # Mouse keys
|
||
|
|
||
|
VIA_ENABLE = yes
|
||
|
|
||
|
# Additional thing to reduce compiled size
|
||
|
GRAVE_ESC_ENABLE = no
|
||
|
|
||
|
# OLED enabled
|
||
|
WPM_ENABLE = yes
|
||
|
|
||
|
# Encoder enabled
|
||
|
ENCODER_MAP_ENABLE = yes
|