Skip to content

Commit

Permalink
remove symmetric70_proto/matrix_debug/*
Browse files Browse the repository at this point in the history
  • Loading branch information
mtei committed Nov 9, 2022
1 parent bffe047 commit 62e140d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 578 deletions.
16 changes: 0 additions & 16 deletions keyboards/handwired/symmetric70_proto/local_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ ifneq ($(strip $(MDELAY)),)
OPT_DEFS += -DMATRIX_IO_DELAY=$(strip $(MDELAY))
endif

ifeq ($(strip $(ADAPTIVE_DELAY)),yes)
OPT_DEFS += -DMATRIX_IO_DELAY_ADAPTIVE
endif

ifeq ($(strip $(ADAPTIVE_DELAY2)),yes)
OPT_DEFS += -DMATRIX_IO_DELAY_ADAPTIVE2
endif

ifeq ($(strip $(ADAPTIVE_DELAY_FAST)),yes)
OPT_DEFS += -DMATRIX_IO_DELAY_ADAPTIVE_FAST
endif

ifeq ($(strip $(ALWAYS_DELAY)),yes)
OPT_DEFS += -DMATRIX_IO_DELAY_ALWAYS
endif

ifeq ($(strip $(MATRIX_DEBUG_DELAY)),yes)
OPT_DEFS += -DMATRIX_DEBUG_DELAY
DEBUG_CONFIG = yes
Expand Down
12 changes: 0 additions & 12 deletions keyboards/handwired/symmetric70_proto/local_options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ ifneq ($(strip $(MTEST)),)
ifeq ($(strip $1),mdelay0)
MDELAY = 0
endif
ifeq ($(strip $1),adaptive_delay)
ADAPTIVE_DELAY = yes
endif
ifeq ($(strip $1),adaptive_delay2)
ADAPTIVE_DELAY2 = yes
endif
ifeq ($(strip $1),adaptive_delay_fast)
ADAPTIVE_DELAY_FAST = yes
endif
ifeq ($(strip $1),always_delay)
ALWAYS_DELAY = yes
endif
ifeq ($(filter mdelay_type=%,$1),mdelay_type=ipullup)
CUSTOM_MATRIX_DELAY = input-pullup
endif
Expand Down
337 changes: 0 additions & 337 deletions keyboards/handwired/symmetric70_proto/matrix_debug/matrix.c

This file was deleted.

Loading

0 comments on commit 62e140d

Please sign in to comment.