kadis-layouts/gergoplex/rules.mk

30 lines
727 B
Makefile

#----------------------------------------------------------------------------
# make gergo:germ:dfu
# Make sure you have dfu-programmer installed!
#----------------------------------------------------------------------------
# Firmware options
STENO_ENABLE = yes
MOUSEKEY_ENABLE = no
#Debug options
VERBOSE = no
DEBUG_MATRIX_SCAN_RATE = no
DEBUG_MATRIX = no
CONSOLE_ENABLE = yes
COMBO_ENABLE = yes
#Combos!
VPATH += keyboards/gboards/
LEADER_ENABLE = no
WPM_ENABLE = yes
# A bunch of stuff that you shouldn't touch unless you
# know what you're doing.
#
# No touchy, capiche?
SRC += matrix.c i2c_master.c
ifeq ($(strip $(DEBUG_MATRIX)), yes)
OPT_DEFS += -DDEBUG_MATRIX
endif