gboards/georgi: cleanup & fix (#17753)
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# make georgi:claymager:dfu
|
||||
# Make sure you have dfu-programmer installed!
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
NO_REPEAT = yes
|
||||
VERBOSE = yes
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
CUSTOM_MATRIX = yes
|
||||
STENO_LAYERS = yes
|
||||
|
||||
#Firmware reduction options
|
||||
@@ -24,7 +18,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
|
||||
@@ -43,3 +36,5 @@ endif
|
||||
ifeq ($(strip $(STENO_LAYERS)), yes)
|
||||
OPT_DEFS += -DSTENOLAYERS
|
||||
endif
|
||||
|
||||
SRC += sten.c
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
STENO_LAYERS = no
|
||||
|
||||
#Firmware reduction options
|
||||
@@ -24,7 +18,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
|
||||
@@ -40,3 +33,5 @@ endif
|
||||
ifeq ($(strip $(NO_TAPPING)), yes)
|
||||
OPT_DEFS += -DNO_ACTION_TAPPING
|
||||
endif
|
||||
|
||||
SRC += sten.c
|
||||
|
@@ -1,8 +1,2 @@
|
||||
MOUSEKEY_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
# COMMAND_ENABLE = no
|
||||
NKRO_ENABLE = yes
|
||||
|
||||
TMPVAR := $(SRC)
|
||||
SRC = $(filter-out sten.c, $(TMPVAR))
|
@@ -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 = no # 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
|
||||
|
@@ -1,12 +1,6 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# make georgi:default:dfu
|
||||
# Make sure you have dfu-programmer installed!
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
NO_REPEAT = yes
|
||||
VERBOSE = yes
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
CUSTOM_MATRIX = yes
|
||||
MOUSEKEY_ENABLE = yes
|
||||
|
||||
#Debug options
|
||||
@@ -20,7 +14,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
|
||||
@@ -33,3 +26,5 @@ endif
|
||||
ifeq ($(strip $(ONLY_QWERTY)), yes)
|
||||
OPT_DEFS += -DONLYQWERTY
|
||||
endif
|
||||
|
||||
SRC += sten.c
|
||||
|
Reference in New Issue
Block a user