kadis-layouts/gergoplex/rules.mk

30 lines
727 B
Makefile
Raw Normal View History

2020-08-22 17:16:17 +00:00
#----------------------------------------------------------------------------
# make gergo:germ:dfu
# Make sure you have dfu-programmer installed!
#----------------------------------------------------------------------------
# Firmware options
2020-10-03 17:52:03 +00:00
STENO_ENABLE = yes
MOUSEKEY_ENABLE = no
2020-08-22 17:16:17 +00:00
#Debug options
2020-10-03 17:52:03 +00:00
VERBOSE = no
DEBUG_MATRIX_SCAN_RATE = no
DEBUG_MATRIX = no
CONSOLE_ENABLE = yes
COMBO_ENABLE = yes
2020-08-22 17:16:17 +00:00
#Combos!
2020-10-03 17:52:03 +00:00
VPATH += keyboards/gboards/
LEADER_ENABLE = no
WPM_ENABLE = yes
2020-08-22 17:16:17 +00:00
# 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