2021-10-22 23:34:05 -07:00
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
# make gboards/gergoplex:default:flash
|
|
|
|
# Make sure you have dfu-programmer installed!
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
#Debug options
|
|
|
|
VERBOSE = no
|
|
|
|
DEBUG_MATRIX_SCAN_RATE = no
|
|
|
|
DEBUG_MATRIX = no
|
|
|
|
CONSOLE_ENABLE = no
|
|
|
|
|
|
|
|
#Combos!
|
2022-05-06 16:58:38 -07:00
|
|
|
COMBO_ENABLE = yes
|
2021-10-22 23:34:05 -07:00
|
|
|
VPATH += keyboards/gboards/
|
|
|
|
|
|
|
|
ifeq ($(strip $(DEBUG_MATRIX)), yes)
|
|
|
|
OPT_DEFS += -DDEBUG_MATRIX
|
|
|
|
endif
|
2021-11-11 09:38:25 -08:00
|
|
|
|
|
|
|
TAP_DANCE_ENABLE = yes
|