|
|
@@ -1,12 +1,6 @@
|
|
|
-#----------------------------------------------------------------------------
|
|
|
-# make georgi:default:dfu
|
|
|
-# Make sure you have dfu-programmer installed!
|
|
|
-#----------------------------------------------------------------------------
|
|
|
-
|
|
|
NO_REPEAT = no
|
|
|
VERBOSE = yes
|
|
|
KEYBOARD_SHARED_EP = yes
|
|
|
-CUSTOM_MATRIX = yes
|
|
|
|
|
|
#Firmware reduction options
|
|
|
MOUSEKEY_ENABLE = yes # 1500 bytes
|
|
|
@@ -23,7 +17,6 @@ ONLY_QWERTY = no
|
|
|
# know what you're doing.
|
|
|
#
|
|
|
# No touchy, capiche?
|
|
|
-SRC += matrix.c i2c_master.c
|
|
|
ifeq ($(strip $(DEBUG_MATRIX)), yes)
|
|
|
OPT_DEFS += -DDEBUG_MATRIX
|
|
|
endif
|
|
|
@@ -39,3 +32,5 @@ endif
|
|
|
ifeq ($(strip $(NO_TAPPING)), yes)
|
|
|
OPT_DEFS += -DNO_ACTION_TAPPING
|
|
|
endif
|
|
|
+
|
|
|
+SRC += sten.c
|