handwired/symmetric70_proto use post_rules.mk (#14235)
This commit is contained in:
parent
b8c68afb2f
commit
1fdf766988
2
keyboards/handwired/symmetric70_proto/post_rules.mk
Normal file
2
keyboards/handwired/symmetric70_proto/post_rules.mk
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))local_features.mk
|
||||||
|
include $(strip $(KEYBOARD_LOCAL_FEATURES_MK))
|
@ -1,6 +1,3 @@
|
|||||||
CUSTOM_MATRIX = yes
|
CUSTOM_MATRIX = yes
|
||||||
SRC += matrix_common.c
|
SRC += matrix_common.c
|
||||||
SRC += matrix_fast/matrix.c
|
SRC += matrix_fast/matrix.c
|
||||||
|
|
||||||
KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))../../local_features.mk
|
|
||||||
include $(KEYBOARD_LOCAL_FEATURES_MK)
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
CUSTOM_MATRIX = yes
|
CUSTOM_MATRIX = yes
|
||||||
SRC += matrix_common.c
|
SRC += matrix_common.c
|
||||||
SRC += matrix_debug/matrix.c
|
SRC += matrix_debug/matrix.c
|
||||||
|
|
||||||
KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))../../local_features.mk
|
|
||||||
include $(KEYBOARD_LOCAL_FEATURES_MK)
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
CUSTOM_MATRIX = yes
|
CUSTOM_MATRIX = yes
|
||||||
SRC += matrix_common.c
|
SRC += matrix_common.c
|
||||||
SRC += matrix_fast/matrix.c
|
SRC += matrix_fast/matrix.c
|
||||||
|
|
||||||
KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))../../local_features.mk
|
|
||||||
include $(KEYBOARD_LOCAL_FEATURES_MK)
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
CUSTOM_MATRIX = yes
|
CUSTOM_MATRIX = yes
|
||||||
SRC += matrix_common.c
|
SRC += matrix_common.c
|
||||||
SRC += matrix_debug/matrix.c
|
SRC += matrix_debug/matrix.c
|
||||||
|
|
||||||
KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))../../local_features.mk
|
|
||||||
include $(KEYBOARD_LOCAL_FEATURES_MK)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user